• Reading & writing continous RAM locations using memory specfic pointers C51 version 5.5
    Dear Sir, I am using C51 version 5.5,i am not able to read & write continous memory locations what i did using A51 code as below. mov a,#55h mov r0,#20h do: mov a,#55h mov @r0,a inc...
  • Reading & writing continous RAM locations using memory specfic pointers C51 version 5.5
    Dear Sir, I am using C51 version 5.5,i am not able to read & write continous memory locations what i did using A51 code as below. mov a,#55h mov r0,#20h do: mov a,#55h mov @r0,a inc...
  • Nohau EMUL51-PC 8051 development system on eBAY
    There is a Nohau EMUL51-PC 8051 development system for the Philips 8051 family on sale on ebay. The development system is about three years old, fully working, and in excellent shape. It was used to...
  • Nohau EMUL51-PC 8051 development system on eBAY
    There is a Nohau EMUL51-PC 8051 development system for the Philips 8051 family on sale on ebay. The development system is about three years old, fully working, and in excellent shape. It was used to...
  • The problem to debug with Keil uVision2(evaluation version for cypress development kits)
    Debug with Keil uVision2(evaluation version for cypress development kits) I design my new system with cypress USB 100pins 68013. no external RAM. Now, I download C:\Cypress\USB\Target\Monitor\mon-int...