mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 17:49:33 +02:00
10 lines
86 B
ObjectPascal
10 lines
86 B
ObjectPascal
{ %cpu=avr }
|
|
program test;
|
|
|
|
begin
|
|
asm
|
|
ldd r20, z+0
|
|
std y+0, r20
|
|
end;
|
|
end.
|