[comp.sys.m68k] Motorola or Unisoft assembler syntax documentation ?

loic@design.axis.fr (Loic Dachary) (02/14/90)

	Hello world !

    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.

	Does anybody knows if there exists a documentation ?

		Thanks in advance for any pointer !

			Loic
--


				Loic
			       Dachary
			     Axis Design
			 135 Rue d'Aguesseau
			92100 Boulogne, France
		       Tel : + 33 1 46 05 89 51
		     USENET : loic@design.axis.fr

greg@cheers.uucp (Greg Onufer) (02/21/90)

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\