-
When I specify the below: RAMSIZE .SET 512 ; SIZE OF RAM IN KB (MUST MATCH YOUR HARDWARE!!!) My question is when the resulting ROM file is created, does it need to be seeded into the ram in the following way: Lower 32K (0000 to 7FFF)
Upper 32K (8000 - FFFF)
Sorry if this question had already been answered. Just trying to piece it all together. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@jdwaymire, you have it exactly correct. After seeding the RAM as you describe, bank 0 must be selected and you must jump to location 0x0000 to initiate the RomWBW boot process. -Wayne |
Beta Was this translation helpful? Give feedback.
@jdwaymire, you have it exactly correct. After seeding the RAM as you describe, bank 0 must be selected and you must jump to location 0x0000 to initiate the RomWBW boot process.
-Wayne