Depending how you want to work but i don't see any benefit to use any assembler in that...
Code:VarA VAR BYTE VarB VAR BYTE Start: IF VarA > 10 then VarB = VarB + 1 ELSE VarA = 0 ENDIF
Depending how you want to work but i don't see any benefit to use any assembler in that...
Code:VarA VAR BYTE VarB VAR BYTE Start: IF VarA > 10 then VarB = VarB + 1 ELSE VarA = 0 ENDIF
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks