C64 Intro's/Demos & Code Disassemblers
Below you will find a few demos & intros that myself and Craig wrote back in the late 80's.
The code was written in 6502 Assembly Language and mostly contain several parts to them.
We originally called ourselves the 'Wild Styles' and eventually teamed up with Sigma and
wrote demos as part of a joint venture before finally joining Triangle 3532.
Wild Demo i
Wild Demo ii
Wild Demo iii
Wild Demo iv
Triangle 3532 "Generic Demo"
Thunder Cats music rip intro
Miami Vice Intro
C64 Disassembler
C64 disassembler/code relocator, this is a small tool written in C# to parse a binary C64 file & convert it back to 6502 assembly code. It will also strip out the line numbers and add labels where required, enabling the code to fully relocatable.The Source code is available on the GitHub.
Alternatively this link will take you to an online version written using TypeScript.
Please be aware that both the C# & the TypeScript version are Work In Progress...
The C# version is further advanced however