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