- Scyzer's Tank -


- NAVIGATION -
Home | Hacks | Patches | References | Gallery | SMILE RF

This pages contains a variety of documents and other stuff you might find useful. I haven't included other peoples documents' for the time being, with the exception of documents I had added to. This may change in the future if need be. You can contact me if you wish to put something of yours up here.

- ASM Lessons -
Show / Hide
Lesson 1 The basics about how the RAM works, and very simple ASM codes using LDA and STA. Download
 
Lesson 2 Comparing addresses and values with each other, and branching. Also goes into using a RAM address as a timer. Download
 
Lesson 3 Loading selective bits within addresses, and modifying selective bits. Download
 
Lesson 4 Multiplication and division. The basic use of the X and Y registers as an index. Download
 
Lesson 5 Indirect Addressing. Advanced use of the X and Y registers. Download

- Documents & References -
Show / Hide
RAM-Map A slightly more in-depth RAM Map than Kejardon's. Thanks to Kejardon and Black_Falcon who helped me fill this out. Download
 
Misc Routines Another useful doc. Contains heaps of useful routines in the game. This is like Kejardon's, but with much more added. Also contains some disassembly of the main Pause Screen routines. Download
 
65816 Opcodes & Instructions A handy little doc I made which contains the opcodes and descriptions of every instruction in 65816 programming. Download