Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What is the difference between physical and absolute address?

memory x86

How to disassemble movb instruction

Can I POP a value from the stack, but put it nowhere in NASM Assembly?

Cross-platform implementation of the x86 pause instruction

c++ c++11 x86

How can I find out what "processor family" an Intel processor is under?

Fastest way to horizontally sum SSE unsigned byte vector

c++ x86 sse simd

Shifting 4 integers right by different values SIMD

c++ x86 sse simd avx

What is the JCC instruction in x86

Is Intel® Transactional Synchronization Extensions New Instruction (TSX-NI) difference from Intel TSX?

c++ assembly x86 intel-tsx

Can we say that an x86 CPU has data types?

assembly types x86

Why do Compilers put data inside .text(code) section of the PE and ELF files and how does the CPU distinguish between data and code?

Can a UEFI machine use BIOS interrupts?

gas: too many memory reference

assembly x86 gnu-assembler att

How do I use the LOCK ASM prefix to read a value?

What address does the x86 begin executing at?

assembly x86

FS register in Win32

How is the modified return address in a stack based buffer overflow attack approximated?

bt assembly instruction

assembly x86 masm masm32

Printing a character to standard output in Assembly x86

assembly printing x86

How to load two sets of 4 shorts into an XMM register?

c++ x86 sse simd intrinsics