mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-27 14:57:41 +00:00
shave one more byte
This commit is contained in:
parent
bf27f44569
commit
3cb4b9743f
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -164,7 +164,7 @@ GetChar:
|
||||||
PutChar:
|
PutChar:
|
||||||
# push %bx # don't clobber di,si,cx,dx
|
# push %bx # don't clobber di,si,cx,dx
|
||||||
# push %bp # original ibm pc scroll up bug
|
# push %bp # original ibm pc scroll up bug
|
||||||
mov $7,%bx # normal mda/cga style page zero
|
xor %bx,%bx # normal mda/cga style page zero
|
||||||
mov $0x0e,%ah # teletype output al cp437
|
mov $0x0e,%ah # teletype output al cp437
|
||||||
int $0x10 # vidya service
|
int $0x10 # vidya service
|
||||||
# pop %bp # preserves al
|
# pop %bp # preserves al
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue