===============================================
pushf
pop ax
mov dx,ax
xor ax,0x4000
push ax
popf
pushf
pop ax
and ax,0x4000
and dx,0x4000
cmp ax,dx
jnz cpufine
mov si,not386
call print
jmp $
===============================================
here's an article that discusses it: http://www.rcollins.org/ddj/Sep96/Sep96.html
Message Thread
« Back to index