mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
+ test for last commit (44094dba2f
)
This commit is contained in:
parent
44094dba2f
commit
680a5b94ff
14
tests/tbs/tb0692.pp
Normal file
14
tests/tbs/tb0692.pp
Normal file
@ -0,0 +1,14 @@
|
||||
{ %norun }
|
||||
{ %cpu=avr }
|
||||
program indirect_absolute_asm;
|
||||
|
||||
|
||||
var
|
||||
PORTB : byte absolute 1;
|
||||
TXPORT: byte absolute PORTB;
|
||||
|
||||
begin
|
||||
asm
|
||||
sbi TXPORT+(-32), 1
|
||||
end;
|
||||
end.
|
Loading…
Reference in New Issue
Block a user