home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: cix.compulink.co.uk!usenet
- From: jralph@cix.compulink.co.uk ("Jolyon Ralph")
- Subject: Re: LoadSeg
- Message-ID: <DoF1EL.D5D@cix.compulink.co.uk>
- Organization: Compulink Information eXchange
- References: <34000305743840662645@BIRDLAND>
- Date: Sun, 17 Mar 1996 14:25:33 GMT
- X-News-Software: Ameol32
-
- > I want to get the data in a file where the SOURCE of the file looks
- > like following :
- >
- > moveq #0,d0
- > rts
- > Data:
-
- You're talking about font files, aren't you? I'm not sure if there's an
- official 'legal' way of doing this, but you're probably safe for the
- moment assuming the header always ends with an RTS instruction, and find
- the data after that.
-
- Jolyon
-