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.