This commit is contained in:
Miloslav Ciz 2022-01-08 22:05:06 -06:00
parent df15c792b3
commit 55b04c560e
3 changed files with 82 additions and 4 deletions

6
x86.md
View file

@ -1,7 +1,5 @@
# x86
TODO
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.
**LMAO** there's shit 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
It is a [CISC](cisc.md) architecture and boy, complex it is. **LMAO** 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