Oh, I see. The main doc explains things. Note the ++ on push, and -- on pop:
EEEE 1100011 0L1 DDDDDDDDD 101100001 PUSHA {#}D Write long in D[31:0] to hub address PTRA++.
EEEE 1100011 0L1 DDDDDDDDD 111100001 PUSHB {#}D Write long in D[31:0] to hub address PTRB++.
EEEE 1011000 CZ1 DDDDDDDDD 101011111 POPA D {WC/WZ/WCZ} Read long from hub address --PTRA into D. C = MSB of long. *
EEEE 1011000 CZ1 DDDDDDDDD 111011111 POPB D {WC/WZ/WCZ} Read long from hub address --PTRB into D. C = MSB of long. *
Comments
Correct