Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in intel

ranlib and static library

intel c linux gcc makefile x86-64

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

Realistic examples of optimization through branch removal

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

Does tbb::concurrent_unordered_map::unsafe_erase invalidate any existing iterators?

x86 dirty bit in page table entry

Assembly x86 video mode

intel video assembly x86 nasm vga

Assembled c++ appears to contain superfluous instructions

x86 where stack pointer points?

Why Linux/gnu linker chose address 0x400000?

linux x86 x86-64 ld elf intel

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

intel c++ c floating-point x86

x86 Assembly on a Mac

xcode macos x86 assembly intel