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
506B

  1. : OPrm CREATE C, DOES> C@ A, SWAP 3 LSHIFT OR A, ;
  2. 0x8a OPrm MOVr[], 0x8b OPrm MOVx[],
  3. 0x3a OPrm CMPr[], 0x3b OPrm CMPx[],
  4. : OPmr CREATE C, DOES> C@ A, 3 LSHIFT OR A, ;
  5. 0x88 OPmr MOV[]r, 0x89 OPmr MOV[]x,
  6. : OPrm+ ( r m off ) CREATE C, DOES>
  7. C@ A, ROT 3 LSHIFT ROT OR 0x40 OR A, A, ;
  8. 0x8a OPrm+ MOVr[]+, 0x8b OPrm+ MOVx[]+,
  9. 0x3a OPrm+ CMPr[]+, 0x3b OPrm+ CMPx[]+,
  10. : OPm+r ( m off r ) CREATE C, DOES>
  11. C@ A, 3 LSHIFT ROT OR 0x40 OR A, A, ;
  12. 0x88 OPm+r MOV[]+r, 0x89 OPm+r MOV[]+x,