Search code examples
How to understand PlaySound function API document and implement it in MASM?...


assemblywinapix86masmmasm32

Read More
LNK 2001 unresolved external symbol _mainCRTStartup MASM...


assemblylinkermasmirvine32

Read More
Making assembly function inline in x64 Visual Studio...


cassemblyvisual-c++x86-64masm

Read More
How are dw and dd different from db directives for strings?...


stringassemblyx86nasmmasm

Read More
Null-terminate a string in MASM / GetModuleFileName...


assemblymasmnull-terminatedgetmodulefilename

Read More
How I can include .asm file properly?...


assemblymasmmasm32

Read More
moving memory operand to segment register,assembly(x86)...


assemblyx86nasmmasmmemory-segmentation

Read More
How do I display the number of equal and different characters between two strings in assembly?...


assemblyx86x86-16masm

Read More
Passing array to a procedure, accessing elements using Base+Offset...


arraysassemblyx86offsetmasm

Read More
Write data from a pointer to a local variable(another pointer) in assembler...


assemblydosx86-16masmdosbox

Read More
Trying to compare input of '+' with its ASCII value of 43...


assemblyx86masm

Read More
ZF not set as a result of MUL instruction in assembly language...


assemblyx86masmirvine32eflags

Read More
Include files for MASM x64...


windowsassemblyvisual-studio-2019x86-64masm

Read More
How to run multiple .asm files in vscode...


visual-studio-codeassemblymasmdosbox

Read More
16 bit assembly sending character to serial port...


assemblyx86serial-portmasm

Read More
Assembly routine to add matrices not giving expected output...


assemblyx86x86-64masm

Read More
Subtract a variable from a register? error A2022: instruction operands must be the same size...


assemblyx86masm

Read More
Using variable with register: error A2022: instruction operands must be the same size...


assemblyx86masm

Read More
MASM611 - Bubble Sort giving unexpected output...


assemblymasmbubble-sortemu8086

Read More
Is there a way to cast integers to bytes, knowing these ints are in range of bytes. Using SSE?...


assemblyx86-64masmssesse4

Read More
power of 2 in x86 assembly, calculate 2^x that doesn't fit in a 32-bit register...


assemblyx86masmexponentexponentiation

Read More
MASM string instructions - segment register override on preceding LEA in real mode?...


assemblyx86-16masmmemory-segmentation

Read More
Multiplying and adding float numbers...


c++assemblyx86-64masmsse

Read More
WM_DESTROY message not being received by WndProc in x64 Windows Assembly Program...


winapimasmmasm64

Read More
why procedure need stack frame or shadow stack?...


assemblyx86-64masmcalling-conventionmasm64

Read More
ASSEMBLY . How can I go through a string, writing out the special characters, numbers and letters in...


assemblyx86masm

Read More
How to define a nested struct in MASM?...


assemblystructmasm

Read More
Write character to video buffer MASM...


assemblyx86dosmasmirvine16

Read More
Palindrome Checking in MASM using IRVINE32.inc...


assemblymasmpalindromeirvine32

Read More
How did offset of an array come to mean the starting address of an array...


assemblyx86masmterminologymemory-address

Read More
BackNext