Porting BBC BASIC (Z80) |
MDFS::Software.BBCBasic.Z80.port/htm | Search |
port.zip 20K
| BBC BASIC (Z80) normally resides in memory at &0100 with workspace immedately after the code at &3500-&37FF and the lowest possible PAGE value being &3800. The Relocate program allows you to relocate the BBC BASIC code to change where is executes and what workspace it uses. |
BBC0100 13K | Code=&0100, Scratch=&34EE, Workspace=&3500, PAGE=&3800 |
BBC4100 13K | Code=&4100, Scratch=&80EE, Workspace=&8100, PAGE=&8400 |