tom-seddon / acorn_mos_disassembly

WIP disassembly of Acorn MOS, operating system for Acorn's 8-bit Master series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it really need 4 passes?

tom-seddon opened this issue · comments

Building each ROM takes 4 passes! Does it need that many? Doesn't take too long, but, still...

Tried rearranging the driver files a bit, so version= comes first and the .dsection directives are last to reduce the amount of out-of-order stuff. Still 4 passes.

It's now 5 passes...