Skip to content

Commit

Permalink
Merge pull request #326 from 0xPolygonHermez/feature/zk73-push
Browse files Browse the repository at this point in the history
Feature/zk73 push
  • Loading branch information
krlosMata authored Feb 7, 2024
2 parents af93940 + 100d364 commit f41e59a
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Test executor inputs
on:
workflow_dispatch:
pull_request:
branches: [main, develop, develop-etrog, feature/fork-etrog, feature/l1-info-tree]
branches: [main, develop, develop-feijoa]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion main/opcodes/stack-operations.zkasm
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ opAuxPUSHA2:
; check out-of-gas
GAS - %GAS_FASTEST_STEP => GAS :JMPN(outOfGas)
; read bytes from calldata
:CALL(readPush); in: [D: bytes to read] out: [E: value read]
D => E :CALL(readPush); in: [D,E: bytes to read] out: [E: value read]
; store stack output
E :MSTORE(SP++); [pushed_value(E) => SP]
; check stack overflow
Expand Down
Loading

0 comments on commit f41e59a

Please sign in to comment.