system.debugger.divd

Command/System Debugger, Releases: AP and R83

Divides integer numbers.

Syntax

divd number number

Description

divides the first integer number provided by the second integer number provided and displays the result as an integer quotient and remainder.

Example

!divd 52 24<return> 2 4

The result displays on the same line as the command. '2' is the
result, with a remainder of '4'.

See Also

Command Name Type Description
system.debugger.addd Command Adds integer numbers.
system.debugger.muld Command Multiplies integer numbers.
system.debugger.subd Command Subtracts integer numbers.
system.debugger.overview Introductory Overview of system debugger.
system.debugger.addx Command Adds hexadecimal numbers.
system.debugger.mulx Command Multiplies haxadecimal numbers.
system.debugger.subx Command Subtracts hexadecimal numbers.
system.debugger.divx Command Divides hexadecimal numbers.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.