Skip to content

Commit

Permalink
minor update for template for DC.S
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-davie committed Sep 14, 2020
1 parent aeb471f commit 6b46a87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/dasm.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/sources/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ \subsection{\texttt{DC}}
\index{Directives!Data!\texttt{DC}}
\begin{usage}
DC[{.B|.W|.L}] exp,...
DC[{.B|.W|.L|.S}] exp,...
\end{usage}
\label{changelog:20200915endian}
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}
Expand Down

0 comments on commit 6b46a87

Please sign in to comment.