• EXTRN NUMBER () in C
    here is the solution about the question in thread http://www.keil.com/forum/msgpage.asp?MsgID=4407 ;ASM-File 1 ... public SYMBOL SYMBOL equ 5 ... ;ASM-File 2 ... extrn number (SYMBOL) ......
  • #DEFINE and EXTRN NUMBER are incompatible ???
    Dear friends, Plz help me in solving this bad problem: PROBLEM DESCRIPTION: I have a number defined in C and I DONT want to alocate memory in 8051 for this number : #define myNumber 0x1234...
  • A51 assembler, equivalent dup directive?
    I hope my request is simple. I come from a x86/MASM background. I’m trying simply to reserve a block of memory. With MASM, I’d simply do the following: db how_many dup (?) It seems the a51...
  • A51 help!
    Hi, I need to be able to call a c function from within the STARTUP.A51 file (actually, any *.a51 file), so that the code listing has the startup code, then the call of this new function, then the LJMP...
  • EXTRN CODE ( FUNCTION ) gives L16 if FUNCTION is BIT
    uvision 2 v2.40, c51 v7.09, bl51 v5.03 gives: *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?IS_OK_INC_DTARGET_SPD?SPDLIM spdlim.c has bit IS_OK_INC_DTARGET_SPD(...