Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in masm

How to initialize a local struct in MASM assembly

assembly struct x86 masm

In JWASM/MASM - pshufw produces Error A2030: Instruction or register not accepted in current CPU mode

assembly x86 masm sse mmx

Where can the code be more efficient for checking if an input character is a vowel?

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

Understanding the behavior of $ Location Counter - var1 DWORD $ assembles to start of data section in MASM, not start of line

declaration of constant strings in x86 assembly language

assembly x86 masm

Calling a standard-library-function in MASM

MASM 14: constant expected in winextra.inc

Is it possible to write an if statement in x86 assembly language?

if-statement assembly x86 masm

When to use EXTERNDEF with ABS in MASM?

assembly x86 masm

DOS Interrupt in masm x86 assembly crashing

assembly x86 masm

struct or class in assembly

class assembly macros masm

x86 register names, addressing modes, displacement, and storage

uhex$ in masm assembly

assembly x86 masm masm32

Using the operand-size override prefix 0x66 for instruction alignment

how to create .com files using masm 5.10?

masm

x86 assembly - how to use Windows API _WriteConsole@4 - masm32 syntax

winapi assembly x86 masm masm32

What does the @data directive mean in MASM?

assembly masm

How to see the memory occupied by initialised array vs uninitialised array

How to add values?

assembly x86 masm irvine32