Re: LuxAsm Development Team
From: hutch-- (hutch_at_movsd.com)
Date: 02/02/04
- Next message: Beth: "Re: Reverse engineering != piracy (was Re: RosAsm disassembler output vs. IDA Pro)"
- Previous message: Beth: "Re: Reverse engineering != piracy (was Re: RosAsm disassembler output vs. IDA Pro)"
- In reply to: Beth: "Re: LuxAsm Development Team"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 2 Feb 2004 02:30:56 -0800
Beth,
If I had one over-riding comment on a venture of the type you have in
mind, its DON'T follow a badly written piece of crippleware like
Betov's toy. Current win32 assemblers are about 1990 technology,
Betov's is 70s technology where what is needed especially in the linux
area is a 21st century tool that will do far more with additional
flexibility and facilities.
An assembler with optional high level constructions that were well
written instead of being tack ons would be a big start. Modular design
of code with full library support would make it a professional
extendible tool, some thought with the parser/scanner allows flexible
syntax and punctuation with a number of well understoof commenting
methods.
The more power and flexibility you can put into its design right from
the start, the longer it will last before needing a complete rewrite.
A "CAN DO" assembler is far more powerful than an ideologically
crippled assembler that hides its inadequacies behind rhetoric. Being
able to call any of the standard C libraries in LINUX would take a lot
of the hack work out of coding a linux app and if the facilities are
there to start with like IF blocks and SWITCH blocks among many
others, the tool would end up with a very wide audience.
Regards,
hutch at movsd dot com
" <BethStone21@hotmail.NOSPICEDHAM.com> wrote in message news:<i83Tb.85$O7.70@newsfep3-gui.server.ntli.net>...
> Randy wrote:
> > Some people cite efficiency as a reason for using assembly. In my
> > experience, however, the performance of assemblers is far more
> > related to the quality of the coding than the choice of language.
>
> Aye; But I know better than that: "algorithm is king" _always_...it
> doesn't hurt, mind you, to then code your perfect algorithm in
> assembly...but - without wanting to drag that other thread over here
> in any way - algorithm is top priority (which doesn't mean there
> aren't other priorities to consider...just that algorithm comes before
> language choice in that order ;)...
>
> Our "reason" for assembly over at LuxAsm is just that we were
> originally copying RosAsm, that takes that approach...and then it's a
> case of "why not?", even if we're no longer copying RosAsm
> anymore...which is the whole great "non-technical" case for why LuxAsm
> will be going down this route...
>
> Beth :)
- Next message: Beth: "Re: Reverse engineering != piracy (was Re: RosAsm disassembler output vs. IDA Pro)"
- Previous message: Beth: "Re: Reverse engineering != piracy (was Re: RosAsm disassembler output vs. IDA Pro)"
- In reply to: Beth: "Re: LuxAsm Development Team"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|