@@ -75,6 +75,8 @@ In the comments next to each cell, we've marked which component of the YellowPap
7575
7676 <static> false </static>
7777 <callDepth> 0 </callDepth>
78+
79+ <codeAddr> .Account </codeAddr>
7880 </callState>
7981
8082 <versionedHashes> .List </versionedHashes>
@@ -1675,6 +1677,7 @@ The various `CALL*` (and other inter-contract control flow) operations will be d
16751677 <callData> _ => ARGS </callData>
16761678 <callValue> _ => APPVALUE </callValue>
16771679 <id> _ => ACCTTO </id>
1680+ <codeAddr> _ => ACCTCODE </codeAddr>
16781681 <gas> GAVAIL:Gas => #if USEGAS #then GCALL:Gas #else GAVAIL:Gas #fi </gas>
16791682 <callGas> GCALL:Gas => #if USEGAS #then 0:Gas #else GCALL:Gas #fi </callGas>
16801683 <caller> _ => ACCTFROM </caller>
@@ -1797,6 +1800,7 @@ System Transaction Configuration
17971800 <callData> _ => ARGS </callData>
17981801 <callValue> _ => 0 </callValue>
17991802 <id> _ => ACCTTO </id>
1803+ <codeAddr> _ => ACCTTO </codeAddr>
18001804 <gas> GAVAIL:Gas => #if USEGAS #then SYSTEMTXGAS:Gas #else GAVAIL:Gas #fi </gas>
18011805 <callGas> GCALL:Gas => #if USEGAS #then 0:Gas #else GCALL:Gas #fi </callGas>
18021806 <caller> _ => SYSTEM_ADDRESS </caller>
@@ -1947,6 +1951,7 @@ For each `CALL*` operation, we make a corresponding call to `#call` and a state-
19471951 <useGas> USEGAS </useGas>
19481952 <schedule> SCHED </schedule>
19491953 <id> _ => ACCTTO </id>
1954+ <codeAddr> _ => ACCTTO </codeAddr>
19501955 <gas> GAVAIL => #if USEGAS #then GCALL #else GAVAIL #fi </gas>
19511956 <callGas> GCALL => #if USEGAS #then 0 #else GCALL #fi </callGas>
19521957 <caller> _ => ACCTFROM </caller>
0 commit comments