aboutsummaryrefslogtreecommitdiffstats
path: root/core/asm/compiler.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-2/+2
|
* core/asm: correct comments typo (#16974)Caesar Chad2018-06-141-2/+2
| | | | | | | | * core/asm/compiler: correct comments typo core/asm/compiler: correct comments typo * Correct comments typo
* core/asm: accept uppercase instructions (#16531)dm42018-04-191-2/+2
|
* core/asm: remove unused condition (#16487)dm42018-04-181-3/+0
|
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-6/+0
|
* core/asm: fixed typo (posititon -> position) (#16366)hydai2018-03-261-1/+1
|
* core/asm: fixed typo (labal -> label) (#16313)hydai2018-03-141-1/+1
|
* all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-131-4/+1
|
* cmd/evm, core/asm: add EVM assembler (#3686)Jeffrey Wilcke2017-03-011-0/+281
The evm compile command implements a simple assembly language that compiles to EVM bytecode.