阅读:1167回复:1
大家请帮我看看这段代码如何错了?
cli
mov ebx, int_idt mov ax, Entry * mov word ptr [ebx-4], ax mov eax, Base shr eax, 16 mov [ebx+2], ax sti error C2443: operand size conflict 打*的那一行错在哪里?. |
|
沙发#
发布于:2002-06-13 16:58
引用:
cli mov ebx, int_idt mov ax, Entry * mov word ptr [ebx-4], ax mov eax, Base shr eax, 16 mov [ebx+2], ax sti error C2443: operand size conflict 打*的那一行错在哪里?. Entry是16位数还是32位数,我看是mov ax,Entry这行有问题 |
|