Compile ASM to a c64 exectuable (in PRG format)

compile(asm, prg = TRUE)

Arguments

asm

single character string containing all ASM (including newlines)

prg

Should compilation return the bytes of the compiled PRG? Default: TRUE. If FALSE, return the main assembler data.frame which is more useful for debugging.

Value

prg bytes as a raw vector or prg_df main assembler data.frame