Search code examples
Why does MASM return an error when using the XACQUIRE and XRELEASE prefixes?...


assemblymasm

Read More
Why doesn't MOVZX work when operands have the same size?...


assemblyx86masminstruction-setmov

Read More
How to force the argument size for PUSH in MASM 32-bit code?...


assemblysyntaxx86masm

Read More
Is it possible to write an if statement in x86 assembly language?...


if-statementassemblyx86masm

Read More
Issue with Writing to File in x64 Assembly using MASM on Windows...


assemblyx86-64masmwritefilecreatefile

Read More
In MASM what is array[4]...


assemblyx86masmmasm32addressing-mode

Read More
linking .s files in windows x86_64 C++...


assemblyaesx86-64masmmasm64

Read More
Assembly LoadEffectiveAddress (LEA) is not working...


assemblymasm

Read More
Ret (from a Procedure) takes control back to the start of that Procedure instead of Main...


assemblyx86masmirvine32

Read More
x86 MS Macro Assembler Hello World program crashes...


assemblyx86-16dosmasm

Read More
x86 ASSEMBLY: Issues getting WriteConsole to work, returns 0...


assemblyx86consolemasmmasm32

Read More
MASM x64 Assembly printf float...


assemblyprintfmasmmasm32masm64

Read More
What does "undefined symbol: stringread" mean?...


stringassemblyx86masmundefined-symbol

Read More
Getting the wrong value when I try and pass an argument by refference in MASM ([assembly][x86])...


assemblyreferencex86masm

Read More
8086 how to reverse decimal digits of a byte in a register...


assemblyx86-16masmemu8086

Read More
Print hello in 64-bit masm...


assemblyx86-64masm

Read More
Why doesn't my Masm615/Win32 code output a result or an error to the console?...


assemblyx86console-applicationmasmirvine32

Read More
Indexing an array in .data faults with an address a lot higher than the array...


arrayspointersassemblyx86masm

Read More
Return a value from assembly function to calling c++ function...


c++debuggingassemblymasm

Read More
my assembly code doesnt run and i dont understand why...


assemblyx86masm

Read More
Concatenate in macro assembler...


assemblymacrosmasmmasm32

Read More
Difference between IDE "Visual MASM" and "Easy Code"?...


assemblymasmmasm32

Read More
Why doesn't my assembly struct's size match the struct size the GetOpenFileNameA function ex...


assemblywinapistructmasmcalling-convention

Read More
Somehow I can't create a window anymore without changing the code...


winapix86masm

Read More
using floating-point operations at high_level irql...


windowskernelmasmfloatingirql

Read More
Converting rdpmc_reference_cycles to 64-bit in MASM...


windowsassemblyx86-64masmmsr

Read More
Which assembly instructions or scenarios explicitly require the use of the RCX, ECX, CX, or CL count...


assemblyx86-64nasmmasmcalling-convention

Read More
MASM: linking 2 asm files together failed: fatal error L1101: invalid object module?...


assemblycompilationlinkermasm

Read More
Assembly Language (x86): How to create a loop to calculate Fibonacci sequence...


assemblyx86masmfibonacciirvine32

Read More
Win32 CALL to CreateFileW always returns ERROR_INVALID_PARAMETER in MASM x64. Why?...


winapimasmcreatefilemasm64

Read More
BackNext