Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nasm

POP data from the stack into a named variable? Or store a register with MOV?

assembly nasm

NASM: Two subsequent file writes not working

How to set color when calling printf in assembly

How do you add two Quad words in assembly using NASM?

assembly x86 nasm

MinGW Win32 + nasm: "undefined reference"

assembly lea: invalid effective address

assembly x86 nasm

Relocation R_X86_64_32S against .data cannot be used when making a shared object (64 bit NASM + gcc)

c linux assembly nasm libc

x86 Intel Assembly Program Only Compiles In NASM

assembly x86 nasm masm

What does this asm expression `64-$+buffer` means?

assembly nasm

xor hex strings of different length NASM

assembly hex nasm xor

NASM x86_64 assembly in 32-bit mode: Why does this instruction produce RIP-Relative Addressing code?

Compile windows executables with NASM

windows assembly x86 nasm

Nasm Inline Assembly Using GCC

Compiling Assembly code

assembly batch-file nasm djgpp

How do I wait for a keystroke interrupt with a syscall on Linux?

NASM to GAS syntax using intel2gas

assembly nasm gnu-assembler

linux 'cannot execute binary file' on every executable I compile, chmod 777 doesn't help

linux assembly nasm

`TYPE` but then in NASM

arrays assembly nasm masm sizeof

Real mode Interrupt handling routine not working as expected