Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Assembly Language instructions that do not change EFLAGS

assembly x86 eflags

Confusion regarding stack growth on x86_64 Linux

c gcc assembly stack x86-64

How are serial ports set to 19200 baud in x86 assembly?

operation size not specified

linux assembly nasm

Twice as slow SIMD performance without extra copy

Writing simple string to console using masm (assembly code)

winapi assembly masm masm32

Access Violation Calling Non-Exported DLL Function C++

Cannot set GS register in Protected Mode

MIPS registers preservation

APIC multi-core startup Protocol and ICR starting up address

Load-Acquire/Store-Release and interrupts

assembly arm64 lock-free armv8

Segfault when I run program written in NASM [duplicate]

Library for manipulating machine code at runtime?

c assembly x86 machine-code

Buffer overflow - Program terminated with signal SIGSEGV

What is the best way to store a large list of Boolean values in x86 assembly?

Stack arguments are disappearing in assembly using C calling convention

Does the order of the constant operand with any arithmetic operator affect optimization?

Correctly Setting Up Stack Pointer in x64 Assembly on Windows with Masm + LOCALS

assembly masm masm64

Disk Read Function not Working as Expected in Bootloader