Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Compiler choice of not using REP MOVSB instruction for a byte array move

how to reference local variables on the stack properly

assembly stack x86-64

Why do call and jump instruction use a displacement relative to the next instruction, not current?

Can optimizing compiler deduplicate functions with identical assembly?

c assembly optimization

GNU ld - Don't allow multiple definitions (function symbols) or at least warn when found in single archive (*.a)

How to preprocess and compile an assembly file(.s) using gcc?

gcc assembly c-preprocessor

Difference between a Byte, Word, Long and a Long Word?

memory assembly hardware

Segmentation fault when calling printf from C function called from assembly [duplicate]

a 64-bit number does not fit in the register int in x86_64 mode

c++ c gcc assembly cpu-registers

Unable to compile assembly code with xmmword operand-size using nasm

assembly nasm sse 128-bit

How to use virtual memory/implement realloc on mac osx?

Performance difference of signed and unsigned integers of non-native length

Can I tell the compiler that I need to earlyclobber a memory operand?

What constitutes a read or write to memory/cache in x86 assembly, according to valgrind?

Using CPUID to get cache size in Ryzen CPU

C++ Memory editing- Editing assembly/writing bytes

How does the CPU decode variable length instructions correctly?

How to force clang assembler to emit the `rex.W` prefix?

assembly x86-64

are there debugging options for ld

debugging gcc assembly gdb ld