C64 Demos & Code Dissamsemblers

Below you will find a few of the demos that myself and Craig wrote back in 1987/88. The demos were written in 6502 Assembly Language and are 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.

Xenon

Wild Demo i

Wild Demo i

Platformer

Wild Demo ii

Wild Demo ii

JetPac

Wild Demo iii

Wild Demo iii

Nodes

Wild Demo iv

Wild Demo iv

Absolute

Triangle 3532 "Generic Demo"

Triangle 3532 "Generic Demo"

Absolute

Absolute

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, the code will be made available on Git in the near future.