Re: Report from the LuxAsm mailing list for Betov




"NoDot" <no_dot@xxxxxxx> wrote in message
news:1114477381.523760.63500@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

>
> I looked back at the section of Randall's post I sent to the
> LuxAsm-devel list. It was stating that if one of the sections failed,
> then the entire thing will fall down. I don't see how the problem
> differs from RosAsm to LuxAsm. Unless the assembler module crashing is
> reported back to the IDE or whatever called it by Linux instead of
> trashing the whole thing, assembler and all, the problem is the same.

If LuxAsm is using *separate* programs for these functions, there should be
no problem. That is, the assembler module could crash during assembly and it
wouldn't affect the editor (and the file it currently holds). The problem
with RosAsm is that it is all one monolithic program. If one line of code
crashes, the whole system comes down and any unsaved work is lost. This is
true whether the crash occurs in the editor, the assembler, the
disassembler, or in the ASCII chart display. But as long as LuxAsm is simply
a "driver" program, that invokes all these other processes independently, it
is sufficiently decoupled that the problem does not exist.

As for Rene's comments about "it's just another 'brick & brock' IDE"
(whatever that means, it must mean something in French because it doesn't in
English), well, he's always complaining about things he doesn't understand.
And the fact that he wouldn't have a clue to to properly design an IDE
system is the same reason he bitches about products like LuxAsm or RadAsm.
Cheers,
Randy Hyde


.



Relevant Pages

  • Re: From the LuxAsm list.
    ... >> I don't think that it would be possible to add an IDE to an assembler ... > have all incorporated the editor and assembler in the same program. ... be taken advantage of, from the LuxAsm IDE, in doing so:)... ... There is, of course, a _LOGICAL_ dependency between the editor and the ...
    (alt.lang.asm)
  • Re: Rene is a hypocrite (OK, what else is new?)
    ... If the LuxAsm project comes up with any Xlib ... when put to the test, you _cower_ behind an assembler, daring not to ... programming just because it isn't jealous old you who's managed to do ... Shine on, you crazy diamond! ...
    (alt.lang.asm)
  • From the LuxAsm list.
    ... > Is the LuxAsm module interface going to be using ... That was actually a "part of the plan"...the LuxAsm IDE will actually ... assembler first instead...doesn"t make any difference at all in the long ... > have LuxAsm invoked from the command line as well. ...
    (alt.lang.asm)
  • From the LuxAsm list.
    ... I am reposting this from the LuxAsm list for anyone interessted. ... LuxAsm will be a low level assembler in its most ... "incrementally" as the programmer types out the program into the GUI ... argument Randy makes that using macros everywhere would slow things down - ...
    (alt.lang.asm)
  • Re: Report from the LuxAsm mailing list for Betov
    ... >> differs from RosAsm to LuxAsm. ... >> trashing the whole thing, assembler and all, the problem is the same. ... the assembler module could crash during assembly and it ... > wouldn't affect the editor. ...
    (alt.lang.asm)