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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
726
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
1 <refentry id="asm">
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
2 <refnamediv>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
3 <refname>ASM</refname>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
4 <refpurpose>Assembler</refpurpose>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
5 </refnamediv>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
6
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
7 <refsynopsisdiv>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
8 <cmdsynopsis>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 975
diff changeset
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
4a267b967a5b More meaningful template text
roug
parents: 726
diff changeset
11 <arg choice="opt">opt</arg>
4a267b967a5b More meaningful template text
roug
parents: 726
diff changeset
12 <arg choice="opt">&gt;list</arg>
726
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
13 </cmdsynopsis>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
14 </refsynopsisdiv>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
15
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
16 <refsect1><title>Description</title>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
17 <para>
1500
b00cf13c9f61 Major changes for new NitrOS-9 manual
boisy
parents: 1093
diff changeset
18 Standard NitrOS-9 Assembler
726
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
19 </para>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
20 </refsect1>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
21 <refsect1><title>Examples</title>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
22 <screen>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
23 </screen>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
24 </refsect1>
a05075926716 Debug is part of the manual now.
roug
parents:
diff changeset
25 </refentry>