Training
Module
Create readable code with conventions, whitespace, and comments in C# - Training
Write code that is easier to read, update and support using naming conventions, comments and whitespace.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Microsoft Specific
Instructions in an __asm
block can use assembly-language comments:
__asm mov ax, offset buff ; Load address of buff
Because C macros expand into a single logical line, avoid using assembly-language comments in macros. (See Defining __asm Blocks as C Macros.) An __asm
block can also contain C-style comments; for more information, see Using C or C++ in __asm Blocks.
END Microsoft Specific
Training
Module
Create readable code with conventions, whitespace, and comments in C# - Training
Write code that is easier to read, update and support using naming conventions, comments and whitespace.
Documentation
Type and Variable Sizes in Inline Assembly
Learn more about: Type and Variable Sizes in Inline Assembly
Learn more about: Intel's MMX Instruction Set
Learn more about: _emit Pseudoinstruction