Addressing
START_ADDRESS@DATA_TYPE, where START_ADDRESS indicates the area and the starting address of the element,
and DATA_TYPE β the data typeSTART_ADDRESS.BIT_INDEX, where START_ADDRESS indicates the area and the starting address
of the element,
and BIT_INDEX β the bit number in the 16-bit word (from 0 to 15)START_ADDRESS[LENGTH]@DATA_TYPE, where START_ADDRESS specifies the area and the starting address
of the element,
LENGTH β number of elements in the array,
and DATA_TYPE β the data typeLast updated