Newsgroups: comp.sys.m68k Path: utzoo!lsuc!jimomura From: jimomura@lsuc.on.ca (Jim Omura) Subject: Re: PD 68K-assembler wanted ... Organization: Consultant, Toronto Date: Tue, 18 Jun 1991 16:47:02 GMT Message-ID: <1991Jun18.164702.19635@lsuc.on.ca> References: <2976@maestro.htsa.aha.nl> In article <2976@maestro.htsa.aha.nl> andre@maestro.htsa.aha.nl (Andre v.d. Vlies) writes: > > am looking for a PD 68000 assembler. Is ther anybody on this group who > can help me? I've heard that there is a Motorola BBS in the States that > contains a very nifty 68000 assembler. A long distance call from Europe > to the States is somewhat too big for my budget. It would be nice if I > could just 'ftp' with Motorola .... Both the Sozobon C compiler and Mark Johnson C compilers are distributed in C source code form and both of them include separate assemblers and linkers. In fact, they both are based on similar philosophies. The compiler compiles down to standard assembly language text. The optimizer works on the assembly language text file outputting another standard text file. The assembler then works on the text file putting out a linkable object file and the linker, well, it links them. :-) -- Jim Omura, 2A King George's Drive, Toronto, (416) 652-3880 lsuc!jimomura Byte Information eXchange: jimomura