Hans_K
25.04.2010, 20:33
Hallo,
ich habe ein Problem mit der Compilierung von folgendem kleinen Testprogramm.
'Test Initmicro
$crystal = 8000000
$regfile = "m644def.dat"
$baud = 38400
$initmicro
$noramclear
Dim A As Byte
Do
A = 1
Loop
_init_micro:
wdr
Return
Verwende ich $initmicro und $noramclear zusammen erhalte ich beim compilieren folgende Fehlermeldung:
Access Violation At Address 01001b48 In Module 'BASC-AVR.DLL'. Read of address 00080197.
Verwende ich jede Anweisung alleine klappt's.
Bitte testen. Danke
ich habe ein Problem mit der Compilierung von folgendem kleinen Testprogramm.
'Test Initmicro
$crystal = 8000000
$regfile = "m644def.dat"
$baud = 38400
$initmicro
$noramclear
Dim A As Byte
Do
A = 1
Loop
_init_micro:
wdr
Return
Verwende ich $initmicro und $noramclear zusammen erhalte ich beim compilieren folgende Fehlermeldung:
Access Violation At Address 01001b48 In Module 'BASC-AVR.DLL'. Read of address 00080197.
Verwende ich jede Anweisung alleine klappt's.
Bitte testen. Danke