Saturday 8 February 2014
Assembly language tutorial for PIC Micros
Why Assembly Language
Assembly programming language is normally developed for a specific machine architecture. This is unlike high level programming language whose programs can be ported to different machine architectures. Though C language is popularly used in most embedded systems design, but Assembly is still preferred by many programmers. Assembly has closer access to hardware resulting to more efficient code and low memory usage when compared to C.
Subscribe to:
Posts (Atom)