| drop true ; |
drop true ; |
| |
|
| : >head ( cfa -- nt ) \ gforth to-head |
: >head ( cfa -- nt ) \ gforth to-head |
| $21 cell do ( cfa ) |
$25 cell do ( cfa ) |
| dup i - count $9F and + cfaligned over alias-mask + = |
dup i - count $9F and + cfaligned over alias-mask + = |
| if ( cfa ) |
if ( cfa ) |
| dup i - cell - dup head? |
dup i - cell - dup head? |
| [ELSE] |
[ELSE] |
| |
|
| : >head ( cfa -- nt ) \ gforth to-head |
: >head ( cfa -- nt ) \ gforth to-head |
| $21 cell do ( cfa ) |
$25 cell do ( cfa ) |
| dup i - count $9F and + cfaligned over alias-mask + = |
dup i - count $9F and + cfaligned over alias-mask + = |
| if ( cfa ) i - cell - unloop exit |
if ( cfa ) i - cell - unloop exit |
| then |
then |