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