Re: A86: 24-bit add?


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

Re: A86: 24-bit add?




In a message dated 10/16/98 6:41:32 PM Eastern Daylight Time,
ComAsYuAre@aol.com writes:

> 	add hl,de
>  	call c,inc_a			;if there's a carry in add hl,de, increment a


	add a,b				;forgot this


>  	;...other code
>  
>  
>  inc_a:
>  	inc a
>  	ret
>  
>  this is untested, but i think it'll work
>  


Follow-Ups: