Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Commenting syntax for x86 AT&T syntax assembly

Can't include a file in NASM

assembly nasm

C uses assemble: operand type mismatch for push

c assembly linux-kernel

ADC instruction in ASM 8086

Why does GCC emit "lea" instead of "sub" for subtraction?

AArch64 relocation prefixes

assembly relocation

Does the ret instruction add 4 to esp register?

How do computers find modulus?

Return value of a C function to ASM

c assembly nasm osdev

What is the purpose of SUB Instruction?

assembly x86

Does usage of a pointer cancel the "register" property of the associated variable?

c optimization assembly

What's the purpose of using assembly language inside a C program?

c assembly inline-assembly

Can't call C standard library function on 64-bit Linux from assembly (yasm) code

linux assembly x86-64 nasm yasm

Using GCC inline assembly with instructions that take immediate values

MWAIT vs HALT in terms of efficiency

calling code stored in the heap from vc++

If the only difference between 32bit and 64bit CPUs is their register size then why must 32 bit programs be rewritten for a 64 bit platform?

Flow of Startup code in an embedded system , concept of boot loader?

Referencing the contents of a memory location. (x86 addressing modes)

How to disassemble 16-bit x86 boot sector code in GDB with "x/i $pc"? It gets treated as 32-bit