# addx command

The addx command adds two hexadecimal
numbers and displays the result as a hexadecimal number.

## Syntax

```
addx hex.number hex.number
```

## Example(s)

```
addx 1F 33
52
```

## See also

- [divx command](https://d3codex.com/tcl/divx-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/addx-command/ - part of the D3Codex reference.
