Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in intel

Can I print the gdtr and gdt descriptor under gdb?

Assembly - inline asm - copy from one array to another?

Xcode 6 Error - "Missing Required Architecture i386" When Building for iOS Simulator

MOVUPD vs. MOVDQU (x86/x64 assembly)

intel assembly x86 64-bit

Can I use some bits of pointer (x86_64) for custom data? And how if possible?

intel pointers x86-64

Accuracy of rdtsc for benchmarking and time stamp counter frequency

intel linux assembly time

How to get this simple assembly to run?

How are LDT and GDT used differently in intel x86?

intel x86 gdt

Segmentation fault with array of __m256i when using clang/g++

intel c++ clang avx icc

What does .byte mean in this asm line?

intel c assembly x86

TLB structure in intel

Standard C++11 code equivalent to the PEXT Haswell instruction (and likely to be optimized by compiler)

What does clang's `-Ofast` option do in practical terms especially for any differences from gcc?

How do I add contents of text file as a section in an ELF file?

linker x86 nasm elf objcopy intel

How can I simplify code generation at runtime?

Performance implications of context switches for 64-bit segment bases

Why would one use "movl $1, %eax" as opposed to, say, "movb $1, %eax"

intel assembly x86

How to invoke a system call via syscall or sysenter in inline assembly?

What does an asterisk * before an address mean in x86-64 AT&T assembly?

Fast method to copy memory with translation - ARGB to BGR