Vocabularycpu.architectureInputsreg | a register symbol |
val | a value |
OutputsNone
Word descriptionEmits code for loading an immediate value into a register. On
x86, if val is 0, then an
XOR instruction is emitted instead of
MOV because the former is shorter.
See also##load-taggedDefinitionMethods