Charles G. Waldman <cgw@fnal.gov>:

Update the dis module documentation to reflect the EXTENDED_ARG opcode.
This commit is contained in:
Fred Drake 2000-08-24 00:37:50 +00:00
parent 33438d23fa
commit 093272ea85
1 changed files with 7 additions and 0 deletions

View File

@ -532,6 +532,13 @@ See the \code{slice()}\bifuncindex{slice} built-in function for more
information.
\end{opcodedesc}
\begin{opcodedesc}{EXTENDED_ARG}{ext}
Prefixes any opcode which has an argument too big to fit into the
default two bytes. \var{ext} holds two additional bytes which, taken
together with the subsequent opcode's argument, comprise a four-byte
argument, \var {ext} being the two most-significant bytes.
\end{opcodedesc}
\begin{opcodedesc}{CALL_FUNCTION_VAR}{argc}
Calls a function. \var{argc} is interpreted as in \code{CALL_FUNCTION}.
The top element on the stack contains the variable argument list, followed