Was never specified, but itof/ftoi should be signed. (issue #4)
This commit is contained in:
@@ -314,8 +314,8 @@ format, which can be fixed point or floating point.
|
||||
\begin{tabular}{cl}
|
||||
\textbf{Instruction}&\textbf{Description}\\
|
||||
\hline
|
||||
\texttt{itof} \%dest, \%src&Integer to floating point.\\
|
||||
\texttt{ftoi} \%dest, \%src&Floating point to integer.\\
|
||||
\texttt{itof} \%dest, \%src&Signed integer to floating point.\\
|
||||
\texttt{ftoi} \%dest, \%src&Floating point to signed integer.\\
|
||||
\texttt{fneg} \%dest, \%src&Negate (complement sign bit).\\
|
||||
\texttt{fadd} \%dest, \%src1, \%src2&Floating point add.\\
|
||||
\texttt{fsub} \%dest, \%src1, \%src2&Floating point subtract.\\
|
||||
|
||||
Reference in New Issue
Block a user