DIV - Divide the Accumulator by X Command
Divides the accumulator value by the X register and stores the dividend to the accumulator and the remainder to the X register.
All flags are cleared. Only obvious use for this message would be to ensure all flags are cleared.
Syntax
DIV
Notice that there is no value or location attached to this command. It simply divides the value in the accumulator by the value in the X register.