Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
390B

  1. : JPccnn, SWAP <<3 0xc2 OR A, A,, ;
  2. : BCALL, BIN( @ + CALLnn, ;
  3. : BJP, BIN( @ + JPnn, ;
  4. : BJPcc, BIN( @ + JPccnn, ;
  5. VARIABLE lblchkPS
  6. : chkPS, lblchkPS @ CALLnn, ; ( chkPS, B305 )
  7. CREATE lblnext 0 , ( stable ABI until set in B300 )
  8. : JPNEXT, lblnext @ ?DUP IF JPnn, ELSE 0x1a BJP, THEN ;
  9. : CODE ( same as CREATE, but with native word )
  10. (entry) 0 C, ( 0 == native ) ;
  11. : ;CODE JPNEXT, ;