[comp.sys.atari.st] Lattice C Assembly

jimomura@lsuc.on.ca (Jim Omura) (06/18/91)

     I've just run into my first problem with Lattice C.  The
manual is not sufficiently detailed regarding the requirements
for assembly language for using ASM.  I tried using OMD to
disassemble a ".O" file and found that my copy of OMD crashes.
As such, I'm stuck for now.  I'm going to be ordering an update
later this week but that'll take about 3-4 weeks (across the US-
Canada border this is about the fastest you can count on).
If has a working OMD for Lattice 5.06, I'd appreciate it if
you could compiler the following test code down to a ".O" file
and then send me, or post a disassembly of it so I can see
the packaging that ASM and CLINK require:

/* Test.C */

int
test(arg1,arg2,arg3,arg4)
int arg1;
long arg2;
int arg3;
int arg4;
{
	arg1 = arg1;
	arg2 = arg2;
	arg3 = arg3;
	arg4 = arg4;
	return 0;
}

/* End of Test.C */

-- 
Jim Omura, 2A King George's Drive, Toronto, (416) 652-3880
lsuc!jimomura
Byte Information eXchange: jimomura