nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

Allow arbitrary start address and line number #65

Closed leyyinad closed 4 years ago

leyyinad commented 4 years ago

I had some trouble getting the debugger to run because my basic start routine didn't start at line 0 and the assembler code didn't start at $080c. This patch removes these restrictions.

leyyinad commented 4 years ago

Thank you! I installed the most recent versions from npm and marketplace.

nurpax commented 4 years ago

@leyyinad Thank you very much! I published this on VSCode Marketplace just now.