Instructions


% $
' 7C@4$D##
&2
$M10
//The non-volatile variable number 10 is
//specifies to address
% Q!R!S
' $D@=#E$$@$
&2
AMF}1@10
//This usage specifies the address 10 of the
// device named Amf with device ID 1.
C.2. Arithmetic Operators
% T
' '#E @
&2
var1 = 10 + 20;
//Adds 10 to 20 and assigns the result to
//variable var1.
% 8
' '=$E @
&2
var1 = 20 - 10;
//Subtracts the value of 10 from 20 and
//assign the result to variable var1
'.-79)9%>9+2
09