peterw8102 / Z80-Retro

Tools and code snippets I'm playing with while building my own Z80 SBC
MIT License
15 stars 3 forks source link

Error in page mapping using the Raspberry Pi binary download protocol #2

Closed peterw8102 closed 1 year ago

peterw8102 commented 1 year ago

Function LOADF (loader.asm) currently makes the assumption that applications will be allocated a continguous collection of 4 RAM pages. This is not guaranteed in future and the page address should be remapped after each page overflow.