Type for representing a linear instruction. More...
Public Attributes | |
LinOpcode | o |
Which instruction to execute. More... | |
unsigned char | x |
unsigned char | y |
unsigned char | z |
Instruction arguments, y is destination (or z) More... | |
int | c |
Numerical constant. More... | |
Type for representing a linear instruction.
Definition at line 62 of file mm-lin.cpp.
LinOpcode Test::Int::MiniModelLin::LinInstr::o |
Which instruction to execute.
Definition at line 64 of file mm-lin.cpp.
unsigned char Test::Int::MiniModelLin::LinInstr::x |
Definition at line 65 of file mm-lin.cpp.
unsigned char Test::Int::MiniModelLin::LinInstr::y |
Definition at line 65 of file mm-lin.cpp.
unsigned char Test::Int::MiniModelLin::LinInstr::z |
Instruction arguments, y is destination (or z)
Definition at line 65 of file mm-lin.cpp.
int Test::Int::MiniModelLin::LinInstr::c |
Numerical constant.
Definition at line 66 of file mm-lin.cpp.