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.

9 lines
274B

  1. : OP1r0 ( r -- )
  2. CREATE C, DOES>
  3. C@ ( r op ) OR A, ;
  4. 0x80 OP1r0 ADDr, 0x88 OP1r0 ADCr,
  5. 0xa0 OP1r0 ANDr, 0xb8 OP1r0 CPr,
  6. 0xb0 OP1r0 ORr, 0x90 OP1r0 SUBr,
  7. 0x98 OP1r0 SBCr, 0xa8 OP1r0 XORr,
  8. : CP(IXY+), CPr, A, ;