mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 05:29:53 +00:00
Update Python bindings for m68k
This commit is contained in:
parent
fd5c6b0adc
commit
e0ea140459
@ -66,6 +66,10 @@ class M68KOp(ctypes.Structure):
|
||||
@property
|
||||
def reg(self):
|
||||
return self.value.reg
|
||||
|
||||
@property
|
||||
def reg_pair(self):
|
||||
return self.value.reg_pair
|
||||
|
||||
@property
|
||||
def mem(self):
|
||||
|
Loading…
Reference in New Issue
Block a user