mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00
11 lines
117 B
ObjectPascal
11 lines
117 B
ObjectPascal
{%fail}
|
|
{%CPU=avr}
|
|
|
|
program webtbf32261;
|
|
|
|
begin
|
|
asm
|
|
cp r24, 8 // 2nd operand should be a register
|
|
end;
|
|
end.
|