From 093272ea85a47181cdf7b9e5ba1938b5a48271df Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 24 Aug 2000 00:37:50 +0000 Subject: Charles G. Waldman : Update the dis module documentation to reflect the EXTENDED_ARG opcode. --- Doc/lib/libdis.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index e0698ff..b89bf3d 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -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 -- cgit v0.12