8086 programming
Table of Contents
1. Blinkenlights
visual emulator / debugger for statically compiled Linux executables, used in Cosmopolitan
2. dev86
5. segmentation
https://en.wikipedia.org/wiki/X86_memory_segmentation effective address is:
uint16_t *base, *offset; uint32_t *effective = base<<4+offset;
7. 8087
floating point co-processor