parent
51c4db334f
commit
11591efdcd
331 changed files with 10296 additions and 0 deletions
5
x86.md
Normal file
5
x86.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# x86
|
||||
|
||||
x86 is a [bloated](bloat.md), toxic [instruction set architecture](isa.md) (or rather a family of them) used mostly in the [desktop](desktop.md) computers -- it is the most widely used architecture, used in [Intel](intel.md) and [AMD](amd.md) [CPU](cpu.md)s.
|
||||
|
||||
It is a [CISC](cisc.md) architecture and boy, complex it is. **[LMAO](lmao.md)** there are instructions like **PCLMULQDQ**, **MPSADBW** (*multiple packed sums of absolute difference* which does something like cross correlation ??? xD) and **PCMPESTRI** (which does like many possible string searches/comparisons on strings of different data types like subset or substring with many different options). Basically if you smash your keyboard chances are you produce a valid x86 instruction xD
|
Loading…
Add table
Add a link
Reference in a new issue