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
/
ArmMemoryOperand
Arm
Memory
Operand
data
class
ArmMemoryOperand
(
val
base
:
Register
?
=
null
,
val
index
:
Register
?
=
null
,
val
scale
:
Int
=
1
,
val
disp
:
Int
=
0
,
val
lshift
:
Int
=
0
)
(
source
)
ARM memory operand.
Members
Constructors
Arm
Memory
Operand
Link copied to clipboard
constructor
(
base
:
Register
?
=
null
,
index
:
Register
?
=
null
,
scale
:
Int
=
1
,
disp
:
Int
=
0
,
lshift
:
Int
=
0
)
Properties
base
Link copied to clipboard
val
base
:
Register
?
disp
Link copied to clipboard
val
disp
:
Int
index
Link copied to clipboard
val
index
:
Register
?
lshift
Link copied to clipboard
val
lshift
:
Int
Lshift for memory index
scale
Link copied to clipboard
val
scale
:
Int