Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Why is different go-assembler code generated in this case?

go assembly x86-64

How do I get GCC to put a char in ah/bh/ch/dh?

NES Game development: ASM6 tutorials?

assembly nintendo

How to pass functions parameters in a register with gcc asm keyword

6502 lightweight compression algorithms