The near memory access method
In this section:
Near memory is located in the last 64 Kbytes of memory.
Examples
These examples access near memory in different ways:
mov a, n:x ; Access the global variable x.
mov a, (y & 0xffff)[bc] ; Access an entry in the
; global array y.
mov a, [hl+2] ; Access through a pointer.