我无法阅读 x86 程序集,所以我尝试学习阅读它。.inc 在汇编上下文中是宏的后缀吗?我查看了似乎是 x86 程序集的代码(来自使用大写和小写似乎没有区别的文件.S
(大写和小写都是主要的 aasembly 文件)。.S
.s
.s
.S
#include <asm.inc>
#include <syscalls.inc>
.code
SyscallId = 0
#define SVC_(name, argcount) STUB_U name, argcount
#include <sysfuncs.h>
END