store-tagged ( dst tag -- )


Vocabulary
cpu.x86

Inputs
dsta register symbol
taga builtin class


Outputs
None

Word description
Tags the register with the tag number for the given class.

Examples
USING: cpu.x86 make ; [ RAX alien store-tagged ] B{ } make disassemble
0000000002275f10: 4883c806 or rax, 0x6


Definition