Type for representing a set instruction. More...
Public Attributes | |
SetOpcode | o |
Which instruction to execute. More... | |
unsigned char | x |
unsigned char | y |
unsigned char | z |
Instruction arguments, z is destination (or y for complement) More... | |
Type for representing a set instruction.
Definition at line 58 of file mm-set.cpp.
SetOpcode Test::Int::MiniModelSet::SetInstr::o |
Which instruction to execute.
Definition at line 60 of file mm-set.cpp.
unsigned char Test::Int::MiniModelSet::SetInstr::x |
Definition at line 61 of file mm-set.cpp.
unsigned char Test::Int::MiniModelSet::SetInstr::y |
Definition at line 61 of file mm-set.cpp.
unsigned char Test::Int::MiniModelSet::SetInstr::z |
Instruction arguments, z is destination (or y for complement)
Definition at line 61 of file mm-set.cpp.