masm
masm division overflow
I\'m trying divide two numbers in assembly. I\'m working out of the Irvine assembly for intel computers book and I can\'t make division work for the life of me.[详细]
2022-12-20 14:03 分类:问答Taking an Assembly Course, Stuck in DOS!
I\'m taking a course on Microprocessor Programming as part of my Electronic Engineering degree. Unfortunately, in the labs, we have to work in DOS using MASM.[详细]
2022-12-19 08:06 分类:问答What am I doing wrong? (Simple Assembly Loop)
It won\'t let me post the picture. Btw, Someone from Reddit.programming sent me over here. So thanks![详细]
2022-12-19 04:14 分类:问答help on win32 api in assembly
why are the structure declarations in assembly different from those in the win32 api documentation.(i am coming from c++ and trying my hand at assembly language)[详细]
2022-12-18 07:30 分类:问答Getting security information for remote registry keys?
According to the documentation for API function GetNamedSecurityInfo开发者_Go百科, it can get information from the following objects:[详细]
2022-12-16 12:53 分类:问答MASM/NASM Differences
What are the syntax differences between the NASM and MASM a开发者_StackOverflowssemblers?Section 2.2 of the NASM documentation is titled Quick Start for MASM Users which lists the important difference[详细]
2022-12-15 19:07 分类:问答Can't break out of a simple Assembly loop
I\'ve been asked to create a simple loop in assembly language but I am having trouble as the loop doesn\'t end when it should, it continues in an infinite loop.[详细]
2022-12-11 14:29 分类:问答Assembly Programming in Visual Studio 2008
Does anyone have a best practice Project Template for Visual Studio 2008 MASM projects? I don\'t know why Microsoft shipped VS with MASM but epxect you to use a blank C++ project when there is so much[详细]
2022-12-11 02:15 分类:问答What does OFFSET in 16 bit assembly code mean?
I am going through some example assembly code for 16-bit real mode. I\'ve come across the lines: movbx, cs[详细]
2022-12-10 22:58 分类:问答Compiling assembly for X86/X64 for use with C#
I would like to add cpuid functionality to my C# app. I found this interesting blog post online. I will probably need MASM to compile this but:[详细]
2022-12-10 22:55 分类:问答