Merge pull request #2856 from kugelfuhr/kugelfuhr/fix-2854
Corrected a typo in the description of .set
This commit is contained in:
@@ -934,7 +934,7 @@ it is used. It uses the <tt><ref id=".SPRINTF" name=".SPRINTF"></tt> function
|
|||||||
and a numeric variable named <tt>lcount</tt>.
|
and a numeric variable named <tt>lcount</tt>.
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
.lcount .set 0 ; Initialize the counter
|
lcount .set 0 ; Initialize the counter
|
||||||
|
|
||||||
.macro genlab
|
.macro genlab
|
||||||
.ident (.sprintf ("L%04X", lcount)):
|
.ident (.sprintf ("L%04X", lcount)):
|
||||||
|
|||||||
Reference in New Issue
Block a user