Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/core/asm
joohhnnn c2148c644d
core/asm: remove unused return value (#27272)
1 year ago
..
asm.go all: change format `0x%x` to `%#x` (#25221) 2 years ago
asm_test.go core, core/vm, cmd/disasm: unify procedures for disassembling evm code (#3530) 8 years ago
compiler.go core/asm: remove unused return value (#27272) 1 year ago
compiler_test.go core/asm: assembly parser label fixes (#20210) 5 years ago
lex_test.go core/asm: fix the bug of "00" prefix number (#22883) 3 years ago
lexer.go core/asm: use strings.Builder and fix godoc issues (#24861) 2 years ago