News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Concurrent Assembler ?

Started by James Ladd, August 01, 2005, 03:30:00 AM

Previous topic - Next topic

James Ladd

Anyone like to see a library like this one, but in assembler ?
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
I can do it, but it would be a while before I started it.
rgs, James.

Randall Hyde

Quote from: striker on August 01, 2005, 03:30:00 AM
Anyone like to see a library like this one, but in assembler ?
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
I can do it, but it would be a while before I started it.
rgs, James.

The Win32 API provides most of these functions. A user library that makes the interface more friendly (that is, a bunch of "wrapper" functions) might be interesting, but be sure to follow the Windows model rather than the Java model.
Cheers,
Randy Hyde

James Ladd

Randy,

Quotebut be sure to follow the Windows model rather than the Java model.

Oh, didnt think of that  :wink

Of course it would be a wrapper API and use the Windows API's.