• CALLING C LIBRARY FUNCTION FROM ASSEMBLY
    Hi: I wish to call function "pow" (which is standard function in library) from my assembly code. How can I do it? Thanks!
  • CALLING C LIBRARY FUNCTION FROM ASSEMBLY
    Hi: I wish to call function "pow" (which is standard function in library) from my assembly code. How can I do it? Thanks!
  • Calling Assembly Function From Another File
    Hi, I have two files in my project, that are as follows; /////////////////////////////////////////////////////////////////////////// ///////////////////////////////////// File 1 ////////////////...
  • Calling Assembly Function From Another File
    Hi, I have two files in my project, that are as follows; /////////////////////////////////////////////////////////////////////////// ///////////////////////////////////// File 1 ////////////////...
  • Some questions about relocating the program objects of library files
    I am making a project about DS80C400. I need to relocate the program objects of some library files,but only some of them can be relocated(for example rom_task.lib),others can not,such as ROM_SOCK.LIB...