• #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...
  • Help On A51 EXTRN Directive
    I create a C51 project and write just one A51 subroutine(for speed).I define some SFR in the header file just like sbit FLASH_CS = P1^1; sbit A19 = P3^5; sbit A18 = P3^4; sbit A17 = P3^3; sbit A16...
  • 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) ......
  • *** WARNING L16: UNCALLED FUNCTION, IGNORED FOR OVERLAY PROCESS
    How to solve this warning? I tried many ways, and still have this warning. -------- DR232A.ASM module NAME DR232A ?PR?dr232a?DR232A SEGMENT CODE extrn code (Post_Cam_Prob) extrn code...
  • gets function giving problem
    Dear All, I am trying to read some float values/strings from a serial port. A VB based front end application sends me these values over a serial port.The communication between the front end application...