Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!sri-spam!mordor!lll-lcc!unisoft!hoptoad!academ!killer!elg From: elg@killer.UUCP (Eric Green) Newsgroups: comp.sys.cbm Subject: Re: assembler info wanted Message-ID: <1022@killer.UUCP> Date: Sat, 20-Jun-87 02:33:14 EDT Article-I.D.: killer.1022 Posted: Sat Jun 20 02:33:14 1987 Date-Received: Fri, 26-Jun-87 03:10:43 EDT References: <3670@sunybcs.UUCP> Distribution: na Organization: Bayou Telecommunications Lines: 27 in article <3670@sunybcs.UUCP>, mower@sunybcs.UUCP (James Mower) says: > > Someone posted a query a few days ago about a good assembler for the > C64. I'm interested too and I'm sure others are so please post your > responses to the net. Thanks! Buy the C-Power compiler and get Mark Rinfret's 6502 assembler. Best way to go if you are going to write programs bigger than "hello, world!", because it produces code linkable by the C-Power linker (thus, you don't have to re-assemble 160K of source code every time you make a minor change -- my problem with my current assembler, the Merlin assembler). The C-Power compiler is now marked as "Power C" by Spinnaker, and costs $39.95 for a package containing both C64 & C128 version, and a very LOUSY manual (e.g.: how do I issue a DOS command to a unit other than unit#0, when using the 128 version?). But hey, for the price.... Your dealer probably doesn't have it, but I've found that any software store can order it (because distributor catalogs such as the Inmac catalog go by publisher, not by computer type, and Spinnaker publishes some non-Commodore stuff too). Eric Green {ihnp4,cbosgd}!killer!elg elg@usl.CSNET PS to Mark: When we gonna get a 128 version of the assembler? For example, the 128 version of Power C already does your "openfile" with ordinary fopen...