Internal Instruction
data class InternalInstruction(val id: Int, val address: Long, val size: Int, val bytes: ByteArray, val mnemonic: String, val opStr: String, val detail: InstructionDetail? = null) : Instruction(source)
Internal/Generic instruction implementation. Used for generic decomposition or when architecture details are not fully reified.