[comp.sys.cbm] 6510 cross assembler on IBM

klehr@sun.soe.clarkson.edu (Thomas J. Klehr) (05/02/90)

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

klehr@sun.soe.clarkson.edu (Thomas J. Klehr) (05/03/90)

I have sent my cross assembler to Scott.  He's going to put in on
MILTON (128.95.136.1).  It is not the *greatest* piece of code, but
it does work.

I would appreciate any comments on it, and will take them into
consideration before completing the next version.

Thanks,
Tom

--
Thomas J. Klehr

scott@max.u.washington.edu (05/09/90)

In article <KLEHR.90May2113941@sun.clarkson.edu>, klehr@sun.soe.clarkson.edu (Thomas J. Klehr) writes:
> 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.
>
> Thomas J. Klehr
 
Thomas J. Klehr's 6510 assembler for the IBM has just been installed
at Milton FTP-site. The file is located at "public/download/c64/misc".
 
Thanks goes out to Thomas J. Klehr for summiting the program.
 
 
Sincerely,
Scott K. Stephen