# x command

The x command displays hardware registers
on the first line of the program counter, followed by a variable number
of 32 bit registers.

## Syntax

```
x
```

## Description

The information is implementation
dependent:

**For AIX:** Registers r3 through r31.

**For Linux:** Registers edi esi ebp esp ebx edx ecx eax.

---
Source: https://d3codex.com/unix/x-command/ - part of the D3Codex reference.
