tom-seddon / acorn_mos_disassembly

WIP disassembly of Acorn MOS, operating system for Acorn's 8-bit Master series
8 stars 0 forks source link

3.20(NT) should include SRAM utils #19

Closed tom-seddon closed 11 months ago

tom-seddon commented 1 year ago

There's approx $500 bytes free in the utils ROM, and the 3.50 SRAM utils take up something like $3fa+$a7 bytes. It should fit!

Sadly the $a7 bytes need to go in the MOS region, as they deal with accessing sideways ROMs. There is all of 1 easy byte free in that part. So some 3.50-style rearrangement will be required.

tom-seddon commented 11 months ago

This would be a thing for MOS 6.x