xForth
xForth copied to clipboard
Add UART I/O
Add library for using an UART on targets that have it.
An abstract TX! and ?RX should do the job. These can even be used for buffered I/O if needed.
Right, something like that. I'm thinking I might as well adopt the classical words EMIT, KEY, and KEY?.
An optional extension on top of this would be to have a target resident interpreter.
If multitasking (#48) is loaded, KEY should PAUSE.