Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Does using SIMD have an initialisation cost

x86-64 simd arm64

My (AT&T) assembly (x86-x64) code should increment but doesn't

c assembly x86-64 att

GDB does not load source lines from NASM

assembly gdb x86-64 nasm

FTDI LibMPSSE SPI

why is c program reserving space for local variables unused? [duplicate]

c assembly x86-64

Segmentation Fault at the end of a simple _start that doesn't do anything

Why is Intel Pin not able to instrument open syscall?

Moving 2 QWORDs from general purpose registers into an XMM register as high/low [duplicate]

assembly x86-64 masm sse

Does x64 assembler use 4-byte or 8-byte memory addresses?

Linux x64 stack unwinding inside signal handler, to modify return address

Dividing with a negative number gives me an overflow in NASM

assembly nasm x86-64

How to get dynamically generated X86_64 to return a value relative to the RIP / RBP

GCC generates test for nonzeroness even if the zero value is guaranteed

Using r8 register as a loop counter results in endless loop - why?

Triple fault does not put system into reset

x86 x86-64 intel hardware

Using SSE to speed up lower_bound function

c assembly x86 x86-64 sse

How is a critical path formed when there is a data dependency between a loop iterations while a CPU executing instructions?

Is it still worth using the Quake fast inverse square root algorithm nowadays on x86-64?