mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 03:19:27 +02:00
10 lines
94 B
ObjectPascal
10 lines
94 B
ObjectPascal
{ %target=linux }
|
|
{ %cpu=arm }
|
|
{ %norun }
|
|
{ %opt=-Cparmv7m }
|
|
begin
|
|
asm
|
|
mrs r0, psp
|
|
end;
|
|
end.
|