mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 01:30:28 +02:00
11 lines
93 B
ObjectPascal
11 lines
93 B
ObjectPascal
{ %NORUN }
|
|
{ %CPU=i386,x86_64 }
|
|
|
|
program tasm30;
|
|
|
|
begin
|
|
asm
|
|
enter $5,$1234
|
|
end;
|
|
end.
|