]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] cmd/asm/internal/asm: add operand parsing test
authorRob Pike <r@golang.org>
Tue, 17 Feb 2015 19:21:57 +0000 (11:21 -0800)
committerRob Pike <r@golang.org>
Tue, 17 Feb 2015 20:23:52 +0000 (20:23 +0000)
commitf14020a64ed5e802108217062ec665cc487b1634
tree5687c9e1e7d3b9076c257b9e23e2a8867e8e9996
parent0f3f2c4110fc177b9a37998cb6c426647110d98f
[dev.cc] cmd/asm/internal/asm: add operand parsing test

Generated by reducing all the amd64 operands in the core.
Will add 386 and ARM later; this is a trial balloon.

NOTE: There is at least one anomaly: AX:DX doesn't print correctly in this situation.

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