]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: port the doasm comment to go
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 25 Apr 2017 15:43:57 +0000 (16:43 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Apr 2017 15:54:19 +0000 (15:54 +0000)
commit4e5593ddaafb95fd1d1092c7b28cae71e10d5f2f
tree78ab3e9c9e33a05361a423fc47c1f453abf00d0f
parentdb6f3bbc9a2d35a9b310f4d9ded1f1d63ef48234
cmd/internal/obj/x86: port the doasm comment to go

This comment is very useful but still refers to the C implementation.
Adapting it for Go is fairly straightforward though.

Change-Id: Ib6dde25f3a18acbce76bb3cffdc29f5ccf43c1f7
Reviewed-on: https://go-review.googlesource.com/41696
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/internal/obj/x86/asm6.go