diff options
| -rw-r--r-- | jefs.fs | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -11,8 +11,5 @@ : syswrite ( u c-addr fd -- n ) 1 syscall3 ; : say ( c-addr u -- ) swap 1 syswrite drop ; -: saying 0 if bye then ; \ err: failure will result in infinite loop? -\ in specific it jumps back to the beginning of the word it seems. why? -\ the correct jump val should be 0x1a +: saying 0 if bye then ; saying TESTSTR say bye -\ TESTSTR say bye |
