|
@@ -319,14 +319,14 @@
|
|
|
\if\edition\pythonEd
|
|
|
\newcommand{\TAILJMP}[2]{\key{TailJmp}\LP#1\code{, }#2\RP}
|
|
|
\newcommand{\INDCALLQ}[2]{\key{IndirectCallq}\LP#1\code{, }#2\RP}
|
|
|
-\newcommand{\IMM}[1]{\key{Constant}\LP #1\RP}
|
|
|
+\newcommand{\IMM}[1]{\key{Immediate}\LP #1\RP}
|
|
|
\newcommand{\REG}[1]{\key{Reg}\LP #1\RP}
|
|
|
\newcommand{\DEREF}[2]{\key{Deref}\LP #1 \key{,} #2 \RP}
|
|
|
\newcommand{\BININSTR}[3]{\key{Instr}\LP #1 \key{,} \LS #2 \key{,} #3 \RS \RP}
|
|
|
\newcommand{\UNIINSTR}[2]{\key{Instr}\LP #1 \key{,} \LS #2 \RS \RP}
|
|
|
\newcommand{\CALLQ}[2]{\key{Callq}\LP #1 \key{,} #2 \RP}
|
|
|
-\newcommand{\PUSHQ}[1]{\key{Pushq}\LP #1 \RP}
|
|
|
-\newcommand{\POPQ}[1]{\key{Popq}\LP #1 \RP}
|
|
|
+\newcommand{\PUSHQ}[1]{\key{Instr}\LP \code{pushq} \key{,} \LS #1 \RS \RP}
|
|
|
+\newcommand{\POPQ}[1]{\key{Instr}\LP \code{popq} \key{,} \LS #1 \RS \RP}
|
|
|
\newcommand{\JMP}[1]{\key{Jump}\LP #1 \RP}
|
|
|
\newcommand{\JMPIF}[2]{\key{JumpIf}\LP #1 \key{,} #2 \RP}
|
|
|
\newcommand{\RETQ}{\key{Retq}\LP\RP}
|