em_csa4.s

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

S
28
字号
.sect .text; .sect .rom; .sect .data; .sect .bss.define .csa4.sect .text.csa4:				! ebx, descriptor address				! eax, index	mov     edx,(ebx)         ! default	sub     eax,4(ebx)	cmp     eax,8(ebx)	ja      1f	sal     eax,2	add	ebx,eax	mov     ebx,12(ebx)	test    ebx,ebx	jnz     2f1:	mov     ebx,edx	test    ebx,ebx	jnz     2f.extern ECASE.extern .fat	mov     eax,ECASE	push    eax	jmp     .fat2:	jmp     ebx

⌨️ 快捷键说明

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