XiPU uROM Generator
|
This class contains a parsed microcode of the single step. More...
#include <ucode.h>
Public Member Functions | |
UCode () | |
UCode (unsigned char code0, unsigned char code1) | |
unsigned char | getCode0 () const |
unsigned char | getCode1 () const |
Private Attributes | |
QVector< unsigned char > | code = QVector<unsigned char>(2) |
Low and high bytes of the microcode. More... | |
UCode::UCode | ( | ) |
UCode::UCode | ( | unsigned char | code0, |
unsigned char | code1 | ||
) |
unsigned char UCode::getCode0 | ( | ) | const |
Get a value of the low microcode part
Definition at line 41 of file ucode.cpp.
References code.
Referenced by URomData::addInstruction().
unsigned char UCode::getCode1 | ( | ) | const |
Get a value of the high microcode part
Definition at line 51 of file ucode.cpp.
References code.
Referenced by URomData::addInstruction().
|
private |
Low and high bytes of the microcode.
Definition at line 28 of file ucode.h.
Referenced by getCode0(), getCode1(), and UCode().