sim86 0.1.0

An 8086/8088 emulator with full support for 16-bit x86.
Documentation
1
2
3
4
5
6
7
8
9
10
11
bits 16

test bx, cx
test bh, bl
test ch, dl
test ax, cx
test dh, [bp + 390]
test [bp + 2], si
test bl, 20
test byte [bx], 34
test ax, 23909