This mode adds a few features, some of which are still being worked on.
This is unstable, so there is no guarantee that any of this will stay the same!
The first number in memory must be 010. 010 anywhere else will exit!
1 DAT 010
Or use
1 EXT
- INA (911) => take 8-bit ASCII character input (ignores all characters after the first)
- OTA (912) => output 8-bit ASCII character
There is an output example in examples/extended_output.txt and an input example in examples/extended_input.txt.
- Support escaped characters in csv test lines.