* mark the registers, modified by DebugWriteLn's asm code

git-svn-id: branches/i8086@23971 -
This commit is contained in:
nickysn 2013-03-23 02:14:52 +00:00
parent e944e142b8
commit 7db978c3a4

View File

@ -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);