* a slight optimization in the MsDos routine (mov al instead of ax)

git-svn-id: branches/i8086@24309 -
This commit is contained in:
nickysn 2013-04-23 12:43:31 +00:00
parent ff5091cfb8
commit e107eaea28

View File

@ -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