Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Execute Code From Memory on Windows 10 c++ x64?

Where is an enum stored?

c assembly enums compilation

Does RDTSCP increment monotonically across multi-cores?

c++ assembly x86 multicore rdtsc

ARM Cortex M0+: How to use "Branch if Carry" instructions in C-code?

What is the fastest virtual machine design for x86?

MIPS: The Equivalent of la instruction without using pseudo codes?

assembly mips

Why do segments begin on paragraph boundaries?

If the call stack gets corrupted, would that crash only the current thread, or my entire application?

Intrinsics Vs inline ASM for SSE coding in VC++ 2K8

from C to assembly

c eclipse assembly

How to get every virtual function index just as the compiler does?

Unsigned Overflow in C

c assembly overflow int unsigned

Does setting a bit collide with concurrent sets of other bits on the same word?

Assembly language output in a C++ compiler

How to reconstruct type and data structure in disassembled C/C++ program?

Why doesn't the Windows x64 calling convention use XMM registers to pass more than 4 integer args?

c++ execute code from no file system

c++ assembly filesystems mbr

Minimal example to compile & run assembly with gcc?

linux assembly x86-64

CPUID: Why must MISC_ENABLE.LCMV be set to 0 for some functions? Can I temporarily overwrite it?

assembly x86 x86-64 cpuid msr

Where to learn about low-level, hard-core performance stuffs?