Closed shazz closed 3 years ago
Hi,
This is a little patch to the CLI to, in addition to stdout, output the disassembly in a given file:
stdout
c64jasm sprites.asm --out sprites.prg --disasm-file debug.asm c64jasm sprites.asm --out sprites.prg --disasm
Changes applied normally.
Closing as I think this change already went in in another change from @shazz
Hi,
This is a little patch to the CLI to, in addition to
stdout
, output the disassembly in a given file: