This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what is command " MOVX @Ri, A" in C51 ?

I have a question ,
please show me command " MOVX @RI,A" in C51 ! I can't to find , please help me !
thanks very much !

Parents
  • "MOVX @RI,A" in C51 ! I can't to find"

    Of course you can't - it's assembler; not C!!!

    As Dan has shown, you need to use the pdata keyword extension - but be sure to read the Manual (Chapter 3, Language Extensions), and the Knowledgebase, as there are some important provisos to pdata usage!

Reply
  • "MOVX @RI,A" in C51 ! I can't to find"

    Of course you can't - it's assembler; not C!!!

    As Dan has shown, you need to use the pdata keyword extension - but be sure to read the Manual (Chapter 3, Language Extensions), and the Knowledgebase, as there are some important provisos to pdata usage!

Children