We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
With Keil uv2, I create a new project, then select the device W77e58, But when I use the additional instruction, the Keil's 8051 toolchains can not work, it say that no such instruction. Why???? Thanks for your help!
The REAL problem is that there are many more than 1 extra instructions that use the A5 unused opcode. None of them are standard and none of them is portable to other chips. So, rather than create 100 or so new directives that allow support 100 or so "new instructions" we thought it was just as easy to require the user to create a 3 line macro to do the same thing. Jon
Thanks to all