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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/06/02 10:57
Read: times


 
#26797 - RE: what's wrong with this code
hi

(only 8051 ,not 8052)i think you must
defrent between :
mov _var,#200d ( c8h)
and
mov _var,200d ( 8052 only : internal ram)

with
movx _var,200d ( external ram )

---------------------------------
internal ram for 8051 from 0 .. 127d
and for 8052 0 .. 255d

i am waiting for your e-mail

List of 4 messages in thread
TopicAuthorDate
what's wrong with this code            01/01/70 00:00      
RE: what's wrong with this code            01/01/70 00:00      
RE: thanks henry            01/01/70 00:00      
RE: what's wrong with this code            01/01/70 00:00      

Back to Subject List