mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 16:47:53 +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.
|