0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

Merge branch 'netwide-assembler:master' into master

This commit is contained in:
Yongjie2017
2025-10-03 08:59:55 +08:00
committed by GitHub

View File

@@ -177,7 +177,7 @@ if ($out_format eq 'txt') {
print "$outfile: producing text output...\n";
&write_txt;
} elsif ($out_format eq 'html') {
$outfile = 'nasmdoc0.html';
$outfile = 'nasm00.html';
print "$outfile: producing HTML output...\n";
&write_html;
} elsif ($out_format eq 'dip') {