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