Path: utzoo!mnetor!uunet!husc6!mailrus!ames!pasteur!agate!eos!phil From: phil@eos.UUCP (Phil Stone) Newsgroups: comp.sys.amiga Subject: Re: More help with messages/handlers Message-ID: <607@eos.UUCP> Date: 25 Apr 88 18:24:58 GMT Reply-To: phil@eos.UUCP (Phil Stone) Organization: NASA Ames Research Center, Calif. Lines: 20 Summary: Stack-checking turned off? In article aw0i+@andrew.cmu.edu (Andrew Jordan Werth) writes: .Thanks for those who gave me some information about where to look for code on .setting up an input handler. However, after studying the ROM Kernal manual, .many crashes of my machine trying to implement that code in my program, and .finally crashing my machine running the exact code from the RKM (which I found .on an old source disk), I still can't get a handler to work correctly. I .believe the machine is locking up when I perform the DoIO to actually add the .handler. I think the problem is in specifying the address of the code for the ......... .Does anyone .know how to make the ROM Kernal Manual's source work? Thanks for the help. I spent about a week trying to get that example to work all because of one stupid problem. If you're using Lattice, make sure that stack checking is disabled (can't remember the compile option, look it up in the manual). Otherwise, the assembly bridge to the input handler won't work. Sorry if this is totally unrelated to your problem, but I didn't want to see you go through the same hair-pulling. Phil Stone