+ bug0123

This commit is contained in:
florian 1998-04-01 10:59:41 +00:00
parent f9417a5966
commit 96d47eb00d
2 changed files with 8 additions and 1 deletions

6
bugs/bug0123.pp Normal file
View File

@ -0,0 +1,6 @@
{$I386_INTEL}
begin
asm
SHRD [ESI-8], EAX, CL
end;
end.

View File

@ -167,4 +167,5 @@ bug0118.pp Procedural vars cannot be assigned nil ?
bug0119.pp problem with methods
bug0120.pp inc/dec(enumeration) doesn't work
bug0121.pp cardinal -> byte conversion not work (and crashes)
bug0122.pp exit() gives a warning that the result is not set
bug0122.pp exit() gives a warning that the result is not set
bug0123.pp problem with intel assembler (shrd)