fpc/tests/tbs/tb0551.pp
2008-06-07 15:08:48 +00:00

11 lines
93 B
ObjectPascal

{ %cpu=x86_64 }
{ %norun }
{$asmmode intel}
begin
asm
dq 123456789101213
end;
end.