1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-01 03:41:34 +00:00

Remove SHOWHASH from PLFORTH

Update PLFORTH onky words
This commit is contained in:
David Schmenk 2024-01-28 16:27:30 -08:00 committed by GitHub
parent 96bac30316
commit 016b31a01c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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