Hello.
when I use the m128def.dat then it's working
when I use the m2561def.dat then it's give an error .EQU not found, probably using .......
is this a bug...
$regfile = "m2561def.dat" [b:b528ecd812]NOT WORKING[/b:b528ecd812]
'$regfile = "m128def.dat" [b:b528ecd812]WORKING[/b:b528ecd812]
$crystal = 14745600
$hwstack = 32
$swstack = 10
$framesize = 40
Config Rc5 = Pind.2
Enable Interrupts
Dim Address As Byte , Command As Byte
Print "Waiting for RC5..."
Do
Getrc5(address , Command)
If Address = 0 Then
Command = Command And &B01111111
Print Address ; " " ; Command
End If
Loop
End
[b:b528ecd812][color=red:b528ecd812](BASCOM-AVR version : 2.0.7.6 )[/b:b528ecd812][/color:b528ecd812]
↧