Handbook
Glossary
(align-here) ( alignment -- )
Vocabulary
bootstrap
.
image
.
private
Inputs
alignment
an
object
Outputs
None
Definition
USING:
kernel
layouts
math
;
IN:
bootstrap.image.private
:
(align-here)
( alignment -- )
[
here
neg
]
dip
rem
[
bootstrap-cell
/i
[
0
emit
]
times
]
unless-zero
;