boeckmann / asm6502

Small but useful 6502 assembler in ~3K lines of ANSI C code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow variables to be defined via command line

boeckmann opened this issue · comments

Implemented by eee321b.

The syntax is:

asm6502  VAR=123

The numbers are parsed like the number literals in assembler sources. So binary etc. is supported.