flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
DOS386 21 May 2007, 13:46
Quote:
Agree !!! ![]() Actually also intended to ask for this ![]() ... besides my " format binary .EXE " request ... "official" label listing support ... and some improvements in FASMD ![]() /* bla bla junk */ xor eax,eax ; mov eax,0 _________________ Bug Nr.: 12345 Title: Hello World program compiles to 100 KB !!! Status: Closed: NOT a Bug |
|||
![]() |
|
vid 21 May 2007, 13:58
yeah
Code: /* */ Code: ;/* ;*/ Code: /*;/* ;*/ */ |
|||
![]() |
|
MHajduk 25 May 2007, 08:37
Why not this:
Code: ; ... comment ... ; ![]() |
|||
![]() |
|
vid 25 May 2007, 09:17
because it would break already existing apps thats use ";" inside comments freely
|
|||
![]() |
|
MHajduk 25 May 2007, 10:15
OK. We can introduce multiline comments in FASM using fix directive:
Code: _B fix macro _ { _E fix } Code: _B ... commented instructions ... _E ![]() |
|||
![]() |
|
vid 25 May 2007, 10:37
but you cannot include many macro-features inside such "comment". especially "}"
|
|||
![]() |
|
MHajduk 25 May 2007, 10:57
What about
Code: _B fix virtual at 0
_E fix end virtual ![]() ![]() |
|||
![]() |
|
Goplat 25 May 2007, 15:22
That's not really a comment, though - labels and preprocessor commands inside it will still work.
|
|||
![]() |
|
rugxulo 29 May 2007, 01:42
Code: ;; mov eax,0 ;; AFAIK, this is what both Octasm and Rosasm (?) both use for multi-line comments. (And I doubt Tomasz will find this a necessary addition.) |
|||
![]() |
|
vid 29 May 2007, 04:58
funny
i lately decided to use double comments (; ![]() |
|||
![]() |
|
rugxulo 29 May 2007, 13:42
Just FYI (corrections welcome):
Code: Pascal: (* *) or {} C: /* */ or // Ada: -- assembly: ; BASIC: ' Perl: # T3X: ! .BAT: REM or :: HTML: <!-- --> Forth: ( ) or \ Erlang: % Snobol: * Turbo PL: > VIM script: " |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.