Skip to content

Commit

Permalink
eof: Update dataloadn test with new immediate arguments notation
Browse files Browse the repository at this point in the history
  • Loading branch information
rodiazet committed Oct 29, 2024
1 parent 879d8e6 commit d4078ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/libyul/objectCompiler/eof/dataloadn.yul
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ object "a" {
}

// ====
// bytecodeFormat: >=EOFv1
// EVMVersion: >=prague
// bytecodeFormat: >=EOFv1
// ----
// Assembly:
// /* "source":56:71 */
// auxdataloadn(0)
// auxdataloadn{0}
// /* "source":53:54 */
// 0x00
// /* "source":46:72 */
Expand All @@ -29,4 +29,4 @@ object "a" {
// data_acaf3289d7b601cbd114fb36c4d29c85bbfd5e133f14cb355c3fd8d99367964f 48656c6c6f2c20576f726c6421
// Bytecode: ef0001010004020001000904002d000080ffffd1000d5f5260205ff348656c6c6f2c20576f726c6421
// Opcodes: 0xEF STOP ADD ADD STOP DIV MUL STOP ADD STOP MULMOD DIV STOP 0x2D STOP STOP DUP1 SELFDESTRUCT SELFDESTRUCT DATALOADN 0xD PUSH0 MSTORE PUSH1 0x20 PUSH0 RETURN BASEFEE PUSH6 0x6C6C6F2C2057 PUSH16 0x726C6421000000000000000000000000
// SourceMappings: 56:15:0:-:0;53:1;46:26;95:2;92:1;85:13
// SourceMappings: 56:15:0:-:0;53:1;46:26;95:2;92:1;85:13

0 comments on commit d4078ee

Please sign in to comment.