Example #1
0
 public V850DisassemblerTests()
 {
     this.arch = new V850Architecture(base.CreateServiceContainer(), "v850");
     this.addr = Address.Ptr32(0x00100000);
 }
Example #2
0
 public V850DisassemblerTests()
 {
     this.arch = new V850Architecture(base.CreateServiceContainer(), "v850", new Dictionary <string, object>());
     this.addr = Address.Ptr32(0x00100000);
 }