• forward declaration of struct
    is there any possibility to make a forward declaration of a struct? typedef struct { word wMe; mh_ts_me *zsOldMe; } mh_ts_me; Thank you ...Leo
  • forward declaration of struct
    is there any possibility to make a forward declaration of a struct? typedef struct { word wMe; mh_ts_me *zsOldMe; } mh_ts_me; Thank you ...Leo
  • C166 forward slash/backslash
    Hi all, Do the lateste Keil tools (C166, A166, L166, etc.) support long filenames and forward slashes in pathnames? Our current 3.12 version doesn't like non 8.3 filenames and seems to have problems...
  • C166 forward slash/backslash
    Hi all, Do the lateste Keil tools (C166, A166, L166, etc.) support long filenames and forward slashes in pathnames? Our current 3.12 version doesn't like non 8.3 filenames and seems to have problems...
  • declaring user class
    hi, i had problems declaring user class in assembly language for ARM processor. How is it done using the AREA directive AT 0x0000? How the same user class should be declared in the LA LOCATE script...