Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Assembly function address table and data under the function or in data section

Why is it that assembling/linking in one step loses debug info for my assembly source?

Fastest way to set a single memory cell to zero or a constant in x86 assembly?

What does `__meminit` mean in Linux Kernel?

What is the difference between assembly language of x86 and x64 architecture?

assembly x86 x86-64

Why does calling the C abort() function from an x86_64 assembly function lead to segmentation fault (SIGSEGV) instead of an abort signal?

How are instruction sets standardized?

How can I exploit Buffer Overflow on x86-64 Linux?

Why exactly is "Segmentation Fault " still a thing in C

Linux x64 Calling Convention - Why are the first 6 args at negative offsets from RBP?

How to store 4 32 bit floats into one 128 bit xmm register?

assembly x86 x86-64 sse simd

Why do GCC and Clang pop on both branches instead of only once? (Factoring parts of the epilogue out of tail-duplication)

How to handle the "relocation R_X86_64_PC32 against protected symbol" when writing shared objects in assembly?

What is the problem with this jump instruction?

Unaligned access performance on Intel x86 vs AMD x86 CPUs

Reason for collapse of memory bandwidth when 2KB of data is cached in L1-cache

Check architecture in dockerfile to get amd/arm

Why is GCC subtracting 1 and comparing <= 2? Is cmp faster with powers of two in assembly?

c++ assembly gcc x86 x86-64

How to detect E-cores and P-cores in Linux alder lake system?