Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

ARM NEON: How to implement a 256bytes Look Up table

optimization assembly arm neon

Perf startup overhead: Why does a simple static executable which performs MOV + SYS_exit have so many stalled cycles (and instructions)?

More detail about new AVR instructions LAC, LAS, LAT and XCH

assembly arduino avr atmel

Is it possible to debug x64 assembly on Mac OS?

macos debugging assembly

Why do program-level constructors get called by `__libc_csu_init` but destructors don't get called by `__libc_csu_fini`?

c++ assembly gdb glibc libc

Why does the compiler generate such code when initializing a volatile array?

c assembly compilation