adi.s

来自「好强悍的minix2.0的源码,是你学习操作系统和Linux编程不可或缺的源码!」· S 代码 · 共 25 行

S
25
字号
.define .adi	.text.adi:	pop     bx 	cmp     cx,#2	jne     1f	pop     cx	add     ax,cx	jmp     (bx)1:	cmp     cx,#4	jne     9f	pop     dx	pop     cx	add     ax,cx	pop     cx	adc     dx,cx	push    dx	jmp     (bx)9:.extern .trpilin	push	bx	jmp     .trpilin

⌨️ 快捷键说明

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