mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
nearlest -> nearest
This commit is contained in:
parent
bc7be89175
commit
971afae59a
1 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ cm i,
|
|||
'e, l!
|
||||
|
||||
\ 'a' ( c-addr -- a-addr ) ALIGNED
|
||||
\ Round up to a nearlest multiple of CELL
|
||||
\ Round up to a nearest multiple of CELL
|
||||
ca i,
|
||||
'L, Ck1k0--, '+, \ ( a+CELL-1 )
|
||||
'L, k0k0-C-, \ ( a+CELL-1 ~(CELL-1) )
|
||||
|
@ -218,7 +218,7 @@ ca i,
|
|||
'e, l!
|
||||
|
||||
\ 'A' ( -- ) ALIGN
|
||||
\ Round up 'here' to a nearlest multiple of CELL
|
||||
\ Round up 'here' to a nearest multiple of CELL
|
||||
cA i, 'h, '@, 'a, 'h, '!, 'e, l!
|
||||
|
||||
\ 'E' ( c-addr1 c-addr2 -- flag ) STR=
|
||||
|
|
Loading…
Reference in a new issue