Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What are 8086 ESC instruction opcodes

Why does GCC not assign the static variable when it is initialized to 0

c gcc assembly static

Record dynamic instruction trace or histogram in QEMU?

linux assembly trace qemu riscv

How does the hardware know whether a variable is positive or negative?

Byte order in memory after storing a 16-bit number on 8086?

What is the width of a stack in an Intel IA32 architecture?

assembly stack

Process command line in Linux 64 bit [duplicate]

linux assembly 64-bit

Use the floating point instructions to get results in decimal

assembly mips

Alternatives to NOP for shellcode nop sleds

what's the difference between iret and iretd,iretq?

assembly linux-kernel x86

ARM assembly loop

assembly for-loop arm

why is clang optimization breaking my inline assembly code?

objective-c c assembly arm clang

Why "DIV EDX" in MASM always generates processor exception?

Why is both "03 c8" and "01 c1" = add ecx, eax

assembly x86

Assembly difference between TASM and MASM

assembly masm tasm

NASM changes JNZ to JNE while assembling? Why?

assembly x86 nasm disassembly

Instruction references undefined error in MIPS/QTSPIM

assembly mips qtspim

Why does gcc pass char type in 8 byte format to function assembly

c gcc assembly x86-64

Why is the "start small" algorithm for branch displacement not optimal?

What is the reason for having read-only data defined in .text section?

c++ assembly