?? features.h
字號:
/** Z80 specific features. */#ifndef __SDC51_ASM_Z80_FEATURES_H#define __SDC51_ASM_Z80_FEATURES_H 1#define _REENTRANT#define _CODE#define _AUTOMEM#define _STATMEM#define _SDCC_MANGLES_SUPPORT_FUNS 1#define _SDCC_Z80_STYLE_LIB_OPT 1/* The following are disabled to make the dhrystone test more authentic. */#define _SDCC_PORT_PROVIDES_MEMCPY 0#define _SDCC_PORT_PROVIDES_STRCMP 0/* Register allocator is as good as hand coded asm. Cool. */#define _SDCC_PORT_PROVIDES_STRCPY 0#define _SDCC_MALLOC_TYPE_MLH 1#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -