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.

11 line
402B

  1. : OPm ( modrm op ) CREATE C, C, DOES> C@+ A, C@ OR A, ;
  2. 0 0xff OPm INC[w], 0 0xfe OPm INC[b],
  3. 0x8 0xff OPm DEC[w], 0x8 0xfe OPm DEC[b],
  4. 0x30 0xff OPm PUSH[w], 0 0x8f OPm POP[w],
  5. : OPm+ ( modrm op ) CREATE C, C, DOES>
  6. ( m off ) C@+ A, C@ ROT OR A, A, ;
  7. 0x40 0xff OPm+ INC[w]+, 0x40 0xfe OPm+ INC[b]+,
  8. 0x48 0xff OPm+ DEC[w]+, 0x48 0xfe OPm+ DEC[b]+,
  9. 0x70 0xff OPm+ PUSH[w]+, 0x40 0x8f OPm+ POP[w]+,