#include <registers.h>
Data Fields | |
| struct { | |
| union { | |
| uint8_t l | |
| uint8_t byte | |
| } | |
| uint8_t h | |
| } | PACKED |
| uint16_t | word |
| struct { | |
| union { | |
| uint8_t l | |
| uint8_t byte | |
| } | |
| uint8_t h | |
| } | PACKED |
| uint32_t | dword |
A 32-bit general register.
This type encapsulates a 16-bit register such as ax, bx, cx, dx, si, di, bp or sp.
This type encapsulates a 32-bit register such as eax, ebx, ecx, edx, esi, edi, ebp or esp.
Definition at line 24 of file registers.h.
Definition at line 27 of file registers.h.
Definition at line 28 of file registers.h.
Definition at line 30 of file registers.h.
| struct { ... } PACKED::PACKED |
Definition at line 32 of file registers.h.
| struct { ... } PACKED::PACKED |
Definition at line 51 of file registers.h.
1.5.7.1