mirror of
https://github.com/pfusik/xasm.git
synced 2024-12-22 00:29:15 +00:00
Updated to DMD 2.061. Implemented /p outside Windows. Restored blank lines in the listing.
This commit is contained in:
parent
6992795f55
commit
406354e06c
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*.exe
|
||||||
|
*.obj
|
||||||
|
*.html
|
||||||
|
*.zip
|
@ -55,8 +55,7 @@ Sets output file name.
|
|||||||
The default is 'SOURCE_FILE' with the extension changed to `.obx`.
|
The default is 'SOURCE_FILE' with the extension changed to `.obx`.
|
||||||
|
|
||||||
[[new_fullpaths]]*/p*::
|
[[new_fullpaths]]*/p*::
|
||||||
Prints fully qualified file names in listing and error messages.
|
Prints absolute paths in listing and error messages.
|
||||||
This option works only on Windows and is silently ignored on other platforms.
|
|
||||||
|
|
||||||
[[new_quiet]]*/q*::
|
[[new_quiet]]*/q*::
|
||||||
Quiet mode. Prevents *xasm* from printing the logo and the summary.
|
Quiet mode. Prevents *xasm* from printing the logo and the summary.
|
||||||
|
Loading…
Reference in New Issue
Block a user