Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in masm

MASM doesn't insert x87 WAIT prefixes with some combinations of CPU and FPU directives

assembly x86 masm masm32 x87

When using the MOV mnemonic to load/copy a string to a memory register in MASM, are the characters stored in reverse order?

string assembly x86 masm masm32

Which assembly instructions or scenarios explicitly require the use of the RCX, ECX, CX, or CL counter registers?

How to return multiple values in MASM

assembly x86 masm

when accessing the stack frame like this <dword ptr [ebp-8]>, is it considered popped?

assembly masm

There is an assembly code written for Windows API, how to compile it on Linux and run with Wine

winapi assembly x86-64 nasm masm

Broken CPUID brand string?

c++ assembly x86-64 masm uefi

Display system time using int 21h, 2Ch

assembly masm x86-16 dosbox

Porting MASM5 code in Quake 2 to GAS -- Unexpected rendering results

How to prompt user for string and display it again in Assembly Language Programming

assembly masm x86-16 dosbox dox

Why do I have to play with "rsp" to call a c++ function?

How do I convert a decimal number to REAL10 in MASM assembly?

Where does DUP operator keeps counting number?

assembly masm masm32

Building Boost with MinGW64 without MASM

windows boost mingw masm

IBM 5150 - int 21h corrupts segment registers

assembly x86 dos x86-16 masm

Assembly Language Loop Not working

assembly masm

How to output all the elements in an array in the following output?

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

arrays assembly x86 offset masm

Unhandled Exception: Recursive Factorial in assembly (MASM)

assembly recursion masm