Previous 199869 Revisions Next

r44548 Thursday 28th January, 2016 at 18:18:48 UTC by Carl
i86: fix notes (nw)
[src/devices/cpu/i86]i86.txt

trunk/src/devices/cpu/i86/i86.txt
r253059r253060
29298086/8088
3030---------
3131"mov cs, " causes unconditional jump!
320xd6 is salc (sbb al,al) as all other intel x86-16 and -32 cpus
3233
333480C86/80C88
3435-----------
r253059r253060
3637
373880186/80188
3839-----------
39integrated pic8259, pit8253, dma8253 (but not at standard pc addresses)
40integrated pic, timer and dmac entirely incompatible with 8259, 825[3,4] and 82[3,5]7
4041additional instructions
41"mov cs, " ?
42#BR/bound/int 5, #UD/illegal instruction/int 6, #NM/coprocessor unavailable/int 7 support
43"mov cs, " ignored (likely causes int 6)
4244shift count anded with 0x1f
4345
444680188
r253059r253060
52548080 emulation mode
5355"mov cs, " ignored
5456shift count not anded (acts like 8086)
570xd6 is xlat alias
5558
5659NEC 70116 (V30)
5760---------------
r253059r253060
6972
7073NEC V40
7174-------
72pinout, integrated peripherals as 80186
75pinout, integrated peripherals 8259,54,37 clones at nonpc compatible addresses
7376
7477NEC V50
7578-------
76pinout, integrated peripherals as 80188
79pinout, integrated peripherals as v40
7780
7881NEC V33?
7982--------
r253059r253060
9295
939680286
9497-----
9580186 with additional instructions
9880186 with additional instructions but no peripherals
969924 bit address bus,
97protected mode
100protected mode selector/descriptor
98101
9910280386 and later
100103---------------


Previous 199869 Revisions Next


© 1997-2024 The MAME Team