Assembler (SW ?) [message #9295] |
Mon, 25 October 2021 12:16  |
curbie
Messages: 55 Registered: June 2021
|
Member |
|
|
Has anyone recompiled the CP/M-68 assembler "C" source code?
The reason for this question is, I might need to cross assemble 68000 to 68000 code, and yeah I know that sounds ridiculous, but my vintage computer uses a different set of 68000 assembler mnonomics, some opcode formats are also different.
Curbie
|
|
|
Re: Assembler (SW ?) [message #9304 is a reply to message #9295] |
Wed, 27 October 2021 12:50   |
curbie
Messages: 55 Registered: June 2021
|
Member |
|
|
OK, I downloaded the Alcyon Corporation AS68 assembler package written in "C", which is supposed to be the package that created AS68 for CP/M-68k... as68.h, cout.h, ctype.h, klib.h, machine.h, machine.68k, as68init.c, dir.c, expr.c, main.c, misc.c, pass1a.c, pass2.c, strncmp.c, symt.c, version.c, make.sum, relink.sub, then ran "make B:" and I can't track down the first error:
C>B:C068 B:X.I B:X.IC B:X.ST
"", * 0: usage: c068 source link icode strings [-e|-f] [-w] [-T]
note: It's only creating X.I in B:.
searching "The C Language Programming Guide for CPIM-68K" and "c068" "icode" didn't turn up anything useful.
Do any "C" people know what's going on here?
Curbie
|
|
|
|
|