Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nasm

Minimal opcode size x86-64 strlen implementation

assembly nasm x86-64 yasm

NASM programming - `int0x80` versus `int 0x80`

assembly syntax interrupt nasm

Working FAT16 Bootloader Generates Read Error on Actual Hardware?

Can "mov eax, 0x1" always be used instead of "mov rax, 0x1"?

nasm/ld "relocation truncated to fit: R_386_16"

How does one link NASM program to libc via ld?

linux assembly nasm

Solution needed for building a static IDT and GDT at assemble/compile/link time

assembly x86 nasm ld osdev

Why can't we declare uninitialized variables in .bss section using `?` in arbitrary order?

assembly x86 nasm

Is there a difference between MASM shellcode and NASM shellcode

assembly nasm masm shellcode

CMake uses NASM for linking, which fails.

cmake nasm

strlen in assembly

linux assembly x86 nasm strlen

Intel assembly syntax OFFSET

gcc assembly x86 nasm masm

NASM local label differentiation

nasm

Assembly - x86 call instruction and memory address?

assembly linker x86 nasm masm

All asm labels becoming symbols in executable file

assembly linker x86 nasm elf

how to get address of variable and dereference it in nasm x86 assembly?

pointers assembly x86 nasm

How do I link a C++ subroutine to an x86 assembly program?

c++ gcc assembly x86 nasm

Assembly: Why does jumping to a label that returns via ret cause a segmentation fault?

linux assembly nasm yasm

Printing an Int (or Int to String)

string assembly int nasm

How to detect architecture in NASM at compile time to have one source code for both x64 and x86?