Feb 2, 2006 #1 136h Programmer Joined Feb 2, 2006 Messages 2 Location IL i tried to write an assembly program that reboots the computer with interrupt 19h but for some reason the program seems to stuck every time i run it can someone explain to me why it gets stuck everytime i'm trying to run it?? (it starts giving me a headache)
i tried to write an assembly program that reboots the computer with interrupt 19h but for some reason the program seems to stuck every time i run it can someone explain to me why it gets stuck everytime i'm trying to run it?? (it starts giving me a headache)
Feb 2, 2006 Thread starter #2 136h Programmer Joined Feb 2, 2006 Messages 2 Location IL *i need help Upvote 0 Downvote
Feb 2, 2006 #3 Salem Programmer Joined Apr 29, 2003 Messages 2,455 Location GB No idea - are you really calling it from DOS, or from inside a DOS box running inside say XP. Also, posting "help" without your actual code doesn't do you any favours either. Post your code within [code][/code] tags. -- Upvote 0 Downvote
No idea - are you really calling it from DOS, or from inside a DOS box running inside say XP. Also, posting "help" without your actual code doesn't do you any favours either. Post your code within [code][/code] tags. --
Feb 3, 2006 #4 denc4 Programmer Joined Feb 17, 2005 Messages 107 Location NL TSRs can also cause a system freeze when calling int 19h. if you are running your code from plain DOS, be sure to remove any TSRs. hope this helps. Upvote 0 Downvote
TSRs can also cause a system freeze when calling int 19h. if you are running your code from plain DOS, be sure to remove any TSRs. hope this helps.
Feb 4, 2006 #5 earthandfire Programmer Joined Mar 14, 2005 Messages 2,924 Location GB These may help explain the problem and provide a solution http://www.faqs.org/faqs/assembly-language/x86/general/part3/section-5.html http://int19h.net/ Hope this helps Upvote 0 Downvote
These may help explain the problem and provide a solution http://www.faqs.org/faqs/assembly-language/x86/general/part3/section-5.html http://int19h.net/ Hope this helps