• calling C from Assembly
    I am trying to learn to call some C floating point routines from Assembly. I am quite proficient in writing Assembly programs which | have done commercially for many years. I have read the < http:...
  • Assembly calls in Keil C !?!
    Hello, My name is Mihai Pogorevici. I need little assistance and i would be very happy if someone would agree to help me. I'm working on a big project which includes microcontroller programming...
  • C calling to Assembly routine
    Hi, I'm trying to call an assembly (.a51) function from a C file. I had it working, but then now it refuses to work. I get an error *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY...
  • assembler rtn called from C
    I have the impression that an assembler non-interrupt subroutine called from 'C' need save no registers. Is that correct? Erik
  • Assembly Code Listing for Library Calls
    I'm looking at the overhead required for the different assembler code produced by a case statement in C. The compiler uses the LCALL ?C?CCASE instruction with a data table for an unstructured case statement...