encode ( bitspec -- quot ) (original) (raw)
Vocabulary
cpu.arm.64.assembler
Inputs
bitspec | an object |
---|
Outputs
quot | an object |
---|
Definition
USING: endian kernel make math.bitwise ;
MACRO: encode ( bitspec -- quot ) [ bitfield* 4 >le % ] curry ;
Vocabulary
cpu.arm.64.assembler
Inputs
bitspec | an object |
---|
Outputs
quot | an object |
---|
Definition
USING: endian kernel make math.bitwise ;
MACRO: encode ( bitspec -- quot ) [ bitfield* 4 >le % ] curry ;