• error A10: ATTEMPT TO DEFINE AN ALREADY DEFINED SYMBOL
    Build target 'Target 1' assembling STARTUP.ASM... 89C51RE2.H(17): error A10: ATTEMPT TO DEFINE AN ALREADY DEFINED SYMBOL This is line 17 in the header file /* BYTE Register */ Sfr (P0 , 0x80...
  • error A10:ATTEMPT TO DEFINE AN ALREADY DEFINED SYSMBOL
    Hi All, I have the following code for a AT89s8252. When I compile it it gives more than 10 errors... #include <REG52.h> org 0000h mov a,#0ffh end
  • Error 225: ATTEMPT TO ADD DUPLICATE PUBLIC SYMBOL
    Hi, I got the above error when building a library. Though the library file was generated, because of this error, I don't think my library is working properly. Does anyone know what the problem is? ...
  • Usb-Hid example: Computer keeps crashing
    Hi, I modified the Usb-Hid example to use it for my own Projekt. I'm working with a At91Sam7X256 Basically I only changed the Report-descriptor, to only send. Basically it is working(quiet good...
  • Ax51 attempt to define an already defined label
    I'm trying to use the ax51 standard macro assembler to find a way to determine if a symbol or label is already defined. Something like the following pseudo code: if label "table_abc" is defined,...