mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user