(console.tal) Fixed underflow error on quit
This commit is contained in:
parent
a9527fbd95
commit
6021b2b63d
|
@ -51,7 +51,7 @@ BRK
|
||||||
&eval ( -> )
|
&eval ( -> )
|
||||||
|
|
||||||
print-type
|
print-type
|
||||||
;buf ;quit-txt scmp ?quit
|
;buf ;quit-txt scmp ?&quit
|
||||||
;yousaid-txt pstr
|
;yousaid-txt pstr
|
||||||
LIT "" #18 DEO
|
LIT "" #18 DEO
|
||||||
;buf pstr
|
;buf pstr
|
||||||
|
@ -60,18 +60,18 @@ BRK
|
||||||
|
|
||||||
BRK
|
BRK
|
||||||
|
|
||||||
|
&quit ( buf* -> )
|
||||||
|
|
||||||
|
#010f DEO
|
||||||
|
|
||||||
|
BRK
|
||||||
|
|
||||||
@print-type ( -- )
|
@print-type ( -- )
|
||||||
|
|
||||||
[ LIT2 00 -Console/type ] DEI #01 GTH DUP ADD ;types ADD2 LDA2
|
[ LIT2 00 -Console/type ] DEI #01 GTH DUP ADD ;types ADD2 LDA2
|
||||||
|
|
||||||
!pstr
|
!pstr
|
||||||
|
|
||||||
@quit ( buf* -> )
|
|
||||||
|
|
||||||
POP2 #010f DEO
|
|
||||||
|
|
||||||
BRK
|
|
||||||
|
|
||||||
(
|
(
|
||||||
@|stdlib )
|
@|stdlib )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue