mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 08:20:56 +11:00
eba83fa9a9
The usage of numerotated labels for this was becoming severly confusing.
14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
: JPccnn, SWAP <<3 0xc2 OR A, A,, ;
|
|
: BCALL, BIN( @ + CALLnn, ;
|
|
: BJP, BIN( @ + JPnn, ;
|
|
: BJPcc, BIN( @ + JPccnn, ;
|
|
|
|
VARIABLE lblchkPS
|
|
: chkPS, lblchkPS @ CALLnn, ; ( chkPS, B305 )
|
|
: JPNEXT, 26 BJP, ; ( 26 == next )
|
|
: CODE ( same as CREATE, but with native word )
|
|
(entry) 0 C, ( 0 == native ) ;
|
|
: ;CODE JPNEXT, ;
|
|
|
|
|