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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/03/06 05:42
Read: times


 
#115426 - Wickid like....
Responding to: ???'s previous message
Yo VIP,

Lets kick it!

mov R0,#20h - ># means immediate so the value 20h is put into R0

If you want to use R0 as an indirect pointer

mov @r0,a would put the value in A into the address in R0, so if R0 = 20h, the value of A would be placed into memory address 20h

if we:
inc r0
mov a,@r0 the value in memory address 21h would be loaded into A

wickid man Comin' back at ya.



List of 8 messages in thread
TopicAuthorDate
Immediate Data or RAM Address            01/01/70 00:00      
   English please!            01/01/70 00:00      
   Wickid like....            01/01/70 00:00      
      now sort ...            01/01/70 00:00      
         The trouble with duplicating threads            01/01/70 00:00      
         You answered your own question            01/01/70 00:00      
   As you can't write, then I understand wh            01/01/70 00:00      
   as simple as reffering the inst. set            01/01/70 00:00      

Back to Subject List