#include <registers.h>
Public Types | |
enum | reg_size { bit = 0, byte = 1, word = 2, dword = 4, packetI = 8, packetF = 16, floating = 10 } |
enum | reg_type { flag, byte_low_low, byte_low_high, word_low, general, segment, special } |
Public Methods | |
unsigned char | GetByteSize () const |
Public Attributes | |
enum reg_size | size |
enum reg_type | type |
const char * | name |
int | completeReg |
unsigned | partialMask |
|
Definition at line 156 of file registers.h. |
|
Definition at line 158 of file registers.h. |
|
Definition at line 163 of file registers.h. |
|
Definition at line 161 of file registers.h. |
|
Definition at line 160 of file registers.h. Referenced by Instruction::Write(). |
|
Definition at line 162 of file registers.h. |
|
Definition at line 157 of file registers.h. |
|
Definition at line 159 of file registers.h. |