Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

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