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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/02/99 17:29
Read: times


 
#122 - RE: explanation needed pls
> can someone please explain this
> line of code?
>
> *MOVT A,@DPTR

This is not a valid 8052 instruction. At least not on a standard 8052. Perhaps it is a 16-bit extension of an 8052? Do you know what microcontroller it is supposed to run on?

The 8052 has two instructions that look similar. They are:

MOVC A,@A+DPTR
MOVX A,@DPTR

But MOVT, nope.

Take care,
Craig Steiner


List of 4 messages in thread
TopicAuthorDate
explanation needed pls            01/01/70 00:00      
RE: explanation needed pls            01/01/70 00:00      
RE: explanation needed pls            01/01/70 00:00      
RE: explanation needed pls            01/01/70 00:00      

Back to Subject List