toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
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
?