Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Unsigned int to unsigned long long well defined?

Why do 32-bit applications work on 64-bit x86 CPUs?

Error 13: Invalid or unsupported executable while booting simple kernel in grub with string literal

c gcc assembly kernel grub

Regarding cmp / jg, jle, etc in AT&T syntax assembly

assembly x86 att

Why does ARM distinguish between SDIV and UDIV but not with ADD, SUB and MUL?

How does assembler compute segment and offset for symbol addresses?

Counting character frequencies in an array of characters - x86 Assembly

assembly x86

NASM compiling x86_64 ASM label addresses off by 256 bytes in Mach-O when using multiple db declarations?

masm error A2075: jump destination too far : by 30 bytes

assembly x86 masm

Can atomic instructions straddle cache lines?

Shortest Intel x86-64 opcode for rax=1?

Cannot move 8 bit address to 16 bit register

assembly x86 x86-16 emu8086

How to truncate float values in XMM register

c++ c assembly sse

Is the assembly language different from one architecture to another?

How safe is this swap w/o pushing registers?

CPU Registers and Multitasking

Where to place the stack and load the kernel

GCC generates useless instructions?

error when trying to link with static c standard library

How to increment a vector in AVX/AVX2