Commit 8a28f58b authored by Andrew Gerrand's avatar Andrew Gerrand

[release-branch.go1.2] src/cmd/?a: link to new assembler document

««« CL 18430044 / 1a86e8314ff5
src/cmd/?a: link to new assembler document
Blocked on 20930043, the CL the new text references.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/18430044
»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/25480046
parent af4b9ae6
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
http://plan9.bell-labs.com/magic/man2html/1/8a http://plan9.bell-labs.com/magic/man2html/1/8a
Go-specific considerations are documented at
http://golang.org/doc/asm.html
Its target architecture is the ARM, referred to by these tools as arm. Its target architecture is the ARM, referred to by these tools as arm.
*/ */
......
...@@ -10,7 +10,11 @@ ...@@ -10,7 +10,11 @@
http://plan9.bell-labs.com/magic/man2html/1/8a http://plan9.bell-labs.com/magic/man2html/1/8a
Its target architecture is the x86-64, referred to by these tools as amd64. Go-specific considerations are documented at
http://golang.org/doc/asm.html
IIts target architecture is the x86-64, referred to by these tools as amd64.
*/ */
package main package main
...@@ -10,6 +10,11 @@ ...@@ -10,6 +10,11 @@
http://plan9.bell-labs.com/magic/man2html/1/8a http://plan9.bell-labs.com/magic/man2html/1/8a
Go-specific considerations are documented at
http://golang.org/doc/asm.html
I
Its target architecture is the x86, referred to by these tools for historical reasons as 386. Its target architecture is the x86, referred to by these tools for historical reasons as 386.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment