Merge branch 'netwide-assembler:master' into master

This commit is contained in:
Yongjie2017 2025-10-03 08:59:55 +08:00 committed by GitHub
commit a05239c08e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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') {