nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

Added CLI option to save disassembly file #69

Closed shazz closed 3 years ago

shazz commented 3 years ago

Hi,

This is a little patch to the CLI to, in addition to stdout, output the disassembly in a given file:

c64jasm sprites.asm --out sprites.prg --disasm-file debug.asm
c64jasm sprites.asm --out sprites.prg --disasm
shazz commented 3 years ago

Changes applied normally.

nurpax commented 3 years ago

Closing as I think this change already went in in another change from @shazz