コード例 #1
0
 public void EmitCMP(ref AddrMode addrMode, sbyte immediate)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 // Assembly stub creation api. TBD, actually make this general purpose
 public void EmitMOV(Register regDst, ref AddrMode memory)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void EmitLEA(Register reg, ref AddrMode addrMode)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void EmitJmpToAddrMode(ref AddrMode addrMode)
 {
     throw new NotImplementedException();
 }