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.

16 lines
303B

  1. : JPccnn, SWAP <<3 0xc2 OR A, A,, ;
  2. : BCALL, BIN( @ + CALLnn, ;
  3. : BJP, BIN( @ + JPnn, ;
  4. : BJPcc, BIN( @ + JPccnn, ;
  5. : JPNEXT, 26 BJP, ; ( 26 == next )
  6. : chkPS, 29 BCALL, ; ( 29 == chkPS )
  7. : CODE ( same as CREATE, but with native word )
  8. (entry)
  9. 23 C, ( 23 == nativeWord )
  10. ;
  11. : ;CODE JPNEXT, ;