Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Which registers are safe to use in a function (x86)

assembly x86 abi

Floating Point Exception when dividing in x86 nasm

linux assembly x86 nasm

Why is my compiler reserving more space than required for a function stack frame?

assembly stack

Use ld on 64-bit platform to generate 32-bit executable

assembly x86 x86-64 ld

Can I change the Global Offset Table/GOT or Procedural Linkage Table/PLT programmatically?

c gcc assembly ld elf

Is it legal to begin an x64 function with a single-byte instruction?

windows assembly x86-64

Fully utilizing pipelines on kaby lake

Division of two numbers in NASM [duplicate]

Does a series of x86 call/ret instructions form a dependent chain?

performance assembly x86

relocation R_X86_64_32 against `.data' can not be used when making a shared object;

c assembly ld

Is there a difference in intended meaning between .s (lower-case) and .S (upper-case) assembly files?

gcc assembly c-preprocessor

Provide an example of querying Intel CPU capabilities using Rust's inline assembly

What's the difference between the x86-64 AT&T instructions movq and movabsq?

tell gdb to disassemble "unknown" code

assembly gdb disassembly

intel machine code to assembly code question

assembly x86 format intel opcode

Changing code at runtime

c++ assembly runtime

ARM Assembly - Branch Instruction

assembly embedded arm

When should explicit alignment directives be used in assembly?

assembly alignment

Custom bootloader issues

Writing x86 assembly on an x64 bit processor

assembly x86 windows-7-x64