Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in masm

Generating random numbers in assembly

assembly random x86 masm emu8086

How does this asm code setup SEH?

exception assembly x86 masm seh

Accessing stack frames in assembly language

assembly masm stack-frame

Stack cleanup not working (__stdcall MASM function)

c assembly x86 masm stdcall

Is it possible to dereference something inside of a dereference in assembly?

assembly x86 masm dereference

Printing Hexadecimal Digits with Assembly [duplicate]

assembly x86 nasm masm

Is there some benefit in the following assembly commands?

Value in Carry Flag

assembly x86 masm

Conflicting signs in x86 assembly: movsx then unsigned compare/branch?

What is PC-relative addressing and how can I use it in MASM?

Getting string input and displaying input with DOS interrupts MASM

x86 assembly works on which CPUs?

assembly x86 nasm x86-64 masm

What is the minimum file size of a PE file (exe) on Windows? And the minimal memory allocation? [duplicate]

windows memory exe masm

How can I do Input/Output on a console with MASM? [closed]

assembly masm

How to write an absolute target for a near direct relative call/jmp in MASM

my .exe program is not what I expected

How to call a function through a function pointer passed as an argument?

Visual Studio only breaks on second line of assembly?

How to store 4 characters in a define doubleword in assembly language?

assembly masm x86-16