Arakula / A09

A09 6800/6801/6809/6309/68HC11 Assembler
GNU General Public License v2.0
40 stars 8 forks source link

FBG * option not working as expected #21

Open phillipeaton opened 3 months ago

phillipeaton commented 3 months ago

At the start of a source file, if I have...

      ORG $5000
MLIST RMB 2048

      ORG $6000
<SOME MORE CODE TO $6FFF>

...the assembled binary output file is 4k in size, not 8k, i.e. from $6000 onwards, the 4k block starting at $5000 doesn't get created, presumably because no code is laid down.

It's fairly easy to workaround, but the output was unexpected.