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.

ASM and C program in same code

Status
Not open for further replies.

binukannur08

Newbie level 5
Newbie level 5
Joined
May 17, 2012
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,336
Hai all,
How can i write ASM and C in same program in MPLAB
give example in ccs compiler
 

You can write a module in C, write another module in assembler, and combine the object files with the linker.
 

You can write your assembly language code between
#asm
; your code here
#endasm
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top