The following is my program: ORG 0000H LJMP MAIN ORG 0030H MAIN:MOV A,@R0 MOV B,#100 DIV AB INC R0 MOV @R0,A MOV A,#10 XCH A,B DIV AB INC R0 MOV @R0,A INC R0 MOV @R0,B END
When I debugging it,the " error 65: access violation at C:0x0042 : no 'execute/read' permission" occured.
I am a new guy for KEIL. How should I do? Please & Thanks!
Just put "error 65: access violation" into the 'Search' box...
Also read the instructions on how to post source code: www.danlhenry.com/.../keil_code.png
Note that TABs don't work (well) - use spaces instead,
and don't forget to check it in the 'Preview'...
Crossposted in thread: http://www.keil.com/forum/docs/thread12132.asp