Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Understanding the x86_64 call instruction on a 64bit system

c x86-64 compiler-explorer

Called object is not a function or a function pointer

c linux gcc x86-64 glibc

What is the difference between a value and a memory address in x86_64 AT&T assembly language?

How to use python-poetry across architectures?

Do I need syncrhonization in this case?

c linux gcc x86-64

SDL: Undefined symbols for architecture x86_64

c++ g++ sdl x86-64

Looking for tutorial resources on basic, non-macro assembly language [closed]

assembly x86 x86-64

Why is adding DoubleStructs slower than adding doubles by a much bigger ratio than the long equivalent?

Assembler division x86 strange numbers [duplicate]

Will an implicit stack switch occur when switching from compatibility mode to 64-bit mode at the same privilege level?

Precise measurements of maximum cycle count with RDTSC

Does GAS support string literals as numeric constants like NASM does? [duplicate]

Mac OSX 64bit assembly - fork() test/jne doesn't work?

Assembly ".set" directive emitting symbol

macos assembly kernel x86-64

why addresses of elements in the stack are reversed in ubuntu64?

Variadic functions without `...`