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

Help! About W77e58's DEC DPTR instruction.......

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!

Parents
  • 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

Reply
  • 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

Children