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.

16 lignes
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,