Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Return a float from a 64-bit assembly function that uses x87 FPU

How to efficiently scan 2 bit masks alternating each iteration

How to generate a Webassembly (WAT) with i64 instead of i32 from a C code

How does the kernel-side page cache virt <-> phys mapping interact with the TLB?

What resource_stall.other might mean

Mac OS: ld: in section __DATA,__data reloc 0: length < 2 and X86_64_RELOC_UNSIGNED not supported

Inline assembly in compiler design

Why does the shell run remaining input when the char *buf is larger than size_t count for a read system call?

machine code FF 25 should have 64-bit operand but actually only 32-bit is available

How do I extract a single byte from an xmm-register in Asm?

replaced C function with assembly, now segfaulting after main exits [duplicate]

Address sanitizer says there is a segfault, but valgrind and gdb say there isn't?

Creating overload for String.GetHashCode() to return same value in x86 and x64 environments

c# .net x86-64 gethashcode

Using call-preserved registers vs just the stack for saving values around a function call [duplicate]