Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/23/01 05:50
Read: times


 
#18004 - RE: putting things on accumulator
James, right, if you write to the accumulator whatever the accumulator held will then be gone and overwritten by the new value.

MOV A,#20h ;Accumulator will now hold the value 20h
MOV A,#30h ;Accumulator will now hold the value 30h
MOV A,#40h ;Accumulator will now hold the value 40h
ADD A,#05h ;Accumulator will now hold the value 45h

Craig Steiner


List of 11 messages in thread
TopicAuthorDate
putting things on accumulator            01/01/70 00:00      
RE: putting things on accumulator            01/01/70 00:00      
RE: putting things on accumulator            01/01/70 00:00      
RE: putting things on accumulator            01/01/70 00:00      
RE: putting things on accumulator            01/01/70 00:00      
RE: using accumulator as stack ??            01/01/70 00:00      
RE: using accumulator as stack ??            01/01/70 00:00      
RE:Does it prompt unbalancing the stack.            01/01/70 00:00      
RE: RE:Does it prompt unbalancing the stack.            01/01/70 00:00      
RE: RE:Does it prompt unbalancing the stack.            01/01/70 00:00      
RE: putting things on accumulator            01/01/70 00:00      

Back to Subject List