Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

11 lignes
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]+,