mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +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
|
||||
mov $'\r',%al
|
||||
call PutChar
|
||||
mov %dx,%fs # Clear input lookahead cache
|
||||
call Read
|
||||
call EvalPrint
|
||||
jmp main
|
||||
|
|
|
|||
Loading…
Reference in a new issue