The following variables are declared as bytes:
later on in the code, a variable is set to 1h:
1h is not a declared variable, so I'm assuming its hex.
Later, the following code appears:
I'm not sure how to interpret that. Any insight is appreaciated.
Code:
byte ch, scratch(120)
later on in the code, a variable is set to 1h:
Code:
if (len.lt.120)scratch(len+1)=1h
1h is not a declared variable, so I'm assuming its hex.
Later, the following code appears:
Code:
if (1h1.le.ch.and.ch.le.1h9)
I'm not sure how to interpret that. Any insight is appreaciated.