06-01-2010, 12:31 PM
Note that #line doesn't seem to work inside asm blocks (where it might be more useful!)
Can use
end asm
#line <num>
asm
pretty easily though. I sometimes do that just same trick so basic has a label to access into the machine code...
Can use
end asm
#line <num>
asm
pretty easily though. I sometimes do that just same trick so basic has a label to access into the machine code...