https://github.com/jacmoe/c64adventures
Adventures into retro 8 bit Commodore 64 programming
https://github.com/jacmoe/c64adventures
6502 6510 8-bit 8bit c64 commodore-64
Last synced: about 1 year ago
JSON representation
Adventures into retro 8 bit Commodore 64 programming
- Host: GitHub
- URL: https://github.com/jacmoe/c64adventures
- Owner: jacmoe
- License: bsd-2-clause
- Created: 2017-04-10T08:50:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T11:26:11.000Z (about 9 years ago)
- Last Synced: 2025-03-24T08:15:51.941Z (about 1 year ago)
- Topics: 6502, 6510, 8-bit, 8bit, c64, commodore-64
- Language: Visual Basic
- Size: 334 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c64adventures
Adventures into retro 8 bit Commodore 64 programming
This books used in this adventure:
* Step by Step Programming Commodore 64
* Commodore 64 Color Graphics - a Beginner's Guide
* Commodore 64 Color Graphics - an Advanced Guide
* Assembly Language for Kids - Commodore 64
* Commodore 64 Assembly Language
* Commodore 64/128 Assembly Language Programming
The books can be obtained from [DLH's Commodore Archive][bombjack]
This adventure is powered by [CBM .prg Studio][cbmstudio] and [WinVICE][winvice]
Since CBM .prg Studio is only available for Windows, I ran Windows 7 in VirtualBox, and it works fine :)
-----------------------------
![Step by Step Programming Commodore 64][book1n2]
-----------------------------
![Commodore 64 Color Graphics - a Beginner's Guide][cgraphicsb]
![Final project][boat]
-----------------------------
![Commodore 64 Color Graphics - an Advanced Guide][cgraphicsa]
-----------------------------
![Assembly Language for Kids][asm4kids]
-----------------------------
![Commodore 64 Assembly Language][c64asmlang]
-----------------------------
![Commodore 64/128 Assembly Language Programming][c64128asm]
-----------------------------
[book1n2]: https://github.com/jacmoe/c64adventures/raw/master/book1n2.jpg "Step by Step Programming Commodore 64"
[cgraphicsb]: https://github.com/jacmoe/c64adventures/raw/master/cgraphicsb.jpg "Commodore 64 Color Graphics - a Beginner's Guide"
[asm4kids]: https://github.com/jacmoe/c64adventures/raw/master/asm4kids.jpg "Assembly Language for Kids Commodore 64"
[c64asmlang]: https://github.com/jacmoe/c64adventures/raw/master/c64asmlang.jpg "Commodore 64 Assembly Language"
[c64128asm]: https://github.com/jacmoe/c64adventures/raw/master/c64128asm.jpg "Commodore 64/128 Assembly Language Programming"
[boat]: https://github.com/jacmoe/c64adventures/raw/master/C64ColorGraphics/1beginner/boat.png "Final beginner's project"
[cgraphicsa]: https://github.com/jacmoe/c64adventures/raw/master/cgraphicsa.jpg "Commodore 64 Color Graphics - an Advanced Guide"
[bombjack]: http://www.bombjack.org/commodore/books.htm "DLH's Commodore Archive"
[cbmstudio]: http://www.ajordison.co.uk/index.html "CBM .prg Studio"
[winvice]: http://vice-emu.sourceforge.net/windows.html "WINVice"