Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What is the meaning of the following assembler-code line?

assembly x86

Detect if processor has RDTSCP at compile time

c++ c linux x86 intel

How to code a far absolute JMP/CALL instruction in MASM?

assembly x86 masm

Comparing two vector<bool> with SSE

c++ x86 sse simd

ffmpeg Bmp to yuv : Crash at sws_scale

c++ visual-c++ ffmpeg x86 qt5

Changing to "Unreal" mode, processor crash

c assembly x86 bootloader

Writing assembly in C++ without using other variables

c++ assembly x86 g++ x86-64

Switch from protected mode to real mode in a DOS EXE program

Has Hardware Lock Elision gone forever due to Spectre Mitigation?

How to write to & read from network card in x86 assembly?

assembly x86 mips ethernet

How does hardware and compiler deal with an x86 instruction that crosses into a non-executable page?

Direction/Sign Extend bit in the encoding of an x86 opcode

Does the PIC handle non-maskable interrupts?

How can I change the Build.Platform property in a Visual Studio project?

SYSENTER/SYSEXIT vs INT 0x80

linux assembly x86

physical memory address to DRAM mapping information for x86

Why does memory_order_relaxed use atomic (lock-prefixed) instructions on x86?

Is there an advantage to putting x86 driver code in rings 1 and 2 instead of 0?

x86 drivers

How is the sign flag calculated with the imul instruction?

assembly x86

Sign or Zero Extension of address in 64bit mode for MOV moffs32?