MASM + Microsoft Visual Studio 2015 + Windows 10 + First MASM Project + Kip Irvine Libraries
У вашего броузера проблема в совместимости с HTML5
This tutorial shows you how to install Visual Studio 2015 (Community...a free edition) and create your first program/project using the Microsoft Macro Assembler (MASM) and Kip Irvine's x86 libraries. At the end, we create two simple programs that demonstrate basic functionality such as debugging, adding and console screen output. Please note that writing MASM code in Visual Studio is not a primary use of Visual Studio, and thus, there are some short-comings as you will see toward the end of the video (I apologize that this video is a little sloppy, it's kind of the nature of the beast of working with assembly). The most important thing is that the code can be executed, even if it unfortunately shows some false errors in your code. The following links are referenced in the video: Irvine ASM homepage: http://kipirvine.com/asm/ Irvine VS2015 Instructions: http://kipirvine.com/asm/gettingStartedVS2015/index.htm VS Optional AsmHighlighter: https://visualstudiogallery.msdn.microsoft.com/6b069ed9-963a-430d-be66-7dace0f1f1c2 Steps for setting up AsmHighlighter Step 1: Download and Install AsmHighlighter.vsix Step 2: Open Visual Studio Step 3: Tools--Options--Text Editor--File Extension-- Add ".asm" extension with "xml (text) editor" Step 4: Restart Visual Studio