Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What are the differences comparing PIE, PIC code and executable on 64-bit x86 platform?

c linux assembly x86 elf

Why might one use the xzr register instead of the literal 0 on ARMv8?

assembly arm armv8

Why is it not possible to push a byte onto a stack on Pentium IA-32?

assembly intel x86

How do I translate assembly to binary?

assembly machine-code

How to write a hello world kernel?

difference between conditional instructions (cmov) and jump instructions [duplicate]

Clarification on Binary file (PE/COFF & ELF) formats & terminology

Is there an x86 opcode for moving an immediate byte to a direct memory location (without using registers)?

assembly x86 opcodes

How do I find how C++ compiler implements something except inspecting emitted machine code?

Size of store buffers on Intel hardware? What exactly is a store buffer?

Is it possible to use LLVM-assembly directly?

assembly llvm llvm-ir

What is the best way to go about writing a simple x86 assembler?

x86 algorithm assembly

Are ARM instructuons SWI and SVC exactly same thing?

How does including assembly inline with C code work?

c assembly embedded

Push XMM register to the stack

assembly x86 simd sse

Why does the x86-64 GCC function prologue allocate less stack than the local variables?

Assembling 32-bit binaries on a 64-bit system (GNU toolchain)

linux assembly build x86 att

How does $ work in NASM, exactly?

assembly x86 nasm

Why is mov turing complete?

x86 CMP Instruction Difference