예제 #1
0
 public Defer(anInstruction anInstruction = default, CallCommon Call = default, token.Pos pos = default)
 {
     this.m_anInstructionRef = new ptr <anInstruction>(anInstruction);
     this.Call = Call;
     this.pos  = pos;
 }
예제 #2
0
 public Call(register register = default, CallCommon Call = default)
 {
     this.m_registerRef = new ptr <register>(register);
     this.Call          = Call;
 }