Re: A86: Random Integer


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

Re: A86: Random Integer




In a message dated 11/29/98 17:41:02 Eastern Standard Time, ComAsYuAre@aol.com
writes:

> 	ld (var),l			;for less than 256


actually, i don't think this is an opcode.  do this instead:

	ld a,l
	ld (var),a