]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] cmd/asm: add addr package
authorRob Pike <r@golang.org>
Thu, 22 Jan 2015 18:42:08 +0000 (10:42 -0800)
committerRob Pike <r@golang.org>
Fri, 23 Jan 2015 03:30:37 +0000 (03:30 +0000)
commit40eb0ed0d80874696589325d33bc4e4aff15184d
tree6873cc9147b3bcf266e542c05ec36b1382b008d1
parent6017f680292e86611a6f709dcacd4083ab910d6b
[dev.cc] cmd/asm: add addr package

This simple package holds the definition of the Addr (address) type
that represents addresses inside the assembler.

It has no dependencies.

Change-Id: I7573fd70f1847ef68e3d6b663dc4c39eb2ebf8b3
Reviewed-on: https://go-review.googlesource.com/3193
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/addr/addr.go [new file with mode: 0644]