GDB for 6502?
GDB for 6502?
I find the idea as the brilliant. It is used by http://www.6809.org.uk/dragon/m6809-gdb.shtml. Is there any similar 6502 based project?
Re: GDB for 6502?
That's neat. It makes me want to break out my CoCo 2 and give it a try.
- DavidBuchanan
- Posts: 26
- Joined: 04 May 2015
- Location: UK
Re: GDB for 6502?
I'm currently working on a 6502 emulator in C. I have a few bugs to work out, but GDB support is high on my list of priorities.
The GDB protocol is fairly simple, so it really shouldn't be too much work to add.
The GDB protocol is fairly simple, so it really shouldn't be too much work to add.