Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!rpi!image.soe.clarkson.edu!news From: klehr@sun.soe.clarkson.edu (Thomas J. Klehr) Newsgroups: comp.sys.cbm Subject: Re: 6510 cross assembler on IBM Message-ID: Date: 2 May 90 15:43:34 GMT References: <6835@jarthur.Claremont.EDU> Sender: news@sun.soe.clarkson.edu Organization: Clarkson University, Potsdam NY Lines: 21 In-reply-to: nrossi@jarthur.Claremont.EDU's message of 1 May 90 21:46:51 GMT In article <6835@jarthur.Claremont.EDU> nrossi@jarthur.Claremont.EDU (Nick Rossi) writes: >I'm looking for a program for the IBM that will assemble textfiles of >6510 assembly code into Commodore machine language that can then be >transferred to the 64 through a null modem cable or similar transfer. >If anyone can direct me to such a program, I'd be grateful... I wrote one of these beasts last summer. It's not the best assembler, but it does have macros, include files, and if's. I even got it to assemble the kermit sources for C-64 with a few minor changes. It writes the output in CBM ml format -- address to load, and then the code. It doesn't have a linker, so you have to assemble everything as one file. If this is what you're looking for, let me know. Tom -- Thomas J. Klehr