Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Who enables the A20 line when booting in pure UEFI?

x86 x86-64 bootloader uefi grub

How are interrupts handled on SMP?

Find first bit, find last bit assembly using bsf, blf

How can I insert Intel64 or x64 in Template Summary in an MSI project of Wix Toolkit?

How to read from and write to files using NASM for x86-64bit

Does the red zone still exist even if we use the -mno-red-zone flag in gcc?

FASM write Hello World to console with NO includes or dependencies at all

How can I find my Yocto generated image? It was made using poky

linux x86-64 yocto

Why do C compilers still prefer push over mov for saving registers, even when mov appears faster in llvm-mca?

Trying to implement 128 bit add in amd64 with inline assembly with multiple alternative constraints

The x86 disassembly for C code generates: orq $0x0, %(rsp)

c assembly gcc x86-64 callstack

Reading SSE registers (XMM, YMM) in a signal handler

Efficient UTF-8 character-length decoding for a non-zero character in a 32 bit register

Compute (a*b)%n FAST for 64-bit unsigned arguments in C(++) on x86-64 platforms?

c++ c visual-c++ x86-64 128-bit

Advantage of using LEA over MOV for passing parameters in Assembly compiled from C++

Why is the __stdcall calling convention ignored in x64?

Why RBP instead of another register as a frame pointer?

Performance of duplicating vs deduplicating identical conditional code in loops

Why does this assembly implementation of strcmp behave unexpectedly?

c assembly x86 x86-64 strcmp

Can we use x86_64 CPU atomics to generate on PCI Express the compound atomic operations?