Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Analyzing crash - translate disassembly instructions to C++ equivalent

c++ debugging assembly crash

dummy movups generated by gcc

What does the following assembly does for the following .c file

Loading a file on an ISO 9660 File System

Stack allocation, why the extra space?

DCPU-16 DIV instruction

assembly dcpu-16

What do andi and ori do in this program?

assembly mips

Assembly (,%eax,4)

How can I prevent strcpy() being optimised

c gcc assembly

Can i use the same ARM assembly for different ARM processors (Cortex,Tegra and so on)?

How does this asm code setup SEH?

exception assembly x86 masm seh