Re: HLA and embedded controllers



"vid512@xxxxxxxxx" <vid512@xxxxxxxxx> écrivait
news:1162294203.952724.155520@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:

It is usable by other assemblers. The biggest problem I can see to
porting it to FASM is using the HLA stdlib's 'put' macros since FASM
lacks type-casting. So you can't do something like
stdout.put uns32Var, nl, stringPtr, csetVar, int32Var
sure it can't, and shouldn't, FASM is assembler, even lower level
assembler, eg. symbolic notation of processor instructions. Processor
doesn't differentiate types, only sizes (like FASM). How do you know if
"db 0" is empty string, or byte variable?

Seconded. I already said that to him so many times...
Go and explain to a snake that Allan Holdsworth is a
great musician...


Betov.

< http://rosasm.org >




.



Relevant Pages

  • Re: HLA v1.90 is now available on Webster
    ... FASM is a good Assembler written by a guy called Thomasz Gritszar. ... FASM's code easier to read than the RosAsm source code, ... HLA is an absurd HLL Pre-Parser ...
    (alt.lang.asm)
  • Re: Gonzales, Another one bites the dust.
    ... Besides, FASM fails this test. ... Herbert's assembler is an entirely different beast. ... why doesnt FASM feature such "top-quality editors and debuggers"? ... Rosasm shortfall of being unable to export or import static libraries. ...
    (alt.lang.asm)
  • Re: Help me about this question.
    ... No doubt you *can't*, clown. ... FASM application. ... complaining about the quality of the HLA standard library code? ... niche for people who want an assembler syntax that is similar to NASM ...
    (alt.lang.asm)
  • Re: RosAsm Documentation Absurdity
    ... FASM and RosAsm are different kinds of Assemblers. ... RosAsm is not *an Assembler*. ... Second RosAsm and FASM do not compete. ...
    (alt.lang.asm)
  • Re: Book on Assembly
    ... FASM macros are not that difficult at all. ... or in a book that teaches assembly language using FASM. ... facilities of the assembler covered in the book. ...
    (alt.lang.asm)