diff options
Diffstat (limited to 'doc/asm.html')
| -rw-r--r-- | doc/asm.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/asm.html b/doc/asm.html index dd395ec833..5db13905e3 100644 --- a/doc/asm.html +++ b/doc/asm.html @@ -1039,6 +1039,12 @@ The value of <code>GOMIPS64</code> environment variable (<code>hardfloat</code> <code>GOMIPS64_hardfloat</code> or <code>GOMIPS64_softfloat</code>. </p> +<h3 id="riscv64">RISCV64</h3> + +<p> +Reference: <a href="/pkg/cmd/internal/obj/riscv">Go RISCV64 Assembly Instructions Reference Manual</a> +</p> + <h3 id="unsupported_opcodes">Unsupported opcodes</h3> <p> |
