	add	a,<b>#</b>low(base_addr)	;Calculate low order address
	push	acc			;put it on the stack
	clr	a
	addc	a,<b>#</b>high(base_addr)	;Calculate high order address
	push	acc			;Both bytes on the stack now
	ret