1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-12 14:29:54 +00:00
This commit is contained in:
David Schmenk 2024-01-28 16:31:03 -08:00
commit 7cb4534efb

View File

@ -25,8 +25,6 @@ There are quite a few missing word that a standard FORTH would have. Mostly due
`SHOWRSTACK`: Displays the return stack. Note: PLFORTH uses a software defined return stack, this is not the hardware stack
`SHOWHASH`: Display the hash table depth counts. Used to debug the efficacy of the hash algorithm
### Words for tracing and single stepping execution:
`TRON`: Turn tracing on