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

Use `.dsection` rather than `.include`? #11

Open tom-seddon opened 1 year ago

tom-seddon commented 1 year ago

Might be a bit nicer. Try it and see.

tom-seddon commented 11 months ago

This does work OK, but the section appears out of order - the code is listed at the point of the .section rather than the .dsection. So not so good without post-processing the .lst file!

Worth doing in the long run as it's a lot easier having everything in one file.