I haven’t written much about debugging yet, but tools to help debug my code have been essential to my system development. I started out with the simple Ben Eater 6502 build where debugging consisted of repeating a cycle of write code, assemble and burn it to an EEPROM, and test the system for proper operation, …
6502: Coding
After you’ve finished Ben Eater’s 6502 computer project, if not long before, as with me, you may be wondering about editor and assembler options for your 6502 coding work. Ben uses a basic Linux based editor and the VASM assembler throughout his project. If you are a regular Linux user you may be comfortable using …