mnaberez / py65

Emulate 6502-based microcomputer systems in Python
BSD 3-Clause "New" or "Revised" License
234 stars 68 forks source link

Assembling out of bounds should show an error #44

Open mnaberez opened 6 years ago

mnaberez commented 6 years ago

Result of assembling when the target is out of range:

.a 0 beq aaaa
$0000  f0 a8     BEQ $ffaa

It would be better if the assembler showed an error message.