Compiled Node
data class CompiledNode(instructions: List<Insn>, jumpLabels: List<JumpLabel>, sectionLabels: List<SectionLabel>) : Serializable
Content copied to clipboard
Types
Companion
Link copied to clipboard
Functions
Properties
instructions
Link copied to clipboard
jumpLabels
Link copied to clipboard
sectionLabels
Link copied to clipboard