aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/asm/main.go
AgeCommit message (Expand)Author
2016-02-25cmd/asm: fix EOF message on operand parsing errors.Tal Shprecher
2016-01-24cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB)Russ Cox
2016-01-24cmd/asm: report more than one instruction encoding errorRuss Cox
2015-05-21all: retire architecture letter in file names, public APIRuss Cox
2015-05-01cmd/internal/obj: clean up BiobufDave Cheney
2015-04-20cmd/internal/obj: remove useless Trimpath field and fix usersMatthew Dempsky
2015-04-10cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm -dynlink accesses globa...Michael Hudson-Doyle
2015-04-08cmd/asm: remove object file if assembly fails.Rob Pike
2015-03-04liblink, cmd/6l: re-enable -shared on amd64Michael Hudson-Doyle
2015-02-25cmd/go: make asm the first assemblerRob Pike
2015-02-09[dev.cc] cmd/asm: rewrite to work with new obj APIRob Pike
2015-02-05[dev.cc] cmd/internal/obj: reconvert from liblinkRuss Cox
2015-02-02[dev.cc] cmd/asm: fix a few minor issuesRob Pike
2015-01-29[dev.cc] cmd/asm: set the flags to production settings (turn off debug)Rob Pike
2015-01-24[dev.cc] cmd/asm: changes to get identical output as new6aRob Pike
2015-01-23[dev.cc] cmd/asm: the assembler properRob Pike