mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-27 14:57:41 +00:00
Initialize register cache for robustness
This commit is contained in:
parent
162969de42
commit
1136e5752e
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ begin: mov $0x8000,%sp # uses higher address as stack
|
||||||
main: mov %sp,%cx
|
main: mov %sp,%cx
|
||||||
mov $'\r',%al
|
mov $'\r',%al
|
||||||
call PutChar
|
call PutChar
|
||||||
|
mov %dx,%fs # Clear input lookahead cache
|
||||||
call Read
|
call Read
|
||||||
call EvalPrint
|
call EvalPrint
|
||||||
jmp main
|
jmp main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue