Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

ABI vs C++ Standard

c++ assembly x86 cpu abi

How to print a character in Linux x86 NASM?

What are the scan codes for keyboard arrows? (right,left,down,up)

assembly keyboard scancodes

How do C developers work with assembly that's foreign to them?

c assembly

gcc assembler preprocessor not compatible with standard headers

gcc assembly c-preprocessor

Can you add preprocessor directives in assembly?

c assembly c-preprocessor

x86_64 - Assembly - loop conditions and out of order

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