aboutsummaryrefslogtreecommitdiffstats
path: root/core/asm
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-092-3/+3
|
* core/asm: Use hexadecimal addresses in assembly dumps (#17870)Guillaume Ballet2018-10-091-4/+4
|
* 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: correct comments typo (#16975)Caesar Chad2018-06-141-1/+1
| | | core/asm/lexer: 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-142-2/+2
|
* core/asm: rename isAlphaNumeric to isLetter (#16212)Mark Rushakoff2018-02-281-2/+2
| | | | The function would return false for numbers, so isLetter is a more accurate description of the behavior.
* all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-132-8/+2
|
* core/asm: use ContainsRune instead of IndexRune (#15098)Fiisio2017-09-081-3/+3
|
* core/asm: fix hex number lexing (#14861)njupt-moon2017-07-312-6/+41
|
* cmd/evm, core/asm: add EVM assembler (#3686)Jeffrey Wilcke2017-03-013-0/+608
| | | | | The evm compile command implements a simple assembly language that compiles to EVM bytecode.
* core, core/vm, cmd/disasm: unify procedures for disassembling evm code (#3530)Valentin Wüstholz2017-02-272-0/+213