Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.66 KB

README.md

File metadata and controls

53 lines (27 loc) · 1.66 KB

Fully Commented Commodore 64 ROM Disassembly

This project maintains four commented disassemblies of the C64 ROM (BASIC and KERNAL), three in English and one in German.

The txt files are the parsable master versions that can be used to create more rich representations.

c64rom_ms.txt

This is CBMBASIC only. The comments have been taken from

Microsoft's original BASIC for M6502 source, pagetable.com/?p=774

Converted and formatted by Michael Steil [email protected]

c64rom_en.txt

The comments have been taken from

The almost completely commented C64 ROM disassembly. V1.01 Lee Davison 2012

Converted and formatted by Michael Steil [email protected]

c64rom_sc.txt

This is CBMBASIC only. The comments have been taken from

Bob Sander-Cederlof: S-C DocuMentor for Applesoft, txbobsc.com/scsc/scdocumentor

Converted and adapted from Applesoft to CBMBASIC, as well as formatted by Michael Steil [email protected]

c64rom_de.txt

The comments have been taken from

Baloui, Said. Das neue Commodore-64-intern-Buch. Düsseldorf: Data-Becker, 1990. ISBN 3890113079

OCRed and formatted by Michael Steil [email protected]

HTML Versions

txt2html.py converts the txt version into cross-referenced HTML.

The most current HTML versions can be found at pagetable.com/c64rom

Combined HTML version ("Study Guide")

combine.py creates a cross-referenced HTML from all commentaries.

The most current version can be found at pagetable.com/c64rom

Contributing

Corrections (typos as well as content), translations etc. welcome.