mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
Fixed a bug of "B"
This commit is contained in:
parent
70e0b9d299
commit
1310d1291b
1 changed files with 1 additions and 1 deletions
2
core.fs
2
core.fs
|
@ -189,7 +189,7 @@ c~ i,
|
|||
|
||||
\ 'B' ( c -- ) C-COMMA
|
||||
\ Store byte 'c' to here and increment it
|
||||
cB i, 'h, '@, '$, 'h, 'L, k1k0-, '+, 'h, '!, 'e, l!
|
||||
cB i, 'h, '@, '$, 'h, '@, 'L, k1k0-, '+, 'h, '!, 'e, l!
|
||||
|
||||
\ 'a' ( c-addr -- a-addr ) ALIGNED
|
||||
\ Round up 'a' to a multiple of CELL
|
||||
|
|
Loading…
Reference in a new issue