Feb 2, 2006 #1 136h Programmer Feb 2, 2006 2 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 #3 Salem Programmer Apr 29, 2003 2,455 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 Feb 17, 2005 107 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 Mar 14, 2005 2,924 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