Hi,
@FORTRAN
Thanks for the detailed reply .
You're welcome.
I have few more questions
I see a few more segment directives like
.BSS
.TEXT
What are these for ?
As later versions of MASM were created additional directives
and modifiers were added. .BSS is a synonym for .DATA?. .TEXT
is the same as .CODE. MASM was modified to have directives
that "look" more like high level language constructs. Big changes
were made in both versions 5.0 and 6.0.
However my hard copy references, which are easy to find, are
way out of date. My PDF copies of newer references tend to
remain in obscure places on a mostly unused drive. And newer
versions tend to be backwards compatible. So some of my replies
are a bit simplified when referring to newer MASM features. Thus
I mentioned "earlier versions". That way I can give a reply in a
reasonable amount of time, accuracy, and effort.
Regards,
Steve N.
P.S. While typing this in, you made a new posting. Your comments
look correct.
SRN