encode ( bitspec -- quot ) (original) (raw)

encode ( bitspec -- quot )

Vocabulary
cpu.arm.64.assembler

Inputs

bitspec an object

Outputs

quot an object

Definition

USING: endian kernel make math.bitwise ;

IN: cpu.arm.64.assembler

MACRO: encode ( bitspec -- quot ) [ bitfield* 4 >le % ] curry ;