Thanks for your reply Robtillaart, I appreciate it. But i am again lost

---- pg 26 -----
The upper five bits (MSB) of the Address Byte will be used for addressing. That is, bits
7,6,5,4,3 of the previous byte description will be used for addressing.
The lower three bits (i.e. 2,1,0) of the Address Byte will contain peripheral specific
commands. This will allow up to eight instructions to be embedded in the first byte of a
block.----------------------------------------------------
So Poll is a command and not a data; Does it mean poll command (0x0b) has to fit into this 3 bits ? how do i do it ?
Also in the section 2.5
VMC:
------- ADD*---- CHK-----------
Peripheral:
-------------------------------------ACK*------------
*Indicates mode bit setThis is a typical case when i need to send a poll command, there doesnt seem to be any data byte. so how do i send the poll command, please help im very confused here.
Hwk