DIV

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

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

Last updated