DIV

Description:

Divides the unsigned value of the Accumulator by the unsigned value of the "B" register. The resulting quotient is placed in the Accumulator and the remainder is placed in the "B" register.

Operation:DIV
Function:Divide Accumulator by B
Syntax:DIV AB
InstructionsOpCodeBytesCyclesFlags
DIV AB0x8414C, OV

The Carry flag (C) is always cleared.

The Overflow flag (OV) is set if division by 0 was attempted, otherwise it is cleared.



User Comments

No Posts found !

Login to Post a Comment.