SyszOpValue

Tagged union of possible operand types

alias SyszOpValue = TaggedUnion!(SyszRegister, "reg", long, "imm", SyszOpMem, "mem")

Meta