MP/M Queue Parameter Block

The Queue Parameter Block is a 16-byte data structure used when accessing MP/M queues. It is formed:

	defw	0		;reserved
	defw	queue_id	;Queue ID; populated when the queue is 
				;opened.
	defw	0		;reserved
	defw	buffer		;Message buffer address - the address
				;of the message to read/write.
	defb	'  name  '	;When opening queue, initialise to its name.

Return to archive listing