IDIV

Performs a signed division on a register with a register or immediate value. The dividend is represented by 2 registers for high and low bits.

block->idiv(REG_SP, 0, REG_SP); // sets REG_SP to 1

Last updated