An open API service indexing awesome lists of open source software.

https://github.com/giosil/hellovic20

Sample assembly program for MOS 6502 (VIC20).
https://github.com/giosil/hellovic20

assembly commodore-vic20 vic20

Last synced: 11 months ago
JSON representation

Sample assembly program for MOS 6502 (VIC20).

Awesome Lists containing this project

README

          

# HELLO VIC 20

Sample assembly program for MOS 6502 (VIC20).

## Build

- `git clone https://github.com/giosil/hellovic20.git`
- `ca65.exe --cpu 6502 -l main.lst main.asm`
- `ld65.exe main.o -o hello.prg -C main.cfg`

## Run on xvic

- Load hello.prg from File->Autostart disk/tape image...

![XVic Emulator](xvic.png)

## Contributors

* [Giorgio Silvestris](https://github.com/giosil)