📄 wiat.asm
字号:
%ifndef WINICE_VERSION
%error please %define WINICE_VERSION
%endif
bits 32
segment _LDATA
%if WINICE_VERSION = 0x322
%include "w9xice322g.inc"
%elif WINICE_VERSION = 0x323
%include "w9xice323g.inc"
%elif WINICE_VERSION = 0x324
%include "w9xice324g.inc"
%elif WINICE_VERSION = 0x325
%include "w9xice325g.inc"
%elif WINICE_VERSION = 0x400
%include "w9xice400g.inc"
%elif WINICE_VERSION = 0x401
%include "w9xice401g.inc"
%elif WINICE_VERSION = 0x405
%include "w9xice405g.inc"
%else
%error unsupported version: WINICE_VERSION
%endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -