browser

DIV

div
calendarsave
address instructions a b -- a%b a/b DIV -> Pushes the modulo and the quotient of a / b (byte) to the stack DIVw -> Pushes the modulo and the quotient of a / b (word) to the stack DIVx -> Pushes the modulo and the quotient of a / x (byte) to the stack DIVxw -> Pushes the modulo and the quotient of a / xw (word) to the stack DIVy -> Pushes the modulo and the quotient of a / y (byte) to the stack DIVyw -> Pushes the modulo and the quotient of a / yw (word) to the stack DIVxy -> Pushes the modulo and the quotient of x / y (byte) to the stack DIVxyw -> Pushes the modulo and the quotient of xw / yw (word) to the stack