1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-26 06:29:28 +00:00

Clarify status of OPC6 implementation

ZornsLemma 2018-02-02 23:26:04 +00:00
parent ee6fffbe73
commit 5ee58bac18

@ -28,7 +28,7 @@ If your system has no concept of terminal I/O (perhaps it is a games console?) o
## Porting to 16-bit microprocessor systems
There is a somewhat raw implementation of the PLASMA VM for the homebrew 16-bit OPC6 CPU discussed here: http://anycpu.org/forum/viewtopic.php?f=3&t=426 This implementation doesn't have the latest VM opcode changes, so you must use a version of the PLASMA compiler from the same time as the thread posts.
There is a somewhat raw implementation of the PLASMA bytecode interpreter (no "cmd") for the homebrew 16-bit OPC6 CPU discussed here: http://anycpu.org/forum/viewtopic.php?f=3&t=426 This implementation doesn't have the latest VM opcode changes, so you must use a version of the PLASMA compiler from the same time as the thread posts. (It would be possible to implement "cmd", but this requires a fuller OPC6 environment with terminal I/O and random access files, which the basic OPC6 emulator lacks.)
## Potential for incorporating ports in mainline PLASMA project