How to use a macro in ASM file but it is defined in .h file?
Posted on June 28, 2014 at 10:46I define a macrio in .h file using C language:#define VERSION 0x01.But I want to use it in an ASM file. How can I reference it? I try to #include ''*.h'', but it failed.