macros and definitions for the C64 for the dasm 6502 assembler.
Go to file
Nico 008f56a210 initial commit 2020-12-09 12:31:45 +00:00
c64.asm initial commit 2020-12-09 12:31:45 +00:00
readme.md initial commit 2020-12-09 12:31:45 +00:00

readme.md

dasm-c64

macros and definitions for the c64 for the dasm 6502 assembler.

Current contents

  • Definitions for all the KERNAL routines so they can be used by name (see https://www.c64-wiki.com/wiki/Kernal)
  • BasicUpstart macro: Writes a BASIC start script for the address provided as an argument.