wiat.asm
来自「Cracker终结者——提供最优秀的软件保护技术」· 汇编 代码 · 共 43 行
ASM
43 行
%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 + =
减小字号Ctrl + -
显示快捷键?