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?