Return to previous page Return to menu Go to next page

● Description of constants

For the description of constants, follow the notation in Table 4.5.

Table 4.5 Description of constants
 radix method 
 notation 
 Example 
 Binary 
 Prefix the number with a “%”. 
% 0010,% 1111 
 Decimal number 
 Nothing before or after the number. 
2,10,16,32
 Hexadecimal 
 Prefix the number with “$”. 
 $ 05, $ 0A, $ FF 


Return to previous page Return to menu Go to next page