Re: A86: Just a very very quick 86 asm question.


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

Re: A86: Just a very very quick 86 asm question.



QmH@aol.com wrote:
> 
> I am just learning 86 asm, for right now.
> 
> How do you store a variable, let's say N, in OP1?
> eg. Let's say I have 4 stored in N.  How do I store N in OP1, so therefore I
> will have 4 stored in OP1?
> 
> Thanks,

ld _OP1,(N)


Follow-Ups: References: