Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Exact copy of machine code runs 50% slower than the original function

Building a Control-flow Graph using results from Objdump

Speed up x64 assembler ADD loop

How much does function alignment actually matter on modern processors?

What's the difference between the .asciz and the .string assembler directives?

static code analysis for assembly language

How can I perform 64-bit division with a 32-bit divide instruction?

What bytecode library when controlling line numbers?

ASM call conventions