mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-04-16 23:40:00 +00:00
Increase TIB size to 132 bytes
This commit is contained in:
parent
b701e46bb0
commit
aef07d62f9
@ -895,8 +895,9 @@ Code allot ( n -- ) user' dp D lxi
|
||||
|
||||
\ input strings 11Jun86
|
||||
|
||||
$84 Constant /tib
|
||||
Variable #tib 0 #tib !
|
||||
Variable >tib here >tib ! $50 allot
|
||||
Variable >tib here >tib ! /tib allot
|
||||
Variable >in 0 >in !
|
||||
Variable blk 0 blk !
|
||||
Variable span 0 span !
|
||||
|
Loading…
x
Reference in New Issue
Block a user