Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!sun!pepper!cmcmanis From: cmcmanis%pepper@Sun.COM (Chuck McManis) Newsgroups: comp.sys.amiga Subject: Re: AmigaDOS Hunks Message-ID: <92707@sun.uucp> Date: 7 Mar 89 02:28:14 GMT References: <92203@sun.uucp> <10895@well.UUCP> Sender: news@sun.uucp Reply-To: cmcmanis@sun.UUCP (Chuck McManis) Distribution: na Organization: Sun Microsystems, Mountain View Lines: 16 In article <10895@well.UUCP> ewhac@well.UUCP (Leo 'Bols Ewhac' Schwab) writes: > I've been wondering about this recently. From some experiments I've >been running lately, it seems as though LoadSeg() will only load files that >start with HUNK_HEADER (0x3F3). Is this true? Seems to be. The MetaCompCo assembler would put this as the first hunk so that you could run your assemblies directly. I've since found that Lattice doesn't do this so you have to at least have the token 1> Blink x.o to x Before it will run your executable. See the sample program in my response to "Compiling with no startup module" --Chuck McManis uucp: {anywhere}!sun!cmcmanis BIX: cmcmanis ARPAnet: cmcmanis@sun.com These opinions are my own and no one elses, but you knew that didn't you.