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

error 65

when i debug my program i get
*** error 65: access violation: addr=0x00000000

help please

Parents
  • i wrote
    MAP MAP 0x00000000, 0x00000003 READ WRITE
    sorry

    but now i get
    *** error 65: access violation: addr=0x00000400
    the instruction that generated that is 201: return strlen(line);
    0000371E D4900200 MOV R9,[R0+#0x0002]

    now at that location m61
    START STOP LENGTH TYPE RTYP ALIGN TGR GRP COMB CLASS SECTION NAME
    =====================================================================================

    0000B0H 0009E5H 000936H CODE REL WORD --- --- PUBL FCODE ?PR?SIM

    i am missing something?

Reply
  • i wrote
    MAP MAP 0x00000000, 0x00000003 READ WRITE
    sorry

    but now i get
    *** error 65: access violation: addr=0x00000400
    the instruction that generated that is 201: return strlen(line);
    0000371E D4900200 MOV R9,[R0+#0x0002]

    now at that location m61
    START STOP LENGTH TYPE RTYP ALIGN TGR GRP COMB CLASS SECTION NAME
    =====================================================================================

    0000B0H 0009E5H 000936H CODE REL WORD --- --- PUBL FCODE ?PR?SIM

    i am missing something?

Children