📄 code16gcc.h
字号:
/* * code16gcc.h * * This file is -include'd when compiling 16-bit C code. * Note: this asm() needs to be emitted before gcc emits any code. * Depending on gcc version, this requires -fno-unit-at-a-time or * -fno-toplevel-reorder. * * Hopefully gcc will eventually have a real -m16 option so we can * drop this hack long term. */#ifndef __ASSEMBLY__asm(".code16gcc");#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -