Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Understanding the purpose of some assembly statements

c assembly x86 intel

Relative performance of x86 inc vs. add instruction

Assembly Segments in opcodes

How to make the GNU Assembler use a slash / for comments?

Assembly registers in 64-bit architecture