Beta-version 5.36: AB536.exe - installation file.
(Size: 2.7 MB. Updated December 21 2008)
For selectively addressing to element of declared array in SRAM or EEPROM, there is a form:
Name[n]
where n - is an index of the array. This form is applicable and for the selectively
addressing to a separate byte of the multi-byte variables.
For selectively addressing to a byte of multi-byte element of an array there is a double index form:
Name[n][m]
where n - is an index of element of the array and m - is an index of byte.