Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

x86-64 assembler for polymorphic call

c++ assembly x86 x86-64

x64 - Why still use 'call'?

assembly 64-bit

Check if a number is odd or even (mathematical parity)

assembly x86-16 parity

About returning more than one value in C/C++/Assembly

How to call an assembly function from C++ dynamically?

c++ assembly dynamic linker

Modify RIP register from inline assembly

c assembly x86-64

Is gcc-c++ not optimizing atomic operations for current x86-64 processors

How to understand this GNU C inline assembly macro for PowerPC stwbrx

How to test AVX-512 instructions w/o supported hardware? [closed]

Are CPU general purpose registers usually memory mapped?

Why does the 6502 microcontroller not have a arithmetic right shift?

If there is any pausing/sleeping or events in x86 assembly

why we can't move a 64-bit immediate value to memory?

How to get keyboard input with x86 bare metal assembly?

ASM in C gives an error with -std=c99

c assembly c99 inline-assembly

Assembly: Y86 Stack and call, pushl/popl and ret instructions

assembly stack y86

Left Shift Overflow on 68k/x86?

assembly x86 shift 68000

Illegal instruction in ASM: lock cmpxchg dest, src

assembly x86

How can I find the current date in intel x86 Assembly?

assembly x86

Difference in jump statements in assembly programming

assembly x86