Xref: utzoo comp.sources.wanted:13951 comp.sys.mac.misc:5266 comp.sys.mac.apps:2279 comp.sys.mac.hardware:6449 comp.sys.mac.programmer:18777 comp.sys.mac.system:2105 comp.sys.mac.wanted:1561 comp.sys.m68k:1935 comp.misc:10496 comp.sys.amiga:70940 comp.sys.amiga.tech:15778 comp.sys.atari.st:32257 comp.sys.atari.st.tech:639 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!agate!shelby!neon!news From: ertem@Sunburn.Stanford.EDU (Tuna Ertemalp) Newsgroups: comp.sources.wanted,comp.sys.mac.misc,comp.sys.mac.apps,comp.sys.mac.hardware,comp.sys.mac.programmer,comp.sys.mac.system,comp.sys.mac.wanted,su.macintosh,comp.sys.m68k,comp.sys.68k.pc,comp.misc,comp.sys.amiga,comp.sys.amiga.tech,comp.sys.atari.st,comp.sys.atari.st.tech Subject: 68000 Address Error Exception Handler Message-ID: <1990Nov5.235819.29523@Neon.Stanford.EDU> Date: 5 Nov 90 23:58:19 GMT Sender: news@Neon.Stanford.EDU (USENET News System) Organization: Computer Science Department, Stanford University Lines: 24 I need to find/write an exception handler for 68000 based Macs which would resolve the address error exception which is raised when 68000 attempts to access a word or long operand at an odd address. I am not interested in resolving instructions at odd addresses; the compiler takes care of that whereas dynamically sized arrays/structures without explicit padding within the application creates problems with operands. Although I'm looking for a solution for Mac, 68000 assembly being the same across platforms, I thought I'd ask to a number of newsgroups. Hence the big crossposting list. Sorry if any incovenience is caused by that. I would be interested in hearing about any routines from Motorola itself, pointers about how to contact Motorola to ask for such a beast, tips&tricks for solving this problem by myself in a reasonable size/speed/time effective way, ready-to-use public domain routines, literature to look at, any solutions by Apple or Macintosh user groups, or other 68000 developers... Please reply to this account (ertem@sunburn.stanford.edu) since I don't read all these newsgroups, and I'll later post a summary. Thanks a bunch Have fun Tuna