compile.Rd
Compile ASM to a c64 exectuable (in PRG format)
compile(asm, prg = TRUE)
single character string containing all ASM (including newlines)
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.
prg bytes as a raw vector or prg_df
main assembler data.frame