Skip to content

Commit f714cd1

Browse files
committed
Changes from tariq's feedback
Fixed xref alternate text etc.
1 parent 5f31074 commit f714cd1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/zc.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ This instruction takes the one's complement of _rd'/rs1'_ and writes the result
973973

974974
[NOTE]
975975
====
976-
_rd'/rs1'_ is from the standard 8-register set x8-x15.
976+
rd'/rs1' is from the standard 8-register set x8-x15.
977977
====
978978

979979
Prerequisites:
@@ -1410,7 +1410,7 @@ addi sp, sp, 64;
14101410

14111411

14121412
<<<
1413-
[#insns-cm_push,reftext="Create stack frame: push registers, allocate additional stack space."]
1413+
[#insns-cm_push,reftext="cm.push"]
14141414
==== cm.push
14151415

14161416
Synopsis:
@@ -1605,7 +1605,7 @@ sp-=stack_adj;
16051605
----
16061606

16071607
<<<
1608-
[#insns-cm_pop,reftext="Pop registers, deallocate stack frame."]
1608+
[#insns-cm_pop,reftext="cm.pop"]
16091609
==== cm.pop
16101610

16111611
Synopsis:
@@ -1799,7 +1799,7 @@ sp+=stack_adj;
17991799
----
18001800

18011801
<<<
1802-
[#insns-cm_popretz,reftext="Pop registers, deallocate stack frame, return zero."]
1802+
[#insns-cm_popretz,reftext="cm.popretz"]
18031803
==== cm.popretz
18041804

18051805
Synopsis:
@@ -1997,7 +1997,7 @@ asm("ret");
19971997
----
19981998

19991999
<<<
2000-
[#insns-cm_popret,reftext="Pop registers, deallocate stack frame, return."]
2000+
[#insns-cm_popret,reftext="cm.popret"]
20012001
==== cm.popret
20022002

20032003
Synopsis:

0 commit comments

Comments
 (0)