首页 > TAG信息列表 > incbin

C/C++中利用汇编incbin来包含二进制文件

  https://gist.github.com/mmozeiko/ed9655cf50341553d282 #include <stdio.h> #define STR2(x) #x #define STR(x) STR2(x) // this aligns start address to 16 and terminates byte array with explict 0 // which is not really needed, feel free to change it