* also save BP in FPC_INTR

git-svn-id: branches/i8086@24040 -
This commit is contained in:
nickysn 2013-03-28 21:26:44 +00:00
parent cd18b792ab
commit db07a990a9

View File

@ -17,6 +17,7 @@
global FPC_INTR
FPC_INTR:
mov byte [cs:int_number], al
push bp
push es
push di
push bx
@ -74,6 +75,7 @@ int_number:
pop bx
pop di
pop es
pop bp
ret
segment stack stack class=stack