-
-
[旧帖]
[求助]设置中断向量表中地址的含义?
0.00雪花
-
发表于:
2013-10-16 16:14
1589
-
[旧帖] [求助]设置中断向量表中地址的含义?
0.00雪花
assume cs:code
code segment
start: mov ax,code
mov ds,ax
mov si,offset sqr
mov ax,0
mov es,ax
mov di,200h
mov cx,offset sqrend-offset sqr
cld
rep movsb
mov ax,0
mov es,ax
mov word ptr es:[7ch*4],200h
mov word ptr es:[7ch*4+2],0
mov ax,4c00h
int 21h
sqr: mul ax
iret
sqrend: nop
code ends
end start
我不能理解*4 的含义 +2我知道
[培训]传播安全知识、拓宽行业人脉——看雪讲师团队等你加入!