mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +00:00
Broader register initialization coverage (#21)
This commit is contained in:
parent
32dfd00780
commit
194181a709
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -51,13 +51,13 @@ begin: mov $0x8000,%sp # uses higher address as stack
|
|||
pop %ss # errata exists but don't care
|
||||
mov $2,%bx
|
||||
main: mov %sp,%cx
|
||||
mov $'\r',%al
|
||||
call PutChar # Call first to initialize %dx
|
||||
call GetToken
|
||||
call GetObject
|
||||
call Eval
|
||||
xchg %ax,%si
|
||||
call PrintObject
|
||||
mov $'\r',%al
|
||||
call PutChar
|
||||
jmp main
|
||||
|
||||
GetToken: # GetToken():al, dl is g_look
|
||||
|
|
|
|||
Loading…
Reference in a new issue