Re: Announcing the RosAsm Library Project



On Oct 4, 6:29 pm, "rh...@xxxxxxxxxx" <rh...@xxxxxxxxxx> wrote:
Hey, Rene,

Let's pretend for a moment that we're all on "Planet Betov" where
using statically linked library code is never done and all code reuse
is accomplished by "cut & paste".

In this dream world, here's what I see:

MASM: People can cut and past code from the MASM32 Library source
code.
FASM: People can cut and past code from the FASMLIB source code.
NASM: People can cut and past code from the ASMLIB source code
HLA: People can cut and past code from the HLA Standard Library.

RosAsm: ????

Even if we "level the playing field" and don't allow static linking of
libraries, as all these other assemblers support, where exactly is the
"RosAsm Library"? (Or snippets, or templates, or whatever else you
want to call it.)

You can put up smokescreens all day long about how static linking
isn't "true assembly", but in the end the bottom line is that all
these other assembly language development tools have lots of library
code, in source code form, and RosAsm has .... ????

So when can we expect to see a RosAsm source code collection
comparable to the four libraries mentioned above? Or, if you can't
handle that, at least a reasonable set of library routines that RosAsm
users *can* incorporate into their own projects?

hLater,
Randy Hyde

They are expected to search for reusable functions from the Rotty
sources.

.



Relevant Pages

  • Re: RosAsm is a broken pile of crap
    ... RosAsm can do with "cut & paste" can be done by every other assembler, ... All he is doing by not supporting statically linked libraries is ... *had* the source code to the library so you could add the comments, ...
    (alt.lang.asm)
  • Re: The Case Against RosAsm (#6)
    ... I used to wonder why people split up their source code in various source ... > RosAsm Doesn't Do Libraries ... > compilation for other reasons than ...
    (alt.lang.asm)
  • Re: The Lib debate
    ... If there's no source code in the object files then, fine, link it ... The purpose is NOT, as it is with Rene, to _force_ people to use only ... There will be facilities to use source code only libraries, ... Check out my new weapon, ...
    (alt.lang.asm)
  • Re: gforth webserver, why isnt forth used all over ecommerce?
    ... CGI and ForthScript) servers requires 116kb of ROM. ... But even if your definitions of ASP and CGI and ForthScript are trivial abstractions that faintly reflect on the promise, at least if it comes from someone like you, maybe people here will finally understand that web applications are about more than the ability to serve web pages. ... That's seen in the antagonism against libraries and the elitist attitudes against programmers who choose to specialize or who have different core competencies they draw from. ... Are those source code libraries part of any public distribution of code? ...
    (comp.lang.forth)
  • Re: The Lib debate
    ... source-level libraries does not make sense to me. ... Why is it that assembly-language programmers should be denied access to the ... subroutine "A," and include it into a program that you are developing (say, ... exact same subroutine "A" - so you copy the source code for the subroutine ...
    (alt.lang.asm)