Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Is mov %esi, %esi a no-op or not on x86-64?

GCC C++ Exception Handling Implementation

Understanding MRC on ARM7

assembly arm

Why is 1.0f in C code represented as 1065353216 in the generated assembly?

c assembly floating-point nasm

JMP to absolute address (op codes)

What does the bracket in `movl (%eax), %eax` mean?

Why do Off-the-shelf applications work on both Intel and AMD processors?

assembly cpu compatibility

What's an example of a simple C function which is faster implemented in inline assembly?

assembly inline-assembly

__do_global_dtors_aux and __do_global_ctors_aux

Compiling high-level language to machine code

movw and movt in arm assembly

assembly arm disassembly

How to represent hex value such as FFFFFFBB in x86 assembly programming?

Is Little-Endianness a byte order or a bit order in the x86 architecture?

assembly x86 cpu endianness

What is the actual relation between assembly, machine code, bytecode, and opcode?

C++ CPU Register Usage

MIPS Assembly - lui $t0, 4097?

assembly mips

What is the difference between RCR and ROR?

x86-16 assembly

How do I call "cpuid" in Linux?

c++ assembly gcc x86 cpuid

Integer absolute value in MIPS?

Is it possible to hide a password defined within C++ code