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 lines
362B

  1. : MOVri, SWAP 0xb0 OR A, A, ;
  2. : MOVrI, SWAP 0xb0 OR A, SPLITB A, A, ;
  3. : MOVsx, 0x8e A, SWAP MODRMrr A, ;
  4. : INT, 0xcd A, A, ;
  5. ( no argument, flow ops are special )
  6. : JMP8, 0xeb A, ; : JMP16, 0xe9 A, ; : JZ, 0x74 A, ;
  7. : LODSB, 0xac A, ; : CLI, 0xfa A, ; : HLT, 0xf4 A, ;
  8. : ORrr, 0x08 A, MODRMrr A, ;
  9. : XORxx, 0x31 A, MODRMrr A, ;
  10. : CLD, 0xfc A, ; : STD, 0xfd A, ;