mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:10:54 +11:00
76e698157c
The only calls still using the stable ABI indirection are those made before the next routine is created.
15 lines
367 B
Plaintext
15 lines
367 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 )
|
|
CREATE lblnext 0x1a , ( stable ABI until set in B300 )
|
|
: JPNEXT, lblnext @ JPnn, ;
|
|
: CODE ( same as CREATE, but with native word )
|
|
(entry) 0 C, ( 0 == native ) ;
|
|
: ;CODE JPNEXT, ;
|
|
|
|
|