fpc/tests/webtbs/tw23185.pp
florian 7150832ec9 + Cortex-M3 special registers, resolves #23185
git-svn-id: trunk@22815 -
2012-10-21 20:06:07 +00:00

10 lines
94 B
ObjectPascal

{ %target=linux }
{ %cpu=arm }
{ %norun }
{ %opt=-Cparmv7m }
begin
asm
mrs r0, psp
end;
end.