Skip to content

A 6502-based Commodore 64 assembly language repo for OSX and Ubuntu. This is a very small and targeted OSX and Ubuntu port based on the original work of Chibi Akumas as the sole purpose of this small repo is to help you port Chibi's work to OSX or Ubuntu and nothing more. For more detailed 6502 tutorials please visit https://www.assemblytutorial…

License

Notifications You must be signed in to change notification settings

mytechnotalent/C-64-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

C-64 Assembly

A 6502-based Commodore 64 assembly language repo for OSX and Ubuntu. This is a very small and targeted OSX and Ubuntu port based on the original work of Chibi Akumas as the sole purpose of this small repo is to help you port Chibi's work to OSX or Ubuntu and nothing more. For more detailed 6502 tutorials please visit https://www.assemblytutorial.com to get your started.

Download

vasm
VICE OSX
VICE Ubuntu

Installing

tar -xvf vasm.tar.gz
cd vasm
make CPU=6502 SYNTAX=oldstyle
cd ..
hdiutil attach vice-sdl2-3.4-r37694.dmg
cp -av /Volumes/vice-sdl2-3.4-r37694/vice-sdl2-3.4-r37694/ .
chmod +x compile.sh

Compiling

./compile.sh

Running VICE

OSX

./x64sc.app/Contents/MacOS/x64sc

Ubuntu

Commodore 64 [CLICK FOUR DOTS -> Show Applications]
  • Within VICE if you are on OSX use F10 to get a menu structure. The Ubuntu structure will mimic much of the Windows VICE emulator. In either case you need to Automount your file within the ./BldC64/Lesson1.prg directory to run your program within the emulator.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Apache License, Version 2.0

About

A 6502-based Commodore 64 assembly language repo for OSX and Ubuntu. This is a very small and targeted OSX and Ubuntu port based on the original work of Chibi Akumas as the sole purpose of this small repo is to help you port Chibi's work to OSX or Ubuntu and nothing more. For more detailed 6502 tutorials please visit https://www.assemblytutorial…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published