nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

optionally output disassembly #40

Closed nurpax closed 5 years ago

nurpax commented 5 years ago

c64jasm --disassembly

should generated a listing file with machine code.

this should be plugged into the assembler so that it can tell apart actual machine instructions from byte data.

nurpax commented 5 years ago

this is supported in 0.7.0 (if not in 0.6) with --disasm