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 1

Wild Demo i

Wild Demo 2

Wild Demo ii

Wild Demo 3

Wild Demo iii

Wild Demo 4

Wild Demo iv

generic 3532

Triangle 3532 "Generic Demo"

Thundercats Intro

Thunder Cats music rip intro

Miami Vice Intro

Miami Vice Intro

C64 6502 Disassembler Application

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. Git

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