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

Gouri

I have downloaded and installed keil microvision v5. I wrote an simple assembly language programme as follows:

ORG 1000H
MOV R1,#20H
END

As I try to execute this programme , I got an error

*** error 65: access violation at C:0x0000 : no 'execute/read' permission/

Please help me on this issue.