I am implementing a C compiler for 6502 and would like to try the results out on real hardware.
Is W65C134SXB a good choice for hardware? Price not too high and with 32K or RAM and 32K mapped in flash it should be capable enough.
For debugging I have something similar to gdb that I want to connect remotely to the target. For gdb remote debugging gdbsever is used, is it available for 6502? I looked in the gdb source tree and it seems to be just for 16 and 32-bit targets. What do people use for 8-bits target? I suspect the usual monitors included on 6502 boards are meant for interaction with a human, not a debugger?
On my search around I came across SC126 which is a nice Z80 system, it can run CP/M or Fuzix. Is there some similar 6502 hardware around? I am thinking of something capable of running Fuzix.
Links:
https://www.tindie.com/products/wdc/w65c134sxb/https://smallcomputercentral.wordpress. ... rd-rc2014/https://github.com/EtchedPixels/FUZIXhttps://en.wikipedia.org/wiki/Gdbserverhttps://www.embecosm.com/appnotes/ean4/ ... sue-2.html