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:
@@ -177,7 +177,7 @@ if ($out_format eq 'txt') {
|
|||||||
print "$outfile: producing text output...\n";
|
print "$outfile: producing text output...\n";
|
||||||
&write_txt;
|
&write_txt;
|
||||||
} elsif ($out_format eq 'html') {
|
} elsif ($out_format eq 'html') {
|
||||||
$outfile = 'nasmdoc0.html';
|
$outfile = 'nasm00.html';
|
||||||
print "$outfile: producing HTML output...\n";
|
print "$outfile: producing HTML output...\n";
|
||||||
&write_html;
|
&write_html;
|
||||||
} elsif ($out_format eq 'dip') {
|
} elsif ($out_format eq 'dip') {
|
||||||
|
Reference in New Issue
Block a user