sbi.s

来自「操作系统源代码」· S 代码 · 共 28 行

S
28
字号
.define .sbi.text	! #bytes in cx , top of stack in ax.sbi:	pop     bx              ! return subress	cmp     cx,#2	jne     1f	pop     cx	sub     ax,cx	neg     ax	jmp     (bx)1:	cmp     cx,#4	jne     9f	pop     dx	pop     cx	sub     cx,ax	mov     ax,cx	pop     cx	sbb     cx,dx	push    cx	jmp     (bx)9:.extern .trpilin	push    bx	jmp     .trpilin

⌨️ 快捷键说明

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