x86 --- [(Up)](../../README.md#topics) | _See also: [6502](../6502/README.md#6502)_ - - - - ### Web resources [code challenge - Emulate an Intel 8086 CPU - Programming Puzzles & Code Golf Stack Exchange](http://codegolf.stackexchange.com/questions/4732/emulate-an-intel-8086-cpu) ★ [Can one isolate processes on a 8086? - Retrocomputing Stack Exchange](https://retrocomputing.stackexchange.com/questions/7222/can-one-isolate-processes-on-a-8086) ★ ### Repositories [zwegner/x86-sat: Basic SAT model of x86 instructions using Z3, autogenerated from Intel docs](https://github.com/zwegner/x86-sat) ★★★ [ia32-doc/ia32-doc: IA32-doc is a project which aims to put as many definitions from the Intel Manual into machine-processable format as possible](https://github.com/ia32-doc/ia32-doc) ★ _(in [Compiler Construction](../Compiler%20Construction/README.md#compiler-construction))_ [radian-software/kalyn: self-hosting compiler from a Haskell-like Lisp directly to x86-64, from scratch.](https://github.com/radian-software/kalyn) ★ _(in [Compiler Construction](../Compiler%20Construction/README.md#compiler-construction))_ [namin/inc: an incremental approach to compiler construction](https://github.com/namin/inc) ★ _(in [Forth](../Forth/README.md#forth))_ [meithecatte/miniforth: A bootsector FORTH](https://github.com/meithecatte/miniforth) ★ ### Papers [8086 Microprocessor Cheatsheet](https://jishanshaikh4.github.io/8086-cheatsheet/main.pdf) ★ _(in [miniKanren](../miniKanren/README.md#minikanren))_ [Relational Processing for Fun and Diversity](http://minikanren.org/workshop/2019/minikanren19-final6.pdf) ★ ### Books Mastering Turbo Assembler (online @ [archive.org](https://archive.org/details/bitsavers_borlandtureringTurboAssembler2ed1995_80572557), [github.com](https://github.com/TomSwan/collections)) (borrow @ [archive.org](https://archive.org/details/masteringturboas0000swan)) ★ 80386 -- A Programming and Design Handbook (borrow @ [archive.org](https://archive.org/details/80386aprogrammin0000brum)) The x86 PC (borrow @ [archive.org](https://archive.org/details/x86pcassemblylan0005mazi)) IA-64 for Software Developers (borrow @ [archive.org](https://archive.org/details/ia64architecture0000trie)) PC Assembly Book (online @ [pacman128.github.io](https://pacman128.github.io/pcasm/)) [💭](commentary/Chris%20Pressey.md#pc-assembly-book)