Author Topic: neq help!  (Read 7741 times)

nobody

  • Guest
neq help!
« on: March 25, 2006, 03:37:57 AM »
neq! The most frustrating thing in creation!
Ive written a micro os, complete with basic vesa boo t screen and prompt, screensaver, bla bla bla.

And in the entire process, i never used neq! now im stuck on mouse init.

This should do it, but it doesnt:

MouseInit:
mov ax,0
int 0x33
neq ax,FFFFh,MouseInitError
jmp prmt

MouseInitError:
mov si,Mouse_Init_Error
call cout
jmp prmt

Any help?