• Help me: how to determine constant value at link time?
    In ASM51, the following code is every useful: -------- file1.asm --------- public MAX MAX EQU 10 -------- file2.asm --------- extrn number(MAX) MOV A,#MAX The point is that the constant value...
  • Link time error-Help needed
    I am getting a link time error *** ERROR L121: IMPROPER FIXUP MODULE: keypad.obj (KEYPAD) SEGMENT: ?PR?SCAN_KEYS?KEYPAD OFFSET: 00C4H I dont know what causes this error pls help Nitin
  • Link to two or more projects
    Hi, I need to link two or more projects. How I make this? When I try load program in flash memory the startup of first code is overwrite by the startup of the second. Now I don't know what to do....
  • How to determine how long your program take?
    Hi, guys! I got a problem. I had written a program in C51, but i don't know to calculate the time taken for this whole program. Is there any way to calculate my program ? Thank you!!!
  • constant value is changing
    I have declared variable as, const float a = 5.5; In my project after compilation the program size is, data = 17.0 xdata = 4421 code = 38520 I am using 8031 with 64KB external EPROM...