I am testing a basic timer example in keil (8051 ) when I debug this code
org 0 MOV TH0,#76 MOV TL0,#01 MOV TMOD,#01 SETB TR0 JNB TF0,$ end I get the error
error 65 access violation at c: 0x000e no execute read permission Please I need help to solve this problem