Embedded Systems
asm_2_c.asc
Associated article: Moving From Assembly to C
Tags: C/C++ Embedded Systems
_MOVING FROM ASSEMBLY TO C_ by Beth Mazur [LISTING ONE} ; 1 /* Here is a method of determining how the compiler expects parameters ; 2 to be passed between C and assembly routines. For example, suppose ; 3 you need to pass 3 integers to an assembly ...


