📄 cx86unix.cpp
字号:
#define TYPE(a,b) .type a,b#define SIZE(a,b) .size a,b#ifdef OUT#define OK 1#define des_SPtrans _des_SPtrans#define fcrypt_body _fcrypt_body#define ALIGN 4#endif#ifdef BSDI#define OK 1#define des_SPtrans _des_SPtrans#define fcrypt_body _fcrypt_body#define ALIGN 4#undef SIZE#undef TYPE#endif#if defined(ELF) || defined(SOL)#define OK 1#define ALIGN 16#endif#ifndef OKYou need to define one ofELF - elf systems - linux-elf, NetBSD and DG-UXOUT - a.out systems - linux-a.out and FreeBSDSOL - solaris systems, which are elf with strange comment linesBSDI - a.out with a very primative version of as.#endif#include "cx86-cpp.s"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -