Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Function __asm__ __volatile__("rdtsc");

c++ x86 rdtsc

How to do DMA transfers under DOS extender or DPMI environment?

assembly x86 dos watcom

NASM Error Parsing, Instruction Expected

assembly x86 nasm

Halt instruction from Linux kernel module is not working

Calling a standard-library-function in MASM

Why Assembly x86_64 syscall parameters are not in alphabetical order like i386

atomic compare and conditionally subtract if less

c++ x86 atomic stdatomic

Random number generation in assembly NASM

assembly random x86 nasm

In this X86 emulator, why is the overflow flag getting set when adding 0xFFFF to 0xFFFF?

Floppy Read (AH=0x2, int 0x13) doesn't complete

assembly x86 bios bochs floppy

Loading and running a raw binary file with 32-bit code in QEMU

Using the CGA/EGA/VGA planar graphics modes

assembly graphics x86 nasm vga

x86 Why does C function disassembly show different value for pointer when pushed to call stack

c assembly x86 gdb disassembly

x86-64 do address calculating mov i.e mov i(r, r, i), r execute on on port 1? Or is it still p0156?

Instruction which results in 0 but isn't dependency-breaking [duplicate]

Is there another instruction similar to MOVZX, but supported on the 8086?

assembly x86 x86-16 emu8086

Clang optimization: && vs &: optimized vs. non-optimized (for certain values)

MASM 14: constant expected in winextra.inc

Combine 32- and 64bit DLLs in one program

c# winapi dll x86 32bit-64bit

Is it possible to write an if statement in x86 assembly language?

if-statement assembly x86 masm