Skip to content

Commit 6b46a87

Browse files
committed
minor update for template for DC.S
1 parent aeb471f commit 6b46a87

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/dasm.pdf

2 Bytes
Binary file not shown.

docs/sources/manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ \subsection{\texttt{DC}}
13141314
\index{Directives!Data!\texttt{DC}}
13151315
13161316
\begin{usage}
1317-
DC[{.B|.W|.L}] exp,...
1317+
DC[{.B|.W|.L|.S}] exp,...
13181318
\end{usage}
13191319
\label{changelog:20200915endian}
13201320
Declare data in the current segment. No output is generated if within a uninitialised \mono{.U} segment. The byte ordering (the endian order) for the selected processor is used for each entry. It is possible to "swap endianness" (the byte order of wide-characters) using \mono{DC.s}

0 commit comments

Comments
 (0)