# divx command

The divx command divides the first hexadecimal
number by the second hexadecimal number and displays the result as
a hexadecimal quotient and remainder.

## Syntax

```
divx hex.number hex.number
```

## See also

- [addx command](https://d3codex.com/tcl/addx-command/)
- [dtx command](https://d3codex.com/tcl/dtx-command/)
- [mulx command](https://d3codex.com/tcl/mulx-command/)
- [subx command](https://d3codex.com/tcl/subx-command/)
- [xtd command](https://d3codex.com/tcl/xtd-command/)

---
Source: https://d3codex.com/tcl/divx-command/ - part of the D3Codex reference.
