mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 14:29:25 +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
|
||||
int 21h
|
||||
loop @@1
|
||||
end;
|
||||
end ['ax','bx','cx','dx','si','di'];
|
||||
end;
|
||||
|
||||
procedure DebugWriteLn(const S: string);
|
||||
|
Loading…
Reference in New Issue
Block a user