collapseos/blk/394

9 lines
84 B
Plaintext
Raw Normal View History

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