The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: James Ladd on August 01, 2005, 03:30:00 AM

Title: Concurrent Assembler ?
Post by: James Ladd 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.
Title: Re: Concurrent Assembler ?
Post by: Randall Hyde on August 01, 2005, 04:35:08 PM
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
Title: Re: Concurrent Assembler ?
Post by: James Ladd on August 01, 2005, 08:49:29 PM
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.