Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I am making some floppy code but something is happening in it
can anyone tell me anything that might be happening to cause the stack to get empty?
this simple code
and if I comment out the wait then it all works good, and I have tested the wait function throughly so its not wait
if I call fdd_motoron in another function then I get "can not pop off of stack" and if I call it at a 1 function higher then I get just a triple fault(no stack error reported)