Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)