flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > [fasmg] Feature request - nologo switch |
Author |
|
Tomasz Grysztar 06 May 2019, 08:30
This perhaps a good option to have, however to get a clean output file you can also simply redirect DISPLAY with a macro:
Code: virtual as 'out' __display:: end virtual macro display? values& virtual __display db values end virtual end macro |
|||
06 May 2019, 08:30 |
|
Mike Gonta 06 May 2019, 11:25
Tomasz Grysztar wrote: This perhaps a good option to have, however to get a clean output file you can also simply redirect DISPLAY with a macro: And to get a clean stdout, how about ob (output byte). Code: virtual as 'out' __output:: end virtual macro ob? values& virtual __output db values end virtual end macro |
|||
06 May 2019, 11:25 |
|
Tomasz Grysztar 09 May 2019, 10:36
Starting with version g.ijlx0 there is now "-n" switch that leaves you with a clean DISPLAY output.
|
|||
09 May 2019, 10:36 |
|
rugxulo 21 May 2019, 17:14
I don't know the details. So just outputting (some) stuff to stderr isn't good enough??
|
|||
21 May 2019, 17:14 |
|
Tomasz Grysztar 21 May 2019, 17:21
The errors (including custom error message and source lines listing) go to stderr, while logo and output of DISPLAY directives go to stdout. Stripping the logo with "-n" allows to get pure DISPLAY content on stdout.
|
|||
21 May 2019, 17:21 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.