Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Explanation of setting the overflow flag

assembly x86 masm

Does CALL instruction ALWAYS push the address pointed by EIP to stack?

How to decompile this x87 assembly calculation?

Accessing ring 0 mode from user applications ( and why Borland allows this )

c++ assembly borland-c++

What is the effect of second argument in _builtin_prefetch()?

c gcc assembly x86 prefetch

clang vs gcc for copying 3 bytes on x86_64 - number of mov's

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?