myshell.h

来自「此为本书的配套光盘.本书结合实例」· C头文件 代码 · 共 28 行

H
28
字号
#ifndef _My_Shell_Sdk_
#define _My_Shell_Sdk_

 #define My_Shell_CRYPT_BEGIN \
 __asm _emit 0xEB \
 __asm _emit 0x08 \
 __asm _emit 0xEB \
 __asm _emit 0x05 \
 __asm _emit 0x90 \
 __asm _emit 0x90 \
 __asm _emit 0x90 \
 __asm _emit 0x90 \
 __asm _emit 0x89 \
 __asm _emit 0x01		

 #define My_Shell_CRYPT_END \
 __asm _emit 0xEB \
 __asm _emit 0x08 \
 __asm _emit 0xEB \
 __asm _emit 0x05 \
 __asm _emit 0x90 \
 __asm _emit 0x90 \
 __asm _emit 0x90 \
 __asm _emit 0x90 \
 __asm _emit 0x99 \
 __asm _emit 0x01 

#endif

⌨️ 快捷键说明

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