PaperPilot
Programmer
I have a large (40,000 line) assembly program for the M680040 processor which I am porting to run on VxWorks. Trouble is VxWorks uses C language calls to access system services. I can write a C routine calling a service and compile it with an option that produces a .s assembly file, but the assembly is in as format while my code is in asm format.
It's been years since I had an as assembler and I've forgotten the nuances of the as format. Does anyone know where I can find a reference on the as format assemble language for the Motorola M68k processor family?
PaperPilot
It's been years since I had an as assembler and I've forgotten the nuances of the as format. Does anyone know where I can find a reference on the as format assemble language for the Motorola M68k processor family?
PaperPilot