ImmediateOperand

data class ImmediateOperand(val value: Long, val access: AccessType = AccessType.READ) : Operand(source)

Immediate (constant) operand

Constructors

Link copied to clipboard
constructor(value: Long, access: AccessType = AccessType.READ)

Properties

Link copied to clipboard
open override val access: AccessType

Access type for this operand (read, write, or both)

Link copied to clipboard
val value: Long

Functions

Link copied to clipboard
open override fun toString(): String