• How does let C pass arguments to ASM
    Hello, dear friends: Could somebody tell me if I want to call a function from ASM and pass some arguments to it, how should I declare, I just know calling functions without any argument from ASM? ...
  • How does let C pass arguments to ASM
    Hello, dear friends: Could somebody tell me if I want to call a function from ASM and pass some arguments to it, how should I declare, I just know calling functions without any argument from ASM? ...
  • Using a C-variable from ASM
    Hey guys I see there are numerous threads and support docs with mixing C + ASM. but I am still pulling hair out. I can get C to use a register I declared in asm eg: CODLO DATA 39D by using...
  • Using a C-variable from ASM
    Hey guys I see there are numerous threads and support docs with mixing C + ASM. but I am still pulling hair out. I can get C to use a register I declared in asm eg: CODLO DATA 39D by using...
  • Passing Variables between Assembly & C functions
    Hi All, I'm more of a Assembly guy than C. I came across this forum when I am seeking for some quick guide of sharing data registers / variables of different files of C and .a51 in a simple program...