Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World — ACME (Commodore 64)

Files:

Assemble:

acme -f cbm -o helloworld.prg asm/helloworld.asm

Run (VICE):

  • Autostart the PRG:
x64sc -autostart helloworld.prg
  • Or load and run from BASIC (Basic code will call SYS 4096):
  1. Start VICE and open the PRG, or copy it to an attached image.
  2. Run from the C64 BASIC prompt.

Notes:

  • The program prints "HELLO, WORLD!" using the KERNAL CHROUT routine at $FFD2.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages