• $include?
    if i have configuration: ... VAR: DS 1 ... and,i include it in one .asm file $include (confi.inc) when i assemble them, msg show: Program Size: data=30.0 xdata=0 code=101 and,i include...
  • help #include
    a.h: struct A { int a; }; b.h: struct B { struct A ba; }; c.c: #include "a.h" #include "b.h" </prev> compiler complains struct A in file b.h is undefined. I would think that by include a.h before...
  • include for 8051f020
    HI! I NEED HELP , I WROTE PROGRAM FOR C8051F020 IN ASM. $INCLUDE (C8051F000.INC) cseg at 0 ljmp main org 2bh ;t2 inter ljmp wave reti wave: clr tf2 cpl p1.0 mov a,p5 cpl a xrl p5...
  • include file
    hello everyone, i am writing a program for c8051f020,in which i have 4 ".c" files: main c file,keyroutine file, general routines files,confguration file i separated bit addressable, data addressable...
  • include problem
    ******************* task.h ****************** #ifndef __TASK_H__ #define __TASK_H__ # include "SDA55XX.H" # include "RC_CODES.H" # include "CONSTANT.H" # include "inouts.h" # include "osd.h" # include...