Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jitendragangwar123/solidity-assembly-yul-opcodes
The repository provides a comprehensive collection of Solidity Assembly (YUL) opcodes along with illustrative examples. These opcodes serve as building blocks for writing efficient and optimized smart contracts in the Solidity programming language.
https://github.com/jitendragangwar123/solidity-assembly-yul-opcodes
gas-optimization solidity-contracts yul-assembly
Last synced: 6 days ago
JSON representation
The repository provides a comprehensive collection of Solidity Assembly (YUL) opcodes along with illustrative examples. These opcodes serve as building blocks for writing efficient and optimized smart contracts in the Solidity programming language.
- Host: GitHub
- URL: https://github.com/jitendragangwar123/solidity-assembly-yul-opcodes
- Owner: jitendragangwar123
- Created: 2023-10-31T06:21:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T10:23:25.000Z (about 1 year ago)
- Last Synced: 2024-11-14T12:50:28.867Z (2 months ago)
- Topics: gas-optimization, solidity-contracts, yul-assembly
- Language: Solidity
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Solidity-Assembly-YUL-Opcodes
This repository consist of some Solidity Assembly (YUL) Opcodes examples for optimizing the Gas Fess.## Table of Contents
- [DataTypes](https://github.com/jitendragangwar123/Solidity-Assembly-YUL-Opcodes/blob/main/DataTypes.sol)
- [Operations](https://github.com/jitendragangwar123/Solidity-Assembly-YUL-Opcodes/blob/main/Operations.sol)
- [Loops](https://github.com/jitendragangwar123/Solidity-Assembly-YUL-Opcodes/blob/main/Loops.sol)
- [If-Statement](https://github.com/jitendragangwar123/Solidity-Assembly-YUL-Opcodes/blob/main/If_Statement.sol)
- [SwitchCase](https://github.com/jitendragangwar123/Solidity-Assembly-YUL-Opcodes/blob/main/SwitchCase.sol)
- [ComparisonOperations](https://github.com/jitendragangwar123/Solidity-Assembly-YUL-Opcodes/blob/main/Comparison_Operations.sol)
- [BitwiseOperations](https://github.com/jitendragangwar123/Solidity-Assembly-YUL-Opcodes/blob/main/BitwiseOperations.sol)
- [Functions](https://github.com/jitendragangwar123/Solidity-Assembly-YUL-Opcodes/blob/main/Functions.sol)
- [StorageSlotsAndVariables](https://github.com/jitendragangwar123/Solidity-Assembly-YUL-Opcodes/blob/main/StorageSlotsAndVariables.sol)