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).
- Host: GitHub
- URL: https://github.com/giosil/hellovic20
- Owner: giosil
- License: apache-2.0
- Created: 2019-12-02T22:10:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T13:20:54.000Z (over 5 years ago)
- Last Synced: 2025-05-17T18:37:01.288Z (about 1 year ago)
- Topics: assembly, commodore-vic20, vic20
- Language: Assembly
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...

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