Search code examples
Use .obj created by MASM (ml64) with gcc on linux...

gccmasmmasm64

Read More
How to get MASM assembly working in a Linux .so file...

cgccshared-librariesmasm

Read More
Write to console Unicode (UTF-16) text with Windows WinAPI functions?...

assemblyunicodeconsolex86-64masm

Read More
How to check if the second row of a two-dimensional array is sorted in descending order in assembly...

sortingassemblyx86masm

Read More
Printing Hexadecimal Digits with Assembly...

assemblyx86nasmmasm

Read More
(MASM x86) In assembly, what is the difference between heap handle and pointer to the heap?...

assemblywinapix86heap-memorymasm

Read More
MASM32. I can't understand why when I run the program the first x equals 5 instead of one...

assemblyx86masmmasm32

Read More
MASM 16-Bit Array Addition...

assemblyx86masm

Read More
Expection Thrown/Exception Unhandled in Visual Studio 2019...

exceptionassemblyx86visual-studio-2019masm

Read More
Restoring an array's original value by utilizing the stack?...

arraysassemblyx86masm

Read More
Not adding the stack bytes to the .EXE file with MASM 5.0...

assemblydosx86-16masmstack-memory

Read More
Are there different ways to set RBP? Why does Windows x64 not point RBP at a saved-RBP right below t...

assemblyx86-64masmcalling-conventionstack-frame

Read More
How to write an operand that is a 512-bit vector loaded from a N-bit memory location in x86 Assembly...

assemblyx86x86-64masmavx512

Read More
MASM Printing prime numbers...

assemblyx86masmcalling-convention

Read More
Can I check the values of XMM or YMM registers in Visual C++ breakpoint conditions?...

visual-studiomasmvisual-studio-debuggingavx

Read More
What's the purpose of xchg ax,ax prior to the break instruction int 3 in DebugBreak()?...

windowsdebuggingvisual-c++x86-64masm

Read More
Should the assembler not honor my request for ret imm16?...

assemblyx86masmmachine-code

Read More
I am doing the sum of an array of elements in x86 assembly language. I should be getting 100000 in t...

assemblyx86masm

Read More
MASM/NASM Differences...

assemblyx86nasmmasm

Read More
Load byte value from a DB variable into 16-bit register (sign or zero extend a byte)...

assemblymasmx86-16dosdosbox

Read More
Array of custom Structs MASM Windows API...

assemblystructx86masmmasm32

Read More
Intel assembly syntax OFFSET...

gccassemblyx86nasmmasm

Read More
assembly fatal error LNK1190: invalid fixup found, type 0x0001...

visual-studio-2010assemblyx86masm

Read More
How to code a far absolute JMP/CALL instruction in MASM?...

assemblyx86masm

Read More
Alignment of stack variables in Assembly Languages...

assemblygccx86masmmemory-alignment

Read More
How to call Windows API in x64 MASM program...

cassemblywinapix86-64masm

Read More
Assembly MASM32 push and pop...

windowsassemblystackmasmmasm32

Read More
MASM 14: constant expected in winextra.inc...

assemblyx86visual-studio-2019masmmasm32

Read More
Assembly x86 MASM - Problem of extracting 5 bits from memory...

assemblyx86bit-manipulationmasmbit-fields

Read More
Why does the MASM keyword SIZEOF MyByteArray always return 1 when using EXTERNDEF MyByteArray:BYTE...

assemblyx86masm

Read More
BackNext