• Header file for assembly
    Is there a STANDARD HEADER file that can be used when writing an assembly language program for AD conversion . Currently I am having to declare the address of port lines and ADDCON1 etc. Is this standard...
  • include c header in assembly
    Hello, I use a startup file which implements a configuration wizard. In this wizar 2 parameters (stack_size and Heap_size) are defined. But I want to define a variable in a header file and use that...
  • Include a C header file in assembler
    There's a C header file, I want an assembly source file to include it and use the definitions. I tried this Realview's document: www.arm.com/.../1208.html But it can't help. The docuemnt said "When...
  • Combining C and assembly codes into one header file.
    Hi! At school we are going to have the final test in programming. Most of the class are really good at programming at C and Assembly therefore teachers allowed us to create universal header file...
  • Using C header file in an assembly file
    How do I use a c header file in an assembly file? When I use: #include "xxx.h" I get the invalid line start error. Please help