mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
Add "B"
This commit is contained in:
parent
d8479aaddf
commit
8e026766ce
1 changed files with 4 additions and 7 deletions
11
core.fs
11
core.fs
|
@ -190,12 +190,9 @@ c~ i,
|
|||
'e,
|
||||
l!
|
||||
|
||||
\ 'B' ( c -- ) C-COMMA
|
||||
\ Store byte 'c' to here and increment it
|
||||
cB i, 'h, '@, '$, 'h, 'L, k1k0-, '+, 'h, '!, 'e, l!
|
||||
|
||||
kA kB ~ t t \ AB
|
||||
k
|
||||
t
|
||||
|
||||
kA kB o t t t
|
||||
k
|
||||
t
|
||||
kA kB B t
|
||||
Q
|
||||
|
|
Loading…
Reference in a new issue