Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!snorkelwacker!husc6!m2c!wpi!greyelf From: greyelf@wpi.wpi.edu (Michael J Pender) Newsgroups: comp.sys.apple Subject: Re: HyperC Message-ID: <7679@wpi.wpi.edu> Date: 5 Feb 90 00:42:31 GMT References: <9002042113.AA13312@en.ecn.purdue.edu> <1990Feb4.224830.8017@eng.umd.edu> Reply-To: greyelf@wpi.wpi.edu (Michael J Pender) Organization: Worcester Polytechnic Institute, Worcester ,MA Lines: 23 I almost forgot to mention. To do assembler on the system, you must use the .a suffix. To make things a little easier I wrote a batch file to assemble a program: --- Michael J Pender Jr Box 1942 c/o W.P.I. W.O.S. is not dead. greyelf@wpi.bitnet 100 Institute Rd. ...its time to get started, greyelf@wpi.wpi.edu Worcester, Ma 01609 there is much to be done. I call this file ca I'll also post these to c.s.a so a person only has to unpack them, rather than type them in... ; This little do-hicky was added by Michael Pender in order ; to assemble 65c02 code and integrate it to the C system ; with the system linker... ; ; NOTE: Do NOT specify the ".a" ending the source filename! ; /csys/bin/asm65 -o $1.o $1.a /csys/bin/lnk -l |/csys/libs/ -o $1 -a &s.o $1.o &rt65.o &libc rm $1.o