• C and Assembler
    Hi everybody. I want to ask. I write a program in C languge, in this program I want to call a program that I wrote by assembler, when I use below it's not run. Please help me. #pragma src(Main.asm)...
  • C and Assembly
    I have a assembly function declared in C as extern void *func(int *); and it is called from the C program as pstack=func(stack); where int *pstack; int *stack; //pointer to array ...
  • C and Assembly
    I want to know how to write assmebly code and c code in same program.... i mean i need to write some function in assembly and some in C code.. i should be able to call both of them from either codes...
  • Assembly and C51
    Hello,there: I have met a tough quesiton, how to program with C and Assembly in the project using KEIL(verison 3.0), for example, I wana program the frame with C, and the functions with assembly, especially...
  • C and Assembly
    I want to know how to write assmebly code and c code in same program.... i mean i need to write some function in assembly and some in C code.. i should be able to call both of them from either codes...