mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
10 lines
67 B
ObjectPascal
10 lines
67 B
ObjectPascal
{ %cpu=avr }
|
|
{ %norun }
|
|
begin
|
|
asm
|
|
lds r20, 100
|
|
end;
|
|
end.
|
|
|
|
|