Class AssemblyOperandState

java.lang.Object
ghidra.app.plugin.assembler.sleigh.sem.AbstractAssemblyState
ghidra.app.plugin.assembler.sleigh.sem.AssemblyOperandState

public class AssemblyOperandState extends AbstractAssemblyState
The state corresponding to a non-sub-table operand

This is roughly analogous to ConstructState, but for assembly. However, it also records the value of the operand and the actual operand symbol whose value it specifies.