Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!snorkelwacker!bloom-beacon!bu.edu!bucsf.bu.edu!nagendra From: nagendra@bucsf.bu.edu (nagendra mishr) Newsgroups: comp.sys.apple2 Subject: Re: languages (compilers and assemblers) Message-ID: Date: 27 Mar 90 20:36:40 GMT References: <12435@smoke.BRL.MIL> <3880@sage.cc.purdue.edu> <39854@apple.Apple.COM> Sender: news@bu.edu.bu.edu Organization: Boston University Lines: 12 In-reply-to: stadler@Apple.COM's message of 27 Mar 90 04:03:34 GMT speaking of compilers, try this with Micol Basic, put all your code on one line. the size of your output code is decreased by about 20 bytes per line not used. And instead of calling the toolbox routines everytime, make a procedure that you call. you'll reduce about 40 bytes per indirect call. The point is, if you have a crappy compiler because it works against you, what're you supposed to do? Anybody try weird stuff like this with Orcac yet? nagendra