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
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