strhp.s
来自「操作系统源代码」· S 代码 · 共 22 行
S
22 行
.define .strhp.text.extern .reghp, .limhp, .fatEHEAP = 17.strhp: pop bx pop ax mov .reghp,ax cmp ax,.limhp jb 1f add ax,#01000 and ax,#0177000 mov .limhp,ax cmp ax,sp jae 2f1: jmp (bx)2: mov ax,#EHEAP jmp .fat
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?