⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 newsgas.h

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 H
字号:
/* In Sony versions before 3.0, use the GNU Assembler, because the   system's assembler has no way to assemble the difference of two   labels for the displacement in a switch-dispatch instruction.  */  #define USE_GAS/* This is the assembler directive to equate two values.  */#undef SET_ASM_OP#define SET_ASM_OP    ".set"/* This is how we tell the assembler that a symbol is weak.  */#undef ASM_WEAKEN_LABEL#define ASM_WEAKEN_LABEL(FILE,NAME) \  do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \       fputc ('\n', FILE); } while (0)#include "m68k/news.h"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -