在cmd中运行Debug模式 这个模式叫什么啊?
我对下面的int13 ah48 这个中断不了解,想通过在Debug中运行。
a 7c00:0000
mov ah,48
mov dl,80
mov bx,7000
mov ds,bx
xor si,si
int 13
r cs
7c00
r ip
0000
p (执行过int13)
u 7000:0000
我没有发现这个地址,有中断返回信息啊?
我对下面的int13 ah48 这个中断不了解,想通过在Debug中运行。
a 7c00:0000
mov ah,48
mov dl,80
mov bx,7000
mov ds,bx
xor si,si
int 13
r cs
7c00
r ip
0000
p (执行过int13)
u 7000:0000
我没有发现这个地址,有中断返回信息啊?