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

  1. ( Core words )
  2. ( KEY and EMIT are not defined here. There're
  3. expected to be defined in platform-specific code. )
  4. CODE EXECUTE
  5. DE POPqq,
  6. chkPS,
  7. JR, lblexec BWR ( execute-B301 )
  8. ( a b c -- b c a )
  9. CODE ROT
  10. HL POPqq, ( C ) DE POPqq, ( B ) BC POPqq, ( A )
  11. chkPS,
  12. DE PUSHqq, ( B ) HL PUSHqq, ( C ) BC PUSHqq, ( A )
  13. ;CODE