Re: Need reviews of HLA Adventure





dunric@xxxxxxxxx wrote:
> In short, all you need to compile HLA Adventure under Linux is the file
> "hlaadv.hla".
>
> To compile, go to /usr/hla and type:
>
> hla hlaadv.hla
>
> (there are command line switches that can also be used for, say,
> verbose mode, but I never or rarely use them)

umm... actually, it is a very good idea to use the verbose switch and
pipe the output to a file:

hla -v hlaadv >ha4.txt

Progressively enumerate these '.txt's to keep a historical accounting
of how progressively wild your coding becomes {are the number of errors
increasing exponentially?} -- seems to be strongly linked to the number
of 12 FL OZ consumed. ;-)

It is ALWAYS the case that the more information that you can obtain
from the compiler -- the better! When the compiler chokes on the code
but doesn't report this fact to you -- pretending that everything is
hunky-dorry -- you will likely be looking for a different compiler.

Nathan.

.



Relevant Pages

  • Re: HLA
    ... inline assembler for that compiler. ... different beast from a standalone assembler and IMHO, HLA is most ... It could be added to almost any C compiler without problems... ... then you're no longer programming in the standard form of the ...
    (alt.lang.asm)
  • Re: HLA suggestions
    ... >>HLA source, ... >>1) Currently, to build HLA from scratch, one needs to get the compiler ... > For symbolic information, you can do this under Windows ...
    (alt.lang.asm)
  • Re: HLA v2.x and / or LASM suggestion: Win32 Resources
    ... > With Microsoft's RC compiler, I've just noticed that it's less capable ... > binary resource converted into readable, ... selecting the particular assembler syntax you want to output for. ... > are using that RC compiler via HLA or whatever;)... ...
    (alt.lang.asm)
  • Re: Wiki, some vicious editing
    ... every reference to "compiler" there, too; given that HLA works the same ... How can you compare HLA with GCC ?? ...
    (alt.lang.asm)
  • Re: Development for High Level Assembler revisited
    ... The compiler itself is over 100,000 lines of source code, ... Given the fact that HLA v2.0 is a complete rewrite of ... > can update the SourceForge site. ... How many programmers did offer any useful contributions for documentation or source code improvements and updates for the planned new architecture so far? ...
    (alt.lang.asm)