Open ZenithRogue opened 7 years ago
I'm not sure, but I think what's happening is that the assembler demands that branches go to labels, not to hex addresses. Probably fixable without too much difficulty. https://github.com/skilldrick/easy6502/blob/df2b89573add05cf8fc988bd6caeadeea83883e3/simulator/assembler.js#L2155
Oops, i don't know how i messed up the title. I am currently working on a 6502 emulator, and i wanted to make sure my disassembler was working properly.
I attempted to plug the disassembled code back into the assembler, at which point it will not run. Below is the disassembly of snake. it is throwing an error Syntax error line 38: BEQ $0660