Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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