Assembly debugging sheets

handy tools that can assist in the development of new software
Post Reply
User avatar
robcfg
Posts: 161
Joined: Sun Dec 30, 2018 6:23 pm
Contact:

Assembly debugging sheets

Post by robcfg »

Hello, beautiful people!

I'm not sure if this is the right board to put this so, if it isn't, I'd appreciate a moderator to move it to the proper place, thanks!

I found myself trying to debug some assembly routines 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 sheets for 6502, 6809, 6309 and Z80.

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

I hope you'll find them useful!
SteveF
Posts: 1663
Joined: Fri Aug 28, 2015 9:34 pm
Contact:

Re: Assembly debugging sheets

Post by SteveF »

robcfg wrote: Sun Jul 09, 2023 12:21 am I found myself trying to debug some assembly routines 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:
Been there, done that. :-)

These look really nice, thanks! Simple enough not to be constraining as well. I will try to remember to give them a go the next time I'm debugging something.
User avatar
robcfg
Posts: 161
Joined: Sun Dec 30, 2018 6:23 pm
Contact:

Re: Assembly debugging sheets

Post by robcfg »

Thank you for your kind words!

If you find them useful, you already made my day :D
Post Reply

Return to “development tools”