mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 14:31:59 +02:00
9 lines
79 B
ObjectPascal
9 lines
79 B
ObjectPascal
{ %cpu=avr }
|
|
program test;
|
|
var
|
|
r0: byte absolute 0;
|
|
begin
|
|
r0 := 128;
|
|
end.
|
|
|