libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
OP
/
Companion
/
ParsedInst
Parsed
Inst
data
class
ParsedInst
(
val
inst
:
ByteArray
,
val
data
:
ByteArray
?
,
val
number
:
Long
?
)
Convert from an opcode into a assembly instruction
Members
Constructors
Parsed
Inst
Link copied to clipboard
constructor
(
inst
:
ByteArray
,
data
:
ByteArray
?
,
number
:
Long
?
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
?
inst
Link copied to clipboard
val
inst
:
ByteArray
number
Link copied to clipboard
val
number
:
Long
?