jeff | 6 Feb 2005 16:33

AsmEdit Sourceforge update


The AsmEdit files have been updated on
Sourceforge:

 http://sourceforge.net/projects/asmedit

AsmEdit is an IDE for x86 assembler projects.
The major features are: library of assembler
functions, editor optimized for assembler,
help system for assembler coding, and a collection
of support programs.  Everything is written in
assembler.

This release includes an updated library and many
bug fixes in other areas.  The partially completed
front end is also present in demo form.  Comments
are encouraged.  The AsmEdit front-end is progressing
slowly and will not be available for a few months.
At this point the library, editor, and help system
are functional.  Much work remains to be done on the
help system but it now has some data not easily
found elsewhere.

 jeff owens

-
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

(Continue reading)

Claudio Fontana | 9 Feb 2005 19:01
Picon
Favicon

gethostbyname replacement

Hello,
I've written a libc-independent version of cmdftp
(http://cmdftp.sourceforge.net) in assembly for
linux/x86, but I still did not write a good and
complete gethostbyname(3) replacement. Does anybody
happen to already have such a thing for sharing?

I tried hard to study gethostbyname() code in the
glibc source but really got lost.

Thanks

Claudio

		
___________________________________ 
Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica…
Scaricalo ora! 
http://it.messenger.yahoo.it
-
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Fabio | 20 Feb 2005 00:43

Linux sparc assembly misc questions

Hello,

I am trying to code a small asm program that store 0x1 on a register and increment it.

how to translate this:

ladd #$01
inca

to linux sparc assembly?

2. what are the implications of sparc register windowing when you program if you used to program on intel or
68hc11 ?

thanks.

-
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Gmane