Embedded systems

India
September 7, 2006 5:28am CST
While developing embedded systems core software will be written in C or assembly
1 response
• United States
13 Oct 06
Hi The embedded software can be written in both C and assembly. If u want to use assembly instructions u can put them in C as follows asm("MOV ___"); Assembly is sued for time critical operations and C for ease in the programming.