library
Toggle table of contents
1.0.0-alpha01
common
Target filter
common
Switch theme
Search in API
Skip to content
library
library
/
ir.alisalimik.kotstone.arch
/
AArch64MemoryOperand
AArch64Memory
Operand
data
class
AArch64MemoryOperand
(
val
base
:
Register
?
=
null
,
val
index
:
Register
?
=
null
,
val
disp
:
Long
=
0
)
(
source
)
AArch64 memory operand.
Members
Constructors
AArch64Memory
Operand
Link copied to clipboard
constructor
(
base
:
Register
?
=
null
,
index
:
Register
?
=
null
,
disp
:
Long
=
0
)
Properties
base
Link copied to clipboard
val
base
:
Register
?
disp
Link copied to clipboard
val
disp
:
Long
index
Link copied to clipboard
val
index
:
Register
?