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.

17 lines
233B

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