File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ <h3 id="constants">Constants</h3>
125125One is in constant evaluation.
126126Constant expressions in the assembler are parsed using Go's operator
127127precedence, not the C-like precedence of the original.
128- Thus < code > 3&1< < 2 </ code > is 4, not 0—it parses as < code > (3&1)< < 2 </ code >
129- not < code > 3&(1< < 2 ) </ code > .
128+ Thus < code > 3&1<< 2</ code > is 4, not 0—it parses as < code > (3&1)<< 2</ code >
129+ not < code > 3&(1<< 2)</ code > .
130130Also, constants are always evaluated as 64-bit unsigned integers.
131131Thus < code > -2</ code > is not the integer value minus two,
132132but the unsigned 64-bit integer with the same bit pattern.
@@ -914,8 +914,6 @@ <h3 id="ppc64">PPC64</h3>
914914Reference: < a href ="/pkg/cmd/internal/obj/ppc64 "> Go PPC64 Assembly Instructions Reference Manual</ a >
915915</ p >
916916
917- </ ul>
918-
919917< h3 id ="s390x "> IBM z/Architecture, a.k.a. s390x</ h3 >
920918
921919< p >
You can’t perform that action at this time.
0 commit comments