| data format specification | Index Level | divx |
| Syntax | divd number number |
| Category | System Debugger |
| Type | Command |
| Description | divides the first integer number provided by the second integer number provided and displays the result as an integer quotient and remainder. |
| Options | |
| See Also | addd muld subd System Debugger addx mulx subx divx |
| 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". |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| data format specification | Index Level | divx |