Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!mips!apple!cheers!greg From: greg@cheers.uucp (Greg Onufer) Newsgroups: comp.sys.m68k Subject: Re: Motorola or Unisoft assembler syntax documentation ? Message-ID: <8Z$#T*$.5317@cheers.uucp> Date: 21 Feb 90 09:30:17 GMT References: Distribution: comp Organization: Cheers Bar & Grill Lines: 14 loic@design.axis.fr (Loic Dachary) writes: > Someone here want to write assembler programs, using a Unisoft >V.3.2 system. The syntax is not documented. This is not a problem to >write one or two small functions. But it is a serious lack if you want >to produce real :-) programs. If all else fails, take some C code and use the option to your C compiler (usually -S) to produce assembly code output instead of a .o or a.out file. No, it is not documentation and it will not unveil all of the features the assembler supports, but it will, through example, show most of the assembler's syntax. Cheers!greg\