Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Create Include Files (.inc) in Assembly

Status
Not open for further replies.

tsnikolaos

Newbie level 2
Joined
Jun 23, 2013
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
12
I am using the Assembler of the Keil uVision IDE to
program microcontrollers of the 8051's family.
I have wrote several modules of code in assembly, that they
have in common several elements such as data, flags
and some sfr and Port Pins renames.
What is the procedure of making an "include file"
in order to $INCLUDE it in all of my code modules.

Best regards,
Nick
 

u can create header file with extension of header.h and u can include as

#include"header.h"
 
Thank you embpic for your reply.
I think that this solution is for C51 compiler.
I will try it with A51 assembler.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top