Alex_Goryachev (Sprinter Team)
2002/03/28 11:19
|
FastRAM
|
| |
ON/OFF FastRAM (brief info)
DI
IN A,(#FB) ; FastRAM ON (16K to PAGE0,
; to #0000..#3FFF)
......... ; your program
IN A,(#7B) ; FastRAM OFF
EI
If you want use the interruptions in your program, you should put subprogram for interruptions in #0038.
You should switch OFF FastRAM before usage BIOS or DSS functions.
---
PETERS PLUS LTD
|
LCD (stranger
)
2002/03/31 01:12
|
|
And what value has to be in Accumulator Register A?
|
Alex_Goryachev (Sprinter Team)
2002/04/01 18:19
|
|
Any value. this value of Register A is not used.
---
PETERS PLUS LTD
|
Anonymous (Unregistered) 2002/04/04 13:10
|
|
Hey pplz! We measured the speed of "Fast RAM" and our results show, that "Fast RAM" is not so fast, as the processor frequency allows, the Sprinter computer runs in Fast RAM on about only 16.1 MHz (in slow RAM it was about 10.8 MHz). Why, if processor tact is 21 MHz and the RAM is FAST, it means no waiting for SLOW memory?
|
Alex_Goryachev (Sprinter Team)
2002/04/04 14:37
|
|
Yes, BIOS 2.12.251 has a lot of 'wait' commands. And FastRAM not useful yet.
But BIOS 3.00.253 has not any 'wait' for usage FastRAM. You will can testing it after publish new BIOS in April 10.
---
PETERS PLUS LTD
|