News:

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

How fill structure in data block?

Started by bomz, July 01, 2011, 08:34:33 PM

Previous topic - Next topic

oex

Quote from: jj2007 on July 02, 2011, 06:53:01 PM
"but why stress myself intellectually"

.... Said the assembly programmer
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv

hutch--

You can write thread safe OR thread unsafe code in masm like anything else, it depends entirely on what you want to write. There is no point in all code or a given development environment being fully thread safe as a vast number of tasks don't require it. Where you need re-entrant code, you write it accordingly and maintain the appropriate data structures on a per thread basis or you can mess around with thread local storage if you like but it comes back to what YOU write, not the development environment that you write it in.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php