Skip to content

Commit

Permalink
More documentation fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Dec 23, 2015
1 parent eee5812 commit 5d8e455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/forth.tex
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ \section{Mathematics}

\section{Double}

The following words use double-cell integers.
The following words use double-cell integers. On the stack, the cell containing the most significant part of a double-cell integer is above the cell containing the least significant part.

\begin{description}
\item[dabs ( d -- ud )] Produces the absolute value of d.
\item[dnegate ( d -- d )] Negates the double-cell integer d.
\item[s>d ( n -- d ) Converts the number n to the double-cell number d.
\item[s$>$d ( n -- d )] Converts the number n to the double-cell number d.
\item[m+ ( d n -- d )] Add n to double-cell number d.
\item[m* ( a b -- d )] Multiply a with b, producing a double-cell value.
\item[um* ( a b -- ud )] Multiply a with b, giving the unsigned double-cell number ud.
Expand Down

0 comments on commit 5d8e455

Please sign in to comment.