Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What is WAW Hazard?

NASM Intel 64-bit mode: why does 32-bit constant 0xffffffff cause "warning: signed dword value exceeds bounds"

Is the EAX register optimized for calculations on modern processors?

assembly x86 intel

Why does Windows use RCX, RDX for pointers in a fresh x64 process, different from EAX, EBX in a newly created 32-bit process?

How do I move the VALUE in a register to a memory variable in NASM?

assembly x86 nasm

Wow64 subsystem and its implementation on x86_64

Windows API SetThreadContext does not set EFlags Carry Flag

What does the byte directive do in 6502 assembler?

assembly 6502 nintendo

Static linkage with glibc without calling main

gcc assembly nasm glibc

Why is no value returned if a function does not explicity use 'ret'

assembly x86

Apps built with /QSpectre-load and /CETCOMPAT crashes with EXCEPTION_STACK_OVERFLOW

Can't get welcome messages to load in QEMU

c assembly x86 bootloader osdev

Why is RISC-V GCC uselessly reserving stack space in a function that returns a small struct?

Hello World using NASM (and GoLink) on x64 64 bit Windows

What VST/VLD actually do?

assembly arm neon

What if there is no return statement in a CALLed block of code in assembly programs

assembly x86

`or al, al` in x86 assembly

assembly x86

How does Executable able to run on different CPUs for Windows

windows assembly executable

inline asm with sideeffects

How does branch prediction interact with the instruction pointer