Skip to content

Commit

Permalink
Update EIP-7480: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
momodaka committed Nov 9, 2023
1 parent 37416c7 commit e564e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7480.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires: 3540, 3670

## Abstract

Four new instrutions are introduced, that allow to read EOF container's data section: `DATALOAD` loads 32-byte word to stack, `DATALOADN` loads 32-byte word to stack where the word is addressed by a static immediate argument, `DATASIZE` loads data section size and `DATACOPY` copies a segment of data section to memory.
Four new instructions are introduced, that allow to read EOF container's data section: `DATALOAD` loads 32-byte word to stack, `DATALOADN` loads 32-byte word to stack where the word is addressed by a static immediate argument, `DATASIZE` loads data section size and `DATACOPY` copies a segment of data section to memory.

## Motivation

Expand Down

0 comments on commit e564e93

Please sign in to comment.