1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-27 23:00:19 +10:00
collapseos/blk/394

9 lines
84 B
Plaintext
Raw Normal View History

: ABORT (resSP) QUIT ;
: = CMP NOT ;
: < CMP -1 = ;
: > CMP 1 = ;
: 0< 32767 > ;