Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Using ".intel_syntax noprefix" how can I get memory address of a label?

Race condition when accessing adjacent members in a shared struct, according to CERT coding rule POS49-C?

Cost of a sub-optimal cacheline prefetch

Step into standard library call with godbolt

Minimal executable size now 10x larger after linking than 2 years ago, for tiny programs?

linux assembly x86 linker ld

How to concatenate GNU GAS macro arguments with other tokens to make single label?

assembly gnu-assembler

Loading programs to RAM and executing them NASM 16b

assembly x86 nasm

PE file opcodes

Fastest way to count bits [duplicate]

c assembly

Learning about basic example of function call in SPARC assembly

c assembly sparc mov

x86 Assembly set of 'push'es and 'pusha' difference

assembly x86 stack assemblies

Does the BIOS copy the 512-byte bootloader to 0x7c00

How are dw and dd different from db directives for strings?

string assembly x86 nasm masm

What's the easiest way to determine if a register's value is equal to zero or not?

How to associate assembly code to exact line in C program?

c debugging assembly gdb

Syscall or sysenter on 32 bits Linux?

Can I turn this into a loop through some 16-Bit Magic?

assembly 6502 c64

lldb command to function-step / trace-step: continue until next function call or until current function is returned from

debugging assembly lldb

Difference between "or eax,eax" and "test eax,eax" [duplicate]

Understanding of MSVS C++ compiler optimizations