Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Should the cache padding size of x86-64 be 128 bytes?

Cost of a 64bits jump, always 10-22 cycles the first time?

Using gdb to check register's values

assembly gdb x86-64

Rotating (by 90°) a bit matrix (up to 8x8 bits) within a 64-bit integer

How can I ensure memory is allocated near an address?

How do I clean up badly-formatted x86_64 assembly?

Conditional move zero into register?

Why do bit manipulation intrinsics like _bextr_u64 often perform worse than simple shift and mask operations?

Jump table implementation in MASM x64?

assembly x86-64 masm

Create and test x86-64 ELF executable shellcode on a Linux machine

linux nasm x86-64 elf shellcode

What does `var@GOTPCREL(%rip)` mean?

iretq throwing GP fault

Why does C#'s Thread.MemoryBarrier() use "lock or" instead of mfence?

checking memory access x86-64 assembly

assembly x86-64

Stack memory in a freestanding environment