a bug when $ffff wrap to 0 compile
Closed this issue · 0 comments
jhusak commented
A prog like this:
org $fffe
nop
nop
rts
generates bad output:
ffff feff 0000 eaea 60
without any warning or error.
I think that warning and load address fffe-0001 would be the best solution.
Connected to previous issue rised by me.