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.model
/
InstructionDetail
/
InstructionDetail
Instruction
Detail
constructor
(
regsRead
:
List
<
Register
>
=
emptyList()
,
regsWritten
:
List
<
Register
>
=
emptyList()
,
groups
:
List
<
InstructionGroup
>
=
emptyList()
,
writeback
:
Boolean
=
false
,
archDetail
:
ArchDetail
?
=
null
)
(
source
)