Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Unresolved external symbol printf in Windows x64 Assembly Programming with NASM

C++ What actually happens in assembly when you return a struct from a function?

64 bit assembly on Mac OS X runtime errors: "dyld: no writable segment" and "Trace/BPT trap"

x86_64 - Assembly - loop conditions and out of order

Moving 64-bit constant to memory in x86 Assembly

assembly x86 64-bit nasm x86-64

How did Wine64 manage to handle macOS?

macos assembly x86-64 wine

.plt .plt.got what is different?

Do I need an atomic if a value is only written?

c++ c assembly x86-64 stdatomic

Is clflush or clflushopt atomic when system crash?

How to print error message using errno in assembly language

linux assembly nasm x86-64

Number of executed Instructions different for Hello World program Nasm Assembly and C

linux gcc assembly x86-64 nasm

How is Stack memory allocated when using 'push' or 'sub' x86 instructions?

Are Intel x86_64 processors not only pipelined architecture, but also superscalar?

Why does gcc pass char type in 8 byte format to function assembly

c gcc assembly x86-64

What is the meaning/use of the MOVZX, CDQE instructions in this code output by a C compiler?

assembly x86 64-bit x86-64

64-bit Equivalent to BSWAP in X86 Image Handling Routine

delphi assembly x86-64

How does C return a structure? [duplicate]

x86/x64: modifying TSS fields

assembly x86 x86-64

How can I multiply two hex 128 bit numbers in assembly

Double vs Float80 speed in Swift