# mulx command

The mulx command multiplies the first
hexadecimal number provided by the second hexadecimal number provided
and displays the result as a hexadecimal number.

## Syntax

```
mulx hex.number hex.number
```

## Example(s)

```
mulx 8 1C
E0
```

## See also

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

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