3 bytes missing for jmp (address16)
ATasm is a 6502 command-line cross-assembler.
Brought to you by:
schmelze
Hello, I’ve found a bad opcode generated by Atasm for jump (address16). I don’t know if it occurs always, but you can easily reproduce it assembling the attached source file. Unfortunately, atasm doesn't give a version number, but I suppose version is 1.06
Expected : $6C $20 $e0
Got : this 3 bytes are missing
Regards,
Pfeuh (Pierre Faller)
I've just found an atasm107 here: https://atari.miribilist.com/atasm/ I've compiled the sources files and check it,unfortunately, the result is the same, 3 bytes are missing in the output file
This is working correctly. I assembled your code in V1.11 and checked the output in the Altirra disaasembler