Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!n8emr!bluemoon!archbold From: archbold (Archie Jaszcz) Newsgroups: comp.sys.atari.st.tech Subject: Re: Re: Sozobon asm Message-ID: Date: 15 Sep 90 04:35:24 GMT References: Sender: bbs@bluemoon.UUCP Organization: Blue Moon BBS (614) 868-9982 & 9984 Lines: 15 > Another way to port this code would be to write the function in > assembly and include the .S file in the command line to CC.TTP. > > Steve Yelvington up at the lake in Minnesota That's a feasible thing to do, but if you have an assembler that will compile it's code into *.O files, you can do it too. I found that all labels in assembly code which are required by the other *.O code written in C should begin with an underscore '_' (otherwise C compiler gives a message such as "symbol(s) missing: (whatever)"... I've done such things as described above for my bro when he couldn't get some stuff accomplished in C and needed me to write it in assembly... Worked every time. Archbold