A86: Input of a number


[Prev][Next][Index][Thread]

A86: Input of a number




	ld de,_ioprompt					;
	ld bc,8							;
	ldir							;
	ld a,0Dh						;
	ld (_asap_ind),a				;
	call _exec_pg3					;end of the input


I know that this is the routine for the input of a number, but where does the 
result end up at?  I for some reason keep thinking that it goes into OP1.  
Can you all answer this for me?

Glen