Assembly debugging sheets

Hardware Hacking, Programming and Game Solutions/Cheats
Post Reply
User avatar
robcfg
Posts: 1532
Joined: Sat Apr 04, 2009 10:16 pm
Location: Stockholm, Sweden
Contact:

Assembly debugging sheets

Post by robcfg »

I found myself trying to debug some 6809 assembly routine of mine, surrounded by register values and notes on random pieces of paper all over the place and thought that there may be a better way :lol:

So I created some nice sheets with columns with register names and space for notes. As a bonus, there's room on the top to write what is that you're working on, and sheet number in case the code you are debugging is large.

I've created one for the 6809 (of course!) and one for the Z80. 6309 and 6502 may come soon.

You can find them here: https://github.com/robcfg/assembly_debug_sheets

I hope you'll find them useful!
Post Reply