insns ( n -- n )
Vocabularycpu.arm.64.assembler
Inputs
Outputs
Definition
USING: math ;
IN: cpu.arm.64.assembler
: insns ( n -- n ) 4 * ; inline