From 41f870c4ba17e722d1a1f70f111385dbc08260bd Mon Sep 17 00:00:00 2001 From: Wes Turner <50891+westurner@users.noreply.github.com> Date: Thu, 8 Sep 2022 13:27:45 -0400 Subject: [PATCH] DOC: link to evm1 opcode reference --- determining_wasm_gas_costs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/determining_wasm_gas_costs.md b/determining_wasm_gas_costs.md index d61b4bc..6361a55 100644 --- a/determining_wasm_gas_costs.md +++ b/determining_wasm_gas_costs.md @@ -382,4 +382,5 @@ These instructions include: - Haswell CPU family (http://ark.intel.com/products/codename/42174/Haswell) - Instruction tables by Agner Fog: http://www.agner.org/optimize/instruction_tables.pdf - EVM 1.0 gas costs (https://docs.google.com/spreadsheets/d/1m89CVujrQe5LAFJ8-YAUCcNK950dUzMQPMJBxRtGCqs/edit#gid=0) +- OPCODES FOR THE EVM (https://ethereum.org/en/developers/docs/evm/opcodes/) - Warren, Henry S. (2003). Hacker's Delight (1st ed.). Boston, Mass.: Addison-Wesley. ISBN 0-201-91465-4