Exactly what error does it give you? That will help a lot in determining the actually error. It certianly ins't just because you used:Originally Posted by thibaud
Instead ofCode:b = $AE
orCode:b = 174
SteveCode:b = %10101110
Exactly what error does it give you? That will help a lot in determining the actually error. It certianly ins't just because you used:Originally Posted by thibaud
Instead ofCode:b = $AE
orCode:b = 174
SteveCode:b = %10101110
may i guess that b wasn't previoulsy defined as a byte or word and it returned a Syntax error?
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
b = $7E 'line 15
debug $7E
I get a ERROR Line 15: Syntax error. (API.pbp)
thanks it works!
where can I find more information about the Hex2
I didn't find it in the www.melabs.com (pro basic documentation)
Look in your PBP manual under DEBUG or SEROUT2 for data modifiers each
command supports.
They don't go into great details on using them, but they're there.
Bookmarks