nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

errors about overlapping memory regions #2

Closed nurpax closed 5 years ago

nurpax commented 6 years ago

this should give an error

* = $100
lda #1 
nop
nop
nop
* = $102
nop
nop