Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in masm

__cdecl, __stdcall and __fastcall are all called the exact same way?

Assembly language for Reverse Engineering [closed]

Taking an Assembly Course, Stuck in DOS!

assembly dos masm

Quick, beginner MASM register question - DX:AX

assembly masm cpu-registers

Returning a __m128d from MASM procedure to a C caller

masm sse visual-c++-2013

Outputting Hello World in MASM using WIN32 Functions

winapi assembly masm masm32

x86 assembly equ vs =

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

string assembly x86 nasm masm

Difference between `bx` and `bp`?

assembly masm masm32

Why doesn't MS-DOS initialize the DS and ES registers?

assembly dos intel masm x86-16

Infected compiler, or malfunction?

assembly masm masm32 virus

Assembly programming - WinAsm vs Visual Studio 2017

Confusing brackets in MASM32

assembly masm masm32

JMP to absolute address (op codes)

Force visual studio to always 'rebuild all' when debugging

masm division overflow

assembly x86 masm

Referencing the contents of a memory location. (x86 addressing modes)

Assembly Segments in opcodes

NASM is pure assembly, but MASM is high level Assembly? [closed]

Making assembly function inline in x64 Visual Studio

c visual-studio x86-64 masm