top
|
up
|
prev
|
next
SaveInstruction Class
Definition at line
378
of
Instruction.hpp
Constructors
SaveInstruction
()
Member Functions
void
Write
(CodeFormatter& formatter,
Function
& function,
Context
& context)
Constructor Details
SaveInstruction Constructor
cmsxi::SaveInstruction::SaveInstruction()
Definition at line
692
of
Instruction.cpp
:
692
:
Instruction
(
)
693
{
694
}
Declaration at line
381
of
Instruction.hpp
Member Function Details
Write Member Function
void
cmsxi::SaveInstruction::Write(CodeFormatter& formatter,
Function
& function,
Context
& context)
Definition at line
696
of
Instruction.cpp
:
697
{
698
formatter
.
Write
(
"save"
)
;
699
}
top
|
up
|
prev
|
next