[code:1:df5ec5af0a]$RegFile = "m8def.dat"
$Crystal = 1000000
$HwStack = 64
$SwStack = 64
$FrameSize = 64
$EepLeave
Config Base = 0
Config Submode = New
dim x As Byte
sub TestSub()
x = x + 1
end sub
TestSub() ' Error.[/code:1:df5ec5af0a]Compile error, and error checking syntax.
[code:1:df5ec5af0a]$RegFile = "m8def.dat"
$Crystal = 1000000
$HwStack = 64
$SwStack = 64
$FrameSize = 64
$EepLeave
Config Base = 0
Config Submode = New
dim x As Byte
sub TestSub()
x = x + 1
end sub
TestSub ' Error.[/code:1:df5ec5af0a]Normal compilation and error checking syntax.
[b:df5ec5af0a][color=red:df5ec5af0a](BASCOM-AVR version : 2.0.7.7 )[/b:df5ec5af0a][/color:df5ec5af0a]
↧