Re: Assembly Console Programming in Windows



spamtrap@xxxxxxxxxx écrivait news:1137137534.981591.175820
@o13g2000cwo.googlegroups.com:

> Assembly Console Programming in Windows...
>
> Hi, I am just starting to learn assembly. I thought it might be a good
> idea to steer clear of Win32API if possible and try learning to program
> console apps (if this will make it any easier).

Impossible. Even in Console mode, you have to deal with Api
and minimizing their usage does not make the programming
any easier, but, all the opposite, more difficult.

The actual significative PEs able assemlers are:

* NASM: < http://sourceforge.net/projects/nasm >

* RosAsm: < http://betov.free.fr/RosAsm.html >

* FASM: < http://flatassembler.net/ >

* GoAsm: < http://www.godevtool.com/index.html >

If you plan to keep with PEs, RosAsm is the most advanced
environment, offering tons of stuff (Assembler, Source
Level Debugger, Disassembler-ReAssembler, 2 Megas of Help
System, Resources Editors, specific Sources Editor, and
so on...), all in GPLed Open Sources.


Betov.

< http://rosasm.org >




.



Relevant Pages

  • Assembly Console Programming in Windows
    ... Assembly Console Programming in Windows... ... Learning assembler is more of an exercise I suppose. ...
    (comp.lang.asm.x86)
  • Re: Evolution
    ... >> it different from HLL programming? ... inline assembler and larger parts by linking to an assembler ... the macro is from a macro library which you have written a long ... or two instructions if you ...
    (alt.lang.asm)
  • Re: HLA Stdlib v2.2 is now available.
    ... Its a generalization of the whole asm community based on the results of a single man. ... You dont get it. ... Because it is an assembler, and a very good one, showing the way for other spesific assemblers. ... As they both are needed for doing programming, I see no reason to seperate them. ...
    (alt.lang.asm)
  • Re: "We Never Use Assembly Language"
    ... Use an array incorrectly in RosAsm, ... And that's one of the reasons HLL programming is generally more ... same applies to assembler speed. ...
    (alt.lang.asm)
  • Re: Future of programming
    ... but again, let's not forget in my opinion the main purpose of programming, ... the more abstract the programming language ... code-generators, or even efficient compilers, which is not the case ... > fastest solution to the problem, then assembler is still needed. ...
    (alt.lang.asm)

Loading