Skip to content

Commit 7727fbb

Browse files
author
H. Peter Anvin
committed
doc: move instruction list to the end
The web site currently assumes that the release history is always in appendix C. Humor it for now, besides, it doesn't really make sense for the huge machine-generated instruction list to be anywhere but the end. Signed-off-by: H. Peter Anvin <[email protected]>
1 parent ebbe01b commit 7727fbb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/nasmdoc.src

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8791,17 +8791,6 @@ data section which wouldn't contain anything you wanted to see
87918791
anyway.
87928792

87938793

8794-
\A{inslist} \i{Instruction List}
8795-
8796-
\H{inslistintro} Introduction
8797-
8798-
The following sections show the instructions which NASM currently supports. For each
8799-
instruction, there is a separate entry for each supported addressing mode. The third
8800-
column shows the processor type in which the instruction was introduced and,
8801-
when appropriate, one or more usage flags.
8802-
8803-
\& inslist.src
8804-
88058794
\A{changelog} \i{NASM Version History}
88068795

88078796
\& changes.src
@@ -8968,3 +8957,14 @@ for example, the problem involves NASM failing to generate an object
89688957
file while TASM can generate an equivalent file without trouble,
89698958
then send us \e{both} object files, so we can see what TASM is doing
89708959
differently from us.
8960+
8961+
\A{inslist} \i{Instruction List}
8962+
8963+
\H{inslistintro} Introduction
8964+
8965+
The following sections show the instructions which NASM currently supports. For each
8966+
instruction, there is a separate entry for each supported addressing mode. The third
8967+
column shows the processor type in which the instruction was introduced and,
8968+
when appropriate, one or more usage flags.
8969+
8970+
\& inslist.src

0 commit comments

Comments
 (0)