diff --git a/doc/asm.html b/doc/asm.html
index 11033fe3c5..d89072e319 100644
--- a/doc/asm.html
+++ b/doc/asm.html
@@ -832,27 +832,16 @@ The other extensions include SXTH
(16-bit), SXTW
(32-b
Reference: Go ARM64 Assembly Instructions Reference Manual
-The 64-bit PowerPC port is in an experimental state. +This assembler is used by GOARCH values ppc64 and ppc64le.
-Addressing modes: +Reference: Go PPC64 Assembly Instructions Reference Manual
-(R5)(R6*1)
: The location at R5
plus R6
. It is a scaled
-mode as on the x86, but the only scale allowed is 1
.
-(R5+R6)
: Alias for (R5)(R6*1)
-