Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Current Program Status Register exception modes

assembly arm armv7

assembly code of the c function

c assembly x86

MIPS: Reading a string from command line argument

Do the MMX registers always exist in modern processors?

x86 assembly "push OFFSET ..." and mnemonics?

What does this assembly code do? (TEST,XOR,JNZ)

GCC INLINE ASSEMBLY Won't Let Me Overwrite $esp

There must be a really fast way to calculate this bitwise expression?

What is data type and how is it implemented?

How do I correctly use the mod operator in MIPS?

python assembly mips modulo

Literals VS Immediate Operands

Can't clear entire screen in 16-bit real mode Assembly

Adding two vector in assembly x86_64 with AVX2 plus technical clarifications

In NASM labels next to each other in memory are printing both strings instead of first one

assembly x86 label nasm

Comma, colon, decorator or end of line expected after operand

c assembly gcc x86 nasm

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?