mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-17 00:53:13 +02:00
* mark the registers, modified by DebugWriteLn's asm code
git-svn-id: branches/i8086@23971 -
This commit is contained in:
parent
e944e142b8
commit
7db978c3a4
@ -73,7 +73,7 @@ begin
|
|||||||
mov dl, al
|
mov dl, al
|
||||||
int 21h
|
int 21h
|
||||||
loop @@1
|
loop @@1
|
||||||
end;
|
end ['ax','bx','cx','dx','si','di'];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure DebugWriteLn(const S: string);
|
procedure DebugWriteLn(const S: string);
|
||||||
|
Loading…
Reference in New Issue
Block a user