3a_asm: more .fill power and better 'make test' target
[calu.git] / 2_isa / callingconv.tex
index e5388d500ee2347a55d7c2e3c1bb57d6f78cc29d..951ef0beec7fc9a4288017aa7eb4e7057c36cbcc 100644 (file)
@@ -61,9 +61,9 @@ assembler, a list is given in table~\ref{tab:asmdirs}.
                address in data or instruction memory, depending on the current
                section \\ \hline
 
-               \texttt{.fill \textit{repeat}, \textit{size}, \textit{value}} & place a
-               value of a specific size \texttt{\textit{repeat}}-times, while
-               \texttt{\textit{repeat}} and \texttt{\texttt{size}} are optional.
+               \texttt{.fill \textit{repeat}, \textit{value}} & place a
+               32 bit value \texttt{\textit{repeat}}-times, while
+               \texttt{\textit{repeat}} is optional.
 
                When one parameter is given, the value is placed at the current address.
                Note that a given value will be rounded up to a full byte, e.g.