Skip to content

Commit

Permalink
tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Nov 1, 2015
1 parent 45fadec commit 656c82d
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 @@ -100,8 +100,8 @@ \section{Mathematics}
\item[1+ ( a -- b )] Increase top of stack value by 1.
\item[1- ( a -- b )] Decrease top of stack value by 1.
\item[2+ ( a -- b )] Increase top of stack value by 2.
\item[2* ( a -- b )] Fast multiply top of stack value by 2.
\item[2/ ( a -- b )] Fast divide top of stack value by 2.
\item[2* ( a -- b )] Multiply top of stack value by 2.
\item[2/ ( a -- b )] Divide top of stack value by 2.
\item[100/ ( a -- b )] Divides top of stack value by \$100.
\item[+! ( n a -- )] Add n to memory address a.
\item[+ ( a b -- c )] Add a and b.
Expand Down

0 comments on commit 656c82d

Please sign in to comment.