Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How can I get the "lea" instruction from a C++ function by disassembly?

c++ c assembly x86

Is there anything that prevents stack overflow in assembly?

assembly x86 stack theory

Reading memory pointed by register with GDB

linux operating-system x86 gdb

What is PC-relative addressing and how can I use it in MASM?

Setting a value to null in Assembly

assembly null x86

What is the error of trigonometric instructions on x86?

x86-64 assembler for polymorphic call

c++ assembly x86 x86-64

SIMD intrinsics - segmentation fault

c x86 sse simd

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

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

How to get keyboard input with x86 bare metal assembly?

Representation of wchar_t and char in WinDbg

c++ winapi x86 windbg

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

Floating Point Math Execution Time

c++ floating-point x86

Difference in jump statements in assembly programming

assembly x86

sequentially-consistent atomic load on x86

How to create an x86 binary with 'fake' instructions in it

assembly x86

Do switch statements in C empty the x86 pipeline?