Merge pull request #2856 from kugelfuhr/kugelfuhr/fix-2854

Corrected a typo in the description of .set
This commit is contained in:
Bob Andrews
2025-11-09 19:10:26 +01:00
committed by GitHub

View File

@@ -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>.
<tscreen><verb>
.lcount .set 0 ; Initialize the counter
lcount .set 0 ; Initialize the counter
.macro genlab
.ident (.sprintf ("L%04X", lcount)):