Handbook
Glossary
UDF-encode ( imm16 -- )
Vocabulary
cpu
.
arm
.
64
.
assembler
.
opcodes
Inputs
imm16
an
object
Outputs
None
Definition
USING:
endian
make
math.bitwise
;
IN:
cpu.arm.64.assembler.opcodes
:
UDF-encode
( imm16 -- )
{
{
0 16
}
{
imm16
0
}
}
bitfield*
4
>le
%
;