mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 04:49:33 +01:00
* a slight optimization in the MsDos routine (mov al instead of ax)
git-svn-id: branches/i8086@24309 -
This commit is contained in:
parent
ff5091cfb8
commit
e107eaea28
@ -89,7 +89,7 @@ FPC_MSDOS_CARRY:
|
||||
stc
|
||||
global FPC_MSDOS
|
||||
FPC_MSDOS:
|
||||
mov ax, 21h
|
||||
mov al, 21h ; not ax, because only the low byte is used
|
||||
pop dx
|
||||
pop cx
|
||||
push ax
|
||||
|
||||
Loading…
Reference in New Issue
Block a user