mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 11:06:19 +02:00
* also save BP in FPC_INTR
git-svn-id: branches/i8086@24040 -
This commit is contained in:
parent
cd18b792ab
commit
db07a990a9
@ -17,6 +17,7 @@
|
|||||||
global FPC_INTR
|
global FPC_INTR
|
||||||
FPC_INTR:
|
FPC_INTR:
|
||||||
mov byte [cs:int_number], al
|
mov byte [cs:int_number], al
|
||||||
|
push bp
|
||||||
push es
|
push es
|
||||||
push di
|
push di
|
||||||
push bx
|
push bx
|
||||||
@ -74,6 +75,7 @@ int_number:
|
|||||||
pop bx
|
pop bx
|
||||||
pop di
|
pop di
|
||||||
pop es
|
pop es
|
||||||
|
pop bp
|
||||||
ret
|
ret
|
||||||
|
|
||||||
segment stack stack class=stack
|
segment stack stack class=stack
|
||||||
|
Loading…
Reference in New Issue
Block a user