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.

13 lines
470B

  1. : MOVri, SWAP 0xb0 OR A, A, ;
  2. : MOVxI, SWAP 0xb8 OR A, A,, ;
  3. : MOVsx, 0x8e A, SWAP <<3 OR 0xc0 OR A, ;
  4. : MOVrm, 0x8a A, SWAP <<3 0x6 OR A, A,, ;
  5. : MOVxm, 0x8b A, SWAP <<3 0x6 OR A, A,, ;
  6. : MOVmr, 0x88 A, <<3 0x6 OR A, A,, ;
  7. : MOVmx, 0x89 A, <<3 0x6 OR A, A,, ;
  8. : PUSHs, <<3 0x06 OR A, ; : POPs, <<3 0x07 OR A, ;
  9. : SUBxi, 0x83 A, SWAP 0xe8 OR A, A, ;
  10. : ADDxi, 0x83 A, SWAP 0xc0 OR A, A, ;
  11. : JMPr, 0xff A, 7 AND 0xe0 OR A, ;
  12. : JMPf, ( seg off ) 0xea A, SPLITB A, A, A,, ;