ccbalamurali
December 6th, 2003, 12:41 AM
Hei gurus
I have a set of assembly code.. which are bundled with
_asm block.
while doing some assembly functions it gives error (acces previlage error 0x00000096)
__asm{
push ax
push dx
mov dx, wPortAddr
mov ax, wData
out dx, ax /// giving Error Here...
pop dx
pop ax
};
does windows xp supports assembly language.
Im using vc6 editor.
I have a set of assembly code.. which are bundled with
_asm block.
while doing some assembly functions it gives error (acces previlage error 0x00000096)
__asm{
push ax
push dx
mov dx, wPortAddr
mov ax, wData
out dx, ax /// giving Error Here...
pop dx
pop ax
};
does windows xp supports assembly language.
Im using vc6 editor.