Short: Create ROMmable code. Source included. Newsgroups: comp.sys.amiga.programmer From: walker@twix.unx.sas.com (Doug Walker) Subject: Re: SAS/C & ROMmable code Originator: walker@twix.unx.sas.com Date: Wed, 16 Jun 1993 12:43:50 GMT Nntp-Posting-Host: twix.unx.sas.com Organization: SAS Institute Inc. In article <1993Jun16.092154.1@ratty.mits.com.au>, lewis@ratty.mits.com.au writes: |> I'm building a project using the MC68332 SIM, and would like to use the |> SAS/C V6.2 compiler/assembler/linker combination to produce an |> object/executable file which can be directly loaded into EPROM. |> |> Is there any way to do this directly, or do I have to write a program to |> convert the executable created by the linker into a binary image suitable |> for loading into EPROM? There is no way to do this directly, but I've written a program that will perform all relocations and bind an AmigaDOS format executable to a specific address. This will probably do what you need.