??? 02/09/07 22:30 Read: times |
#132439 - do not translate Responding to: ???'s previous message |
Shmulik Goldberg said:
All the theorethical part is understood.
In the code example, for instance, I have this line: "ldx #$08". AT89S52 doesn't support this `ldx` command. How do I know what's the equivalent command on 89s...? Don't try and find the 8051 equivalents for this code. Just try to understand the logic behind it and write your own 8051 program. It's like translating a book.. Do not translate word by word from one laguage to another, but translate phrases (or concepts)... If you do not want to translate, then search for the appropriate 8051 code. As pointed out in http://www.8052.com/forum/rea...=132437437 regards Patrick |