nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

syntax error if the first line of code is an instruction #44

Closed nurpax closed 5 years ago

nurpax commented 5 years ago
 lda #0

(note the space between first column and LDA)

gives syntax error