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 line
377B

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