You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/manual.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1314,7 +1314,7 @@ \subsection{\texttt{DC}}
1314
1314
\index{Directives!Data!\texttt{DC}}
1315
1315
1316
1316
\begin{usage}
1317
-
DC[{.B|.W|.L}] exp,...
1317
+
DC[{.B|.W|.L|.S}] exp,...
1318
1318
\end{usage}
1319
1319
\label{changelog:20200915endian}
1320
1320
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