Prev: using CList as a base class in an extension DLL
Next: Left/Right keys don't work in CDockablePane
From: Joseph M. Newcomer on 13 Nov 2009 12:03 Has anyone ever encountered the documentation for MASM. Not the useless garbage in the MSDN, but real documentation. THe kind that gives the syntax of identifiers, for example, or explains what options are available with the OPTIONS directive (not just a list of them, but the actual explanations)? Or the syntax of a string, or of an initializer? I'm reverse-engineering some of this as I am designing a course in x86 assembly code (really! Turns out people need to *read* it), but I'd be happier if I found real documentation somewhere. The last time I wrote assembler it was for a device driver in MS-DOS, in 1989. But apparently some things never go away, such as the need to know it, but nobody teaches it any longer. joe Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
From: David Ching on 13 Nov 2009 13:25 "Joseph M. Newcomer" <newcomer(a)flounder.com> wrote in message news:g24rf5hvuo3qbgjmj6kmrefapvsc8gdice(a)4ax.com... > Has anyone ever encountered the documentation for MASM. Not the useless > garbage in the > MSDN, but real documentation. THe kind that gives the syntax of > identifiers, for example, > or explains what options are available with the OPTIONS directive (not > just a list of > them, but the actual explanations)? Or the syntax of a string, or of an > initializer? > I suggest you download MASM from your MSDN subscription because it comes with a set of .doc files describing all kinds of stuff. But if you are using Word 2003/2007, these ancient files are blocked by default, and I had to edit the registry in order to get the modern Word to open them (something about security....) Security by feature removal, yeah, that's the ticket! :-O -- David
From: Pete Delgado on 13 Nov 2009 14:16 "David Ching" <dc(a)remove-this.dcsoft.com> wrote in message news:%23%233tf6IZKHA.2160(a)TK2MSFTNGP02.phx.gbl... > I suggest you download MASM from your MSDN subscription because it comes > with a set of .doc files describing all kinds of stuff. But if you are > using Word 2003/2007, these ancient files are blocked by default, and I > had to edit the registry in order to get the modern Word to open them > (something about security....) Security by feature removal, yeah, that's > the ticket! Will wordpad open them??? -Pete
From: David Ching on 13 Nov 2009 14:50 "Pete Delgado" <Peter.Delgado(a)NoSpam.com> wrote in message news:uCgtEXJZKHA.1336(a)TK2MSFTNGP06.phx.gbl... > > Will wordpad open them??? > The Wordpad coming with Win 7 says "Can't load files" (yes, that is 2 spaces between "load" and "files"). -- David
From: AliR on 13 Nov 2009 17:46 "files"? that your problem, you are trying to open more than 1 file. :o) AliR. "David Ching" <dc(a)remove-this.dcsoft.com> wrote in message news:eEi1WqJZKHA.5852(a)TK2MSFTNGP05.phx.gbl... > "Pete Delgado" <Peter.Delgado(a)NoSpam.com> wrote in message > news:uCgtEXJZKHA.1336(a)TK2MSFTNGP06.phx.gbl... >> >> Will wordpad open them??? >> > > The Wordpad coming with Win 7 says "Can't load files" (yes, that is 2 > spaces between "load" and "files"). > > -- David
|
Next
|
Last
Pages: 1 2 3 4 5 6 7 Prev: using CList as a base class in an extension DLL Next: Left/Right keys don't work in CDockablePane |