Assembly instruction can be incorporated using asm(...). When should we use assembly instructions?
			
			
									
							
		When do we use assembly instruction in xC? Topic is solved
- 
				sudha
- Member
- Posts: 14
- Joined: Thu Oct 17, 2013 12:19 pm
- 
				sethu_jangala  
- XCore Expert
- Posts: 589
- Joined: Wed Feb 29, 2012 10:03 am
Assembly language provides you the previlege of controlling the total machine-cycles of your program, which xC language can't provide. This can be helpful for exact analysis of any algorithm.
