# easm **Repository Path**: tokentransfer/easm ## Basic Information - **Project Name**: easm - **Description**: ethereum evm asm + 一些高级语言功能(比如if, for, 表达式等) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-02-04 - **Last Updated**: 2026-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README easm: evm asm for ethereum evm: 1. 定义变量(当前只支持int256) 2. 支持label 同时最重要的是增加一些高级语言功能: 1. if 2. for 3. 表达式 同时支持如下功能: 1. 生成相应的solidity接口文件