Handbook
Glossary
(%convert-integer) ( dst src bits quot -- )
Vocabulary
cpu
.
x86
Inputs
dst
an
object
src
an
object
bits
an
object
quot
an
object
Outputs
None
Definition
USING:
cpu.architecture
cpu.x86.assembler.operands
kernel
;
IN:
cpu.x86
::
(%convert-integer)
( dst src bits quot -- )
dst
{
src
}
bits
[|
new-dst |
new-dst src
int-rep
%copy
new-dst
dup
bits
n-bit-version-of
quot
call
dst new-dst
int-rep
%copy
]
with-small-register
;
inline