Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/asm.refentry @ 3295:6b7a7b233925 default tip
makefile: Allow PORTS with level1/2 mix
https://sourceforge.net/p/nitros9/feature-requests/10/
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Tue, 19 Apr 2022 18:12:17 +0200 |
parents | b00cf13c9f61 |
children |
rev | line source |
---|---|
726 | 1 <refentry id="asm"> |
2 <refnamediv> | |
3 <refname>ASM</refname> | |
4 <refpurpose>Assembler</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
1093 | 9 <command>asm</command> |
975
c565a4700689
The entitity replstart was replaced with <replaceable>
roug
parents:
728
diff
changeset
|
10 <arg choice="plain"><replaceable>filename</replaceable></arg> |
728 | 11 <arg choice="opt">opt</arg> |
12 <arg choice="opt">>list</arg> | |
726 | 13 </cmdsynopsis> |
14 </refsynopsisdiv> | |
15 | |
16 <refsect1><title>Description</title> | |
17 <para> | |
1500 | 18 Standard NitrOS-9 Assembler |
726 | 19 </para> |
20 </refsect1> | |
21 <refsect1><title>Examples</title> | |
22 <screen> | |
23 </screen> | |
24 </refsect1> | |
25 </refentry> |