Have just completed an RC6502 SBC build (standard 6502 processor, 1MHz) and am looking to implement Forth on it.
Has anyone done this before?
The SBC currently has a single 64Kb EEPROM with Wozmon/Krusader/Basic. I could possibly replace it with Forth on another
64Kb and boot directly into Forth or perhaps use a 256Kb and manually page it via the A13/A14 jumpers to boot (if possible).
I guess the correct way is to add a ROM board for Forth somewhere above $8000; that keeps Wozmon etc and can run from there.
I have ordered a motherboard and will be on the lookout for a ROM or perhaps RAM/ROM board.
More importantly I guess is the flavour of Forth and since I have never done this will be the big issue for me. It's like chosing a Linux Distro
Looking at the FIG Forth for 6502 on the source page here for starters unless someone points me elsewhere.
Reg