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.

Recent content by sakthivenus

  1. S

    how to interface assembler code into c

    hi....i interface my assembler code into c....my code is #include <REG51.h> void sakthi(); void main() { sakthi(); } void sakthi( ) { #pragma ASM MOV A,R0 MOV R0,A #pragma ENDASM } ..but i get some warning messages like WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL...

Part and Inventory Search

Back
Top