• 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...
  • 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...
  • Trying to call assembly routines from C
    Greetings, I'm attempting to call a routine written in assembly from C. I use uVison with the windows IDE. THe problem I have is that the linker does not seem to include the assembly file. Whe I...
  • calling assembly routine from C in UV2
    Hi, below is the code snippet I am using to try out calling as asm func from a C module. What happens is the asmtest func occupies memory location 0000h and C startup code is unable to execute correctly...
  • calling assembly routine from C in UV2
    Hi, below is the code snippet I am using to try out calling as asm func from a C module. What happens is the asmtest func occupies memory location 0000h and C startup code is unable to execute correctly...