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

how to use A5 for extened instructions

I want to use A5 for extened instructions,such as dec dptr,how to use, thank you!

Parents
  • "I want to have similar extened instructions"

    Then you will have to design your own processor, and design-in those instructions.

    This forum is for Keil tools; not processor or instruction set design - so you really need to find a more appropriate forum.

    Of course, once you've redesigned the instruction set, it will no longer be supported by the Keil tools - or, in fact, any standard 8051 tools.
    So, again, you will have to find another forum to discuss tools & programming for your new processor.

Reply
  • "I want to have similar extened instructions"

    Then you will have to design your own processor, and design-in those instructions.

    This forum is for Keil tools; not processor or instruction set design - so you really need to find a more appropriate forum.

    Of course, once you've redesigned the instruction set, it will no longer be supported by the Keil tools - or, in fact, any standard 8051 tools.
    So, again, you will have to find another forum to discuss tools & programming for your new processor.

Children