[Scummvm-cvs-logs] SF.net SVN: scummvm:[52003] tools/branches/gsoc2010-decompiler/decompiler/ doc/disassembler.tex
pidgeot at users.sourceforge.net
pidgeot at users.sourceforge.net
Wed Aug 11 23:07:07 CEST 2010
Revision: 52003
http://scummvm.svn.sourceforge.net/scummvm/?rev=52003&view=rev
Author: pidgeot
Date: 2010-08-11 21:07:07 +0000 (Wed, 11 Aug 2010)
Log Message:
-----------
DECOMPILER: Change description of PUSH2
Modified Paths:
--------------
tools/branches/gsoc2010-decompiler/decompiler/doc/disassembler.tex
Modified: tools/branches/gsoc2010-decompiler/decompiler/doc/disassembler.tex
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/doc/disassembler.tex 2010-08-11 20:55:51 UTC (rev 52002)
+++ tools/branches/gsoc2010-decompiler/decompiler/doc/disassembler.tex 2010-08-11 21:07:07 UTC (rev 52003)
@@ -104,7 +104,7 @@
\hline
\code{PUSH} (0x00) & uint8 & Pushes byte onto the stack.\\
\code{POP} (0x01) & & Pops a byte from the stack. \\
-\code{PUSH2} (0x02) & int16 & Pushes value onto the stack.\\
+\code{PUSH2} (0x02) & int16 & Pushes two bytes onto the stack.\\
\code{POP2} (0x03) & & Pops two bytes from the stack. \\
\code{PRINT} (0x80) & C string & Prints string to standard output. \\
\code{HALT} (0xFF 0x00) & & Stops the machine.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list