Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 596 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 596 Bytes

Boilerplate to kick start your C64 project

Use

  1. Intall ACME cross assembler

  2. Install a C64 emulator, VICE works great!

  3. Put the SID file inside /res and reference in src/load_res.asm

  4. Compile the program doing: $ acme main.asm

  5. Load the program in your emulator and have fun.

Greetings

This bp is based on Dustlayer awesome tutorials.