Re: Assembly Console Programming in Windows
- From: Betov <spamtrap@xxxxxxxxxx>
- Date: 13 Jan 2006 10:36:07 GMT
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 >
.
- Follow-Ups:
- Re: Assembly Console Programming in Windows
- From: Patrick von Harsdorf
- Re: Assembly Console Programming in Windows
- References:
- Assembly Console Programming in Windows
- From: spamtrap
- Assembly Console Programming in Windows
- Prev by Date: Re: What happens when a REP instruction overwrites itself?
- Next by Date: Re: meanings of code in MASM
- Previous by thread: Assembly Console Programming in Windows
- Next by thread: Re: Assembly Console Programming in Windows
- Index(es):
Relevant Pages
|
Loading