Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How come `0F 1A /r` and `0F 1B /r` have been NOP before Intel MPX?

assembly x86 intel

repeating mov instruction x86

assembly x86 instructions as86

Explain how the AF flag works in an x86 instructions?

intel c assembly x86 x86-16

.Net2 assemblies hosted in .Net4 app perform better in x86 than in AnyCpu mode?

x87 FPOP and FCOM instructions - how do these work?

intel c assembly x86 x87

How to do source level debugging of x86 code with GDB inside QEMU?

How do I use ADC in assembly?

intel assembly x86

How to thunk a function in x86 and x64? (Like std::bind in C++, but dynamic)

intel c++ c x86 64-bit thunk

FindWindow returns zero in MASM32 program even if the window exists

x86 asm, dereferenced pointer not getting updated

intel pointers assembly x86

When are segment registers modified by operating systems?

intel assembly x86 kernel

Allocate more than 2GB on the heap using c++ on a 32bit linux kernel

How to use the div instruction to find remainder in x86 assembly?

intel assembly x86 division

Why does the ia32/x64 opcode map document 0x66 and 0xF2 as a double mandatory prefix for opcode 0x0F38F1 (CRC32)?

Calling a function that can be either cdecl or stdcall

possible to do if (!boolvar) { ... in 1 asm instruction?

intel c assembly x86

x86 dirty bit in page table entry

Assembly x86 video mode

intel video assembly x86 nasm vga

assembly to compare two numbers

Why does returning a floating-point value change its value?

intel c++ c floating-point x86