mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 17:48:53 +02:00
11 lines
93 B
ObjectPascal
11 lines
93 B
ObjectPascal
{ %cpu=x86_64 }
|
|
{ %norun }
|
|
|
|
{$asmmode intel}
|
|
begin
|
|
asm
|
|
dq 123456789101213
|
|
end;
|
|
end.
|
|
|