Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to mirror a byte without using other registers?

assembly x86

Moving 64-bit constant to memory in x86 Assembly

assembly x86 64-bit nasm x86-64

How buffered input works

assembly input dos x86-16

Is it possible to use a conditional jump in assembly without a `cmp` first?

assembly x86

How did Wine64 manage to handle macOS?

macos assembly x86-64 wine

.plt .plt.got what is different?

How does Linux kernel flush_write_buffers() work on x86?

c assembly linux-kernel x86 dma

Do I need an atomic if a value is only written?

c++ c assembly x86-64 stdatomic

How to find a method in assembly code

c++ assembly

x86 gcc assembly output help please

c gcc assembly

making mistake in inline assembler in gcc [duplicate]

c++ assembly intel clock

Approximating the square root of sum of two squares on a microcontroller

Delphi + Assembly array access

delphi assembly basm

How to load memory address without using pseudo-instructions?

Translate Delphi style ASM to English?

delphi assembly x86 basm

Tiny Pe file format program error when running on Windows 7 64-bit

BIC Instruction

assembly arm

What harm can a C/asm program do to Linux when run by an unprivileged user?

What is gcc -O2 doing to the recursive Fibonacci function?

gcc assembly recursion x86

x86 Instruction Format: "ba 0e 00 00 00" ... "mov $0xe,%edx"

linux assembly x86