I have a question , please show me command " MOVX @RI,A" in C51 ! I can't to find , please help me ! thanks very much !
"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!
ok ! thanks