Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!decwrl!labrea!polya!gilham From: gilham@polya.Stanford.EDU (Fred Gilham) Newsgroups: comp.sys.amiga.tech Subject: Re: Amiga object file format and Blink Message-ID: <8775@polya.Stanford.EDU> Date: 26 Apr 89 01:36:57 GMT References: <2115@uwovax.uwo.ca> Sender: Fred Gilham Reply-To: gilham@polya.Stanford.EDU (Fred Gilham) Organization: Stanford University Lines: 9 In article <2115@uwovax.uwo.ca> 4225_5257@uwovax.uwo.ca writes: | I had trouble getting the SECTION directives to work right in A68k if I |had a source file with multiple sections, so I split off the bitmap data |into a separate file, with a first line like: SECTION mydat,DATA,CHIP |and left the main program with no section header. There is a known bug with the CHIP and FAST arguments to the section directive, causing the error you get. -Fred Gilham