More publication updates

This commit is contained in:
Jeff Parsons 2015-12-10 09:11:46 -08:00
commit d46fec026c
24 changed files with 2992 additions and 2828 deletions

View file

@ -2,9 +2,7 @@
title: "PCjs: The Original IBM PC in a Browser"
email: Jeff@pcjs.org
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
PCjs: The Original IBM PC in your web browser, plus other retro-computing simulations and resources.
baseurl: "" # "/pcjs" when using http://jeffpar.github.io/pcjs, or "" when using http://pcjs.net
url: "http://pcjs.net" # "http://jeffpar.github.io" or "http://pcjs.net"
twitter_username: jeffpar

View file

@ -7,9 +7,13 @@ permalink: /pubs/
Publications
---
An assortment of PC-related publications, including [Datasheets](pc/datasheets/), [Magazines](pc/magazines/),
[Programming Guides](pc/programming/), [IBM PC Reference Manuals](pc/reference/ibm/), [Intel CPU Documentation](pc/reference/intel/),
[Software Manuals](pc/software/), and more.
An assortment of PC-related publications, including:
* [Datasheets](pc/datasheets/)
* [Magazines](pc/magazines/)
* [Programming Guides](pc/programming/)
* [Reference Manuals](pc/reference/)
* [Software Manuals](pc/software/)
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/8088-CPU.jpg" width="200" height="260" alt= "8088 CPU"/>](pc/datasheets/)
[<img src="http://static.pcjs.org/pubs/pc/magazines/byte/BYTE-1975-11/thumbs/BYTE-1975-11 1.jpeg" width="200" height="260" alt= "Byte Magazine"/>](pc/magazines/byte/)

View file

@ -1,17 +1,23 @@
---
layout: page
title: Datasheets
permalink: /pubs/pc/datasheets/
---
PC Component Datasheets
---
![8088 CPU](static/thumbs/8088-CPU.jpg "link:static/8088-CPU.pdf:200:260")
![8087 FPU](static/thumbs/8087-FPU.jpg "link:static/8087-FPU.pdf:200:260")
![80186 CPU](static/thumbs/80186-CPU.jpg "link:static/80186-CPU.pdf:200:260")
![8237A DMAC](static/thumbs/8237A-DMA.jpg "link:static/8237A-DMA.pdf:200:260")
![8250A UART](static/thumbs/8250A-UART.jpg "link:static/8250A-UART.pdf:200:260")
![82C54 Timer](static/thumbs/82C54-TIMER.jpg "link:static/82C54-TIMER.pdf:200:260")
![8255A-5 PPI](static/thumbs/8255A-PPI.jpg "link:static/8255A-PPI.pdf:200:260")
![8259A PIC](static/thumbs/8259A-PIC.jpg "link:static/8259A-PIC.pdf:200:260")
![16550D UART](static/thumbs/16550-UART.jpg "link:static/16550-UART.pdf:200:260")
![MC6845 CRTC](static/thumbs/MC6845-CRT.jpg "link:static/MC6845-CRT.pdf:200:260")
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/8088-CPU.jpg" width="200" height="260" alt="8088 CPU"/>](http://static.pcjs.org/pubs/pc/datasheets/8088-CPU.pdf)
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/8087-FPU.jpg" width="200" height="260" alt="8087 FPU"/>](http://static.pcjs.org/pubs/pc/datasheets/8087-FPU.pdf)
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/80186-CPU.jpg" width="200" height="260" alt="80186 CPU"/>](http://static.pcjs.org/pubs/pc/datasheets/80186-CPU.pdf)
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/8237A-DMA.jpg" width="200" height="260" alt="8237A DMAC"/>](http://static.pcjs.org/pubs/pc/datasheets/8237A-DMA.pdf)
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/8250A-UART.jpg" width="200" height="260" alt="8250A UART"/>](http://static.pcjs.org/pubs/pc/datasheets/8250A-UART.pdf)
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/82C54-TIMER.jpg" width="200" height="260" alt="82C54 Timer"/>](http://static.pcjs.org/pubs/pc/datasheets/82C54-TIMER.pdf)
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/8255A-PPI.jpg" width="200" height="260" alt="8255A-5 PPI"/>](http://static.pcjs.org/pubs/pc/datasheets/8255A-PPI.pdf)
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/8259A-PIC.jpg" width="200" height="260" alt="8259A PIC"/>](http://static.pcjs.org/pubs/pc/datasheets/8259A-PIC.pdf)
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/16550-UART.jpg" width="200" height="260" alt="16550D UART"/>](http://static.pcjs.org/pubs/pc/datasheets/16550-UART.pdf)
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/MC6845-CRT.jpg" width="200" height="260" alt="MC6845 CRTC"/>](http://static.pcjs.org/pubs/pc/datasheets/MC6845-CRT.pdf)
### ROMs
![27128A PROM](static/thumbs/27128A.jpg "link:static/27128A.pdf:200:260")
[<img src="http://static.pcjs.org/pubs/pc/datasheets/thumbs/27128A.jpg" width="200" height="260" alt="27128A PROM"/>](http://static.pcjs.org/pubs/pc/datasheets/27128A.pdf)

View file

@ -1,326 +1,332 @@
[Graphics for the IBM PC](../static/Graphics_for_the_IBM_PC/Graphics_for_the_IBM_PC.pdf)
---
layout: page
title: Graphics for the IBM PC
permalink: /pubs/pc/programming/Graphics_for_the_IBM_PC/
---
[Graphics for the IBM PC](http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/Graphics_for_the_IBM_PC.pdf)
---
by Dan Illowsky and Michael Abrash (1984)
Check out the [Live Demos](demos/) we've created from this classic text.
![Page 1](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 1.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 1.pdf&page=1&total=320:200:260")
![Page 2](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 2.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 2.pdf&page=2&total=320:200:260")
![Page 3](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 3.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 3.pdf&page=3&total=320:200:260")
![Page 4](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 4.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 4.pdf&page=4&total=320:200:260")
![Page 5](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 5.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 5.pdf&page=5&total=320:200:260")
![Page 6](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 6.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 6.pdf&page=6&total=320:200:260")
![Page 7](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 7.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 7.pdf&page=7&total=320:200:260")
![Page 8](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 8.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 8.pdf&page=8&total=320:200:260")
![Page 9](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 9.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 9.pdf&page=9&total=320:200:260")
![Page 10](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 10.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 10.pdf&page=10&total=320:200:260")
![Page 11](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 11.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 11.pdf&page=11&total=320:200:260")
![Page 12](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 12.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 12.pdf&page=12&total=320:200:260")
![Page 13](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 13.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 13.pdf&page=13&total=320:200:260")
![Page 14](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 14.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 14.pdf&page=14&total=320:200:260")
![Page 15](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 15.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 15.pdf&page=15&total=320:200:260")
![Page 16](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 16.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 16.pdf&page=16&total=320:200:260")
![Page 17](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 17.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 17.pdf&page=17&total=320:200:260")
![Page 18](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 18.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 18.pdf&page=18&total=320:200:260")
![Page 19](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 19.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 19.pdf&page=19&total=320:200:260")
![Page 20](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 20.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 20.pdf&page=20&total=320:200:260")
![Page 21](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 21.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 21.pdf&page=21&total=320:200:260")
![Page 22](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 22.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 22.pdf&page=22&total=320:200:260")
![Page 23](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 23.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 23.pdf&page=23&total=320:200:260")
![Page 24](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 24.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 24.pdf&page=24&total=320:200:260")
![Page 25](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 25.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 25.pdf&page=25&total=320:200:260")
![Page 26](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 26.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 26.pdf&page=26&total=320:200:260")
![Page 27](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 27.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 27.pdf&page=27&total=320:200:260")
![Page 28](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 28.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 28.pdf&page=28&total=320:200:260")
![Page 29](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 29.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 29.pdf&page=29&total=320:200:260")
![Page 30](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 30.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 30.pdf&page=30&total=320:200:260")
![Page 31](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 31.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 31.pdf&page=31&total=320:200:260")
![Page 32](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 32.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 32.pdf&page=32&total=320:200:260")
![Page 33](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 33.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 33.pdf&page=33&total=320:200:260")
![Page 34](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 34.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 34.pdf&page=34&total=320:200:260")
![Page 35](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 35.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 35.pdf&page=35&total=320:200:260")
![Page 36](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 36.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 36.pdf&page=36&total=320:200:260")
![Page 37](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 37.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 37.pdf&page=37&total=320:200:260")
![Page 38](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 38.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 38.pdf&page=38&total=320:200:260")
![Page 39](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 39.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 39.pdf&page=39&total=320:200:260")
![Page 40](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 40.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 40.pdf&page=40&total=320:200:260")
![Page 41](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 41.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 41.pdf&page=41&total=320:200:260")
![Page 42](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 42.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 42.pdf&page=42&total=320:200:260")
![Page 43](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 43.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 43.pdf&page=43&total=320:200:260")
![Page 44](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 44.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 44.pdf&page=44&total=320:200:260")
![Page 45](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 45.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 45.pdf&page=45&total=320:200:260")
![Page 46](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 46.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 46.pdf&page=46&total=320:200:260")
![Page 47](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 47.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 47.pdf&page=47&total=320:200:260")
![Page 48](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 48.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 48.pdf&page=48&total=320:200:260")
![Page 49](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 49.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 49.pdf&page=49&total=320:200:260")
![Page 50](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 50.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 50.pdf&page=50&total=320:200:260")
![Page 51](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 51.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 51.pdf&page=51&total=320:200:260")
![Page 52](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 52.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 52.pdf&page=52&total=320:200:260")
![Page 53](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 53.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 53.pdf&page=53&total=320:200:260")
![Page 54](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 54.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 54.pdf&page=54&total=320:200:260")
![Page 55](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 55.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 55.pdf&page=55&total=320:200:260")
![Page 56](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 56.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 56.pdf&page=56&total=320:200:260")
![Page 57](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 57.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 57.pdf&page=57&total=320:200:260")
![Page 58](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 58.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 58.pdf&page=58&total=320:200:260")
![Page 59](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 59.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 59.pdf&page=59&total=320:200:260")
![Page 60](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 60.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 60.pdf&page=60&total=320:200:260")
![Page 61](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 61.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 61.pdf&page=61&total=320:200:260")
![Page 62](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 62.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 62.pdf&page=62&total=320:200:260")
![Page 63](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 63.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 63.pdf&page=63&total=320:200:260")
![Page 64](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 64.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 64.pdf&page=64&total=320:200:260")
![Page 65](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 65.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 65.pdf&page=65&total=320:200:260")
![Page 66](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 66.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 66.pdf&page=66&total=320:200:260")
![Page 67](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 67.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 67.pdf&page=67&total=320:200:260")
![Page 68](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 68.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 68.pdf&page=68&total=320:200:260")
![Page 69](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 69.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 69.pdf&page=69&total=320:200:260")
![Page 70](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 70.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 70.pdf&page=70&total=320:200:260")
![Page 71](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 71.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 71.pdf&page=71&total=320:200:260")
![Page 72](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 72.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 72.pdf&page=72&total=320:200:260")
![Page 73](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 73.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 73.pdf&page=73&total=320:200:260")
![Page 74](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 74.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 74.pdf&page=74&total=320:200:260")
![Page 75](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 75.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 75.pdf&page=75&total=320:200:260")
![Page 76](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 76.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 76.pdf&page=76&total=320:200:260")
![Page 77](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 77.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 77.pdf&page=77&total=320:200:260")
![Page 78](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 78.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 78.pdf&page=78&total=320:200:260")
![Page 79](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 79.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 79.pdf&page=79&total=320:200:260")
![Page 80](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 80.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 80.pdf&page=80&total=320:200:260")
![Page 81](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 81.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 81.pdf&page=81&total=320:200:260")
![Page 82](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 82.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 82.pdf&page=82&total=320:200:260")
![Page 83](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 83.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 83.pdf&page=83&total=320:200:260")
![Page 84](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 84.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 84.pdf&page=84&total=320:200:260")
![Page 85](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 85.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 85.pdf&page=85&total=320:200:260")
![Page 86](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 86.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 86.pdf&page=86&total=320:200:260")
![Page 87](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 87.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 87.pdf&page=87&total=320:200:260")
![Page 88](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 88.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 88.pdf&page=88&total=320:200:260")
![Page 89](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 89.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 89.pdf&page=89&total=320:200:260")
![Page 90](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 90.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 90.pdf&page=90&total=320:200:260")
![Page 91](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 91.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 91.pdf&page=91&total=320:200:260")
![Page 92](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 92.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 92.pdf&page=92&total=320:200:260")
![Page 93](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 93.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 93.pdf&page=93&total=320:200:260")
![Page 94](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 94.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 94.pdf&page=94&total=320:200:260")
![Page 95](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 95.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 95.pdf&page=95&total=320:200:260")
![Page 96](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 96.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 96.pdf&page=96&total=320:200:260")
![Page 97](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 97.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 97.pdf&page=97&total=320:200:260")
![Page 98](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 98.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 98.pdf&page=98&total=320:200:260")
![Page 99](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 99.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 99.pdf&page=99&total=320:200:260")
![Page 100](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 100.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 100.pdf&page=100&total=320:200:260")
![Page 101](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 101.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 101.pdf&page=101&total=320:200:260")
![Page 102](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 102.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 102.pdf&page=102&total=320:200:260")
![Page 103](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 103.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 103.pdf&page=103&total=320:200:260")
![Page 104](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 104.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 104.pdf&page=104&total=320:200:260")
![Page 105](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 105.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 105.pdf&page=105&total=320:200:260")
![Page 106](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 106.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 106.pdf&page=106&total=320:200:260")
![Page 107](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 107.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 107.pdf&page=107&total=320:200:260")
![Page 108](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 108.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 108.pdf&page=108&total=320:200:260")
![Page 109](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 109.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 109.pdf&page=109&total=320:200:260")
![Page 110](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 110.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 110.pdf&page=110&total=320:200:260")
![Page 111](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 111.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 111.pdf&page=111&total=320:200:260")
![Page 112](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 112.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 112.pdf&page=112&total=320:200:260")
![Page 113](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 113.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 113.pdf&page=113&total=320:200:260")
![Page 114](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 114.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 114.pdf&page=114&total=320:200:260")
![Page 115](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 115.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 115.pdf&page=115&total=320:200:260")
![Page 116](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 116.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 116.pdf&page=116&total=320:200:260")
![Page 117](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 117.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 117.pdf&page=117&total=320:200:260")
![Page 118](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 118.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 118.pdf&page=118&total=320:200:260")
![Page 119](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 119.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 119.pdf&page=119&total=320:200:260")
![Page 120](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 120.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 120.pdf&page=120&total=320:200:260")
![Page 121](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 121.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 121.pdf&page=121&total=320:200:260")
![Page 122](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 122.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 122.pdf&page=122&total=320:200:260")
![Page 123](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 123.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 123.pdf&page=123&total=320:200:260")
![Page 124](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 124.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 124.pdf&page=124&total=320:200:260")
![Page 125](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 125.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 125.pdf&page=125&total=320:200:260")
![Page 126](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 126.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 126.pdf&page=126&total=320:200:260")
![Page 127](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 127.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 127.pdf&page=127&total=320:200:260")
![Page 128](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 128.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 128.pdf&page=128&total=320:200:260")
![Page 129](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 129.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 129.pdf&page=129&total=320:200:260")
![Page 130](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 130.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 130.pdf&page=130&total=320:200:260")
![Page 131](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 131.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 131.pdf&page=131&total=320:200:260")
![Page 132](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 132.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 132.pdf&page=132&total=320:200:260")
![Page 133](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 133.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 133.pdf&page=133&total=320:200:260")
![Page 134](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 134.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 134.pdf&page=134&total=320:200:260")
![Page 135](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 135.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 135.pdf&page=135&total=320:200:260")
![Page 136](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 136.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 136.pdf&page=136&total=320:200:260")
![Page 137](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 137.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 137.pdf&page=137&total=320:200:260")
![Page 138](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 138.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 138.pdf&page=138&total=320:200:260")
![Page 139](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 139.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 139.pdf&page=139&total=320:200:260")
![Page 140](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 140.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 140.pdf&page=140&total=320:200:260")
![Page 141](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 141.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 141.pdf&page=141&total=320:200:260")
![Page 142](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 142.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 142.pdf&page=142&total=320:200:260")
![Page 143](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 143.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 143.pdf&page=143&total=320:200:260")
![Page 144](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 144.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 144.pdf&page=144&total=320:200:260")
![Page 145](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 145.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 145.pdf&page=145&total=320:200:260")
![Page 146](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 146.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 146.pdf&page=146&total=320:200:260")
![Page 147](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 147.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 147.pdf&page=147&total=320:200:260")
![Page 148](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 148.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 148.pdf&page=148&total=320:200:260")
![Page 149](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 149.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 149.pdf&page=149&total=320:200:260")
![Page 150](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 150.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 150.pdf&page=150&total=320:200:260")
![Page 151](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 151.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 151.pdf&page=151&total=320:200:260")
![Page 152](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 152.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 152.pdf&page=152&total=320:200:260")
![Page 153](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 153.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 153.pdf&page=153&total=320:200:260")
![Page 154](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 154.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 154.pdf&page=154&total=320:200:260")
![Page 155](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 155.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 155.pdf&page=155&total=320:200:260")
![Page 156](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 156.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 156.pdf&page=156&total=320:200:260")
![Page 157](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 157.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 157.pdf&page=157&total=320:200:260")
![Page 158](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 158.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 158.pdf&page=158&total=320:200:260")
![Page 159](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 159.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 159.pdf&page=159&total=320:200:260")
![Page 160](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 160.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 160.pdf&page=160&total=320:200:260")
![Page 161](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 161.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 161.pdf&page=161&total=320:200:260")
![Page 162](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 162.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 162.pdf&page=162&total=320:200:260")
![Page 163](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 163.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 163.pdf&page=163&total=320:200:260")
![Page 164](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 164.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 164.pdf&page=164&total=320:200:260")
![Page 165](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 165.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 165.pdf&page=165&total=320:200:260")
![Page 166](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 166.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 166.pdf&page=166&total=320:200:260")
![Page 167](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 167.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 167.pdf&page=167&total=320:200:260")
![Page 168](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 168.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 168.pdf&page=168&total=320:200:260")
![Page 169](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 169.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 169.pdf&page=169&total=320:200:260")
![Page 170](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 170.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 170.pdf&page=170&total=320:200:260")
![Page 171](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 171.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 171.pdf&page=171&total=320:200:260")
![Page 172](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 172.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 172.pdf&page=172&total=320:200:260")
![Page 173](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 173.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 173.pdf&page=173&total=320:200:260")
![Page 174](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 174.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 174.pdf&page=174&total=320:200:260")
![Page 175](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 175.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 175.pdf&page=175&total=320:200:260")
![Page 176](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 176.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 176.pdf&page=176&total=320:200:260")
![Page 177](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 177.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 177.pdf&page=177&total=320:200:260")
![Page 178](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 178.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 178.pdf&page=178&total=320:200:260")
![Page 179](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 179.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 179.pdf&page=179&total=320:200:260")
![Page 180](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 180.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 180.pdf&page=180&total=320:200:260")
![Page 181](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 181.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 181.pdf&page=181&total=320:200:260")
![Page 182](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 182.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 182.pdf&page=182&total=320:200:260")
![Page 183](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 183.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 183.pdf&page=183&total=320:200:260")
![Page 184](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 184.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 184.pdf&page=184&total=320:200:260")
![Page 185](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 185.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 185.pdf&page=185&total=320:200:260")
![Page 186](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 186.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 186.pdf&page=186&total=320:200:260")
![Page 187](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 187.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 187.pdf&page=187&total=320:200:260")
![Page 188](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 188.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 188.pdf&page=188&total=320:200:260")
![Page 189](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 189.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 189.pdf&page=189&total=320:200:260")
![Page 190](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 190.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 190.pdf&page=190&total=320:200:260")
![Page 191](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 191.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 191.pdf&page=191&total=320:200:260")
![Page 192](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 192.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 192.pdf&page=192&total=320:200:260")
![Page 193](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 193.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 193.pdf&page=193&total=320:200:260")
![Page 194](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 194.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 194.pdf&page=194&total=320:200:260")
![Page 195](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 195.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 195.pdf&page=195&total=320:200:260")
![Page 196](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 196.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 196.pdf&page=196&total=320:200:260")
![Page 197](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 197.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 197.pdf&page=197&total=320:200:260")
![Page 198](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 198.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 198.pdf&page=198&total=320:200:260")
![Page 199](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 199.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 199.pdf&page=199&total=320:200:260")
![Page 200](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 200.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 200.pdf&page=200&total=320:200:260")
![Page 201](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 201.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 201.pdf&page=201&total=320:200:260")
![Page 202](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 202.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 202.pdf&page=202&total=320:200:260")
![Page 203](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 203.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 203.pdf&page=203&total=320:200:260")
![Page 204](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 204.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 204.pdf&page=204&total=320:200:260")
![Page 205](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 205.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 205.pdf&page=205&total=320:200:260")
![Page 206](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 206.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 206.pdf&page=206&total=320:200:260")
![Page 207](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 207.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 207.pdf&page=207&total=320:200:260")
![Page 208](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 208.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 208.pdf&page=208&total=320:200:260")
![Page 209](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 209.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 209.pdf&page=209&total=320:200:260")
![Page 210](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 210.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 210.pdf&page=210&total=320:200:260")
![Page 211](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 211.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 211.pdf&page=211&total=320:200:260")
![Page 212](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 212.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 212.pdf&page=212&total=320:200:260")
![Page 213](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 213.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 213.pdf&page=213&total=320:200:260")
![Page 214](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 214.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 214.pdf&page=214&total=320:200:260")
![Page 215](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 215.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 215.pdf&page=215&total=320:200:260")
![Page 216](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 216.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 216.pdf&page=216&total=320:200:260")
![Page 217](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 217.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 217.pdf&page=217&total=320:200:260")
![Page 218](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 218.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 218.pdf&page=218&total=320:200:260")
![Page 219](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 219.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 219.pdf&page=219&total=320:200:260")
![Page 220](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 220.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 220.pdf&page=220&total=320:200:260")
![Page 221](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 221.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 221.pdf&page=221&total=320:200:260")
![Page 222](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 222.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 222.pdf&page=222&total=320:200:260")
![Page 223](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 223.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 223.pdf&page=223&total=320:200:260")
![Page 224](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 224.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 224.pdf&page=224&total=320:200:260")
![Page 225](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 225.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 225.pdf&page=225&total=320:200:260")
![Page 226](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 226.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 226.pdf&page=226&total=320:200:260")
![Page 227](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 227.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 227.pdf&page=227&total=320:200:260")
![Page 228](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 228.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 228.pdf&page=228&total=320:200:260")
![Page 229](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 229.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 229.pdf&page=229&total=320:200:260")
![Page 230](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 230.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 230.pdf&page=230&total=320:200:260")
![Page 231](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 231.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 231.pdf&page=231&total=320:200:260")
![Page 232](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 232.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 232.pdf&page=232&total=320:200:260")
![Page 233](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 233.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 233.pdf&page=233&total=320:200:260")
![Page 234](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 234.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 234.pdf&page=234&total=320:200:260")
![Page 235](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 235.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 235.pdf&page=235&total=320:200:260")
![Page 236](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 236.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 236.pdf&page=236&total=320:200:260")
![Page 237](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 237.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 237.pdf&page=237&total=320:200:260")
![Page 238](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 238.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 238.pdf&page=238&total=320:200:260")
![Page 239](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 239.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 239.pdf&page=239&total=320:200:260")
![Page 240](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 240.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 240.pdf&page=240&total=320:200:260")
![Page 241](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 241.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 241.pdf&page=241&total=320:200:260")
![Page 242](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 242.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 242.pdf&page=242&total=320:200:260")
![Page 243](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 243.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 243.pdf&page=243&total=320:200:260")
![Page 244](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 244.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 244.pdf&page=244&total=320:200:260")
![Page 245](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 245.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 245.pdf&page=245&total=320:200:260")
![Page 246](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 246.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 246.pdf&page=246&total=320:200:260")
![Page 247](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 247.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 247.pdf&page=247&total=320:200:260")
![Page 248](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 248.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 248.pdf&page=248&total=320:200:260")
![Page 249](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 249.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 249.pdf&page=249&total=320:200:260")
![Page 250](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 250.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 250.pdf&page=250&total=320:200:260")
![Page 251](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 251.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 251.pdf&page=251&total=320:200:260")
![Page 252](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 252.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 252.pdf&page=252&total=320:200:260")
![Page 253](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 253.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 253.pdf&page=253&total=320:200:260")
![Page 254](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 254.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 254.pdf&page=254&total=320:200:260")
![Page 255](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 255.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 255.pdf&page=255&total=320:200:260")
![Page 256](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 256.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 256.pdf&page=256&total=320:200:260")
![Page 257](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 257.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 257.pdf&page=257&total=320:200:260")
![Page 258](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 258.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 258.pdf&page=258&total=320:200:260")
![Page 259](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 259.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 259.pdf&page=259&total=320:200:260")
![Page 260](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 260.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 260.pdf&page=260&total=320:200:260")
![Page 261](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 261.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 261.pdf&page=261&total=320:200:260")
![Page 262](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 262.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 262.pdf&page=262&total=320:200:260")
![Page 263](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 263.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 263.pdf&page=263&total=320:200:260")
![Page 264](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 264.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 264.pdf&page=264&total=320:200:260")
![Page 265](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 265.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 265.pdf&page=265&total=320:200:260")
![Page 266](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 266.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 266.pdf&page=266&total=320:200:260")
![Page 267](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 267.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 267.pdf&page=267&total=320:200:260")
![Page 268](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 268.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 268.pdf&page=268&total=320:200:260")
![Page 269](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 269.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 269.pdf&page=269&total=320:200:260")
![Page 270](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 270.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 270.pdf&page=270&total=320:200:260")
![Page 271](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 271.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 271.pdf&page=271&total=320:200:260")
![Page 272](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 272.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 272.pdf&page=272&total=320:200:260")
![Page 273](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 273.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 273.pdf&page=273&total=320:200:260")
![Page 274](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 274.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 274.pdf&page=274&total=320:200:260")
![Page 275](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 275.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 275.pdf&page=275&total=320:200:260")
![Page 276](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 276.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 276.pdf&page=276&total=320:200:260")
![Page 277](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 277.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 277.pdf&page=277&total=320:200:260")
![Page 278](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 278.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 278.pdf&page=278&total=320:200:260")
![Page 279](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 279.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 279.pdf&page=279&total=320:200:260")
![Page 280](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 280.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 280.pdf&page=280&total=320:200:260")
![Page 281](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 281.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 281.pdf&page=281&total=320:200:260")
![Page 282](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 282.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 282.pdf&page=282&total=320:200:260")
![Page 283](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 283.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 283.pdf&page=283&total=320:200:260")
![Page 284](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 284.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 284.pdf&page=284&total=320:200:260")
![Page 285](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 285.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 285.pdf&page=285&total=320:200:260")
![Page 286](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 286.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 286.pdf&page=286&total=320:200:260")
![Page 287](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 287.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 287.pdf&page=287&total=320:200:260")
![Page 288](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 288.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 288.pdf&page=288&total=320:200:260")
![Page 289](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 289.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 289.pdf&page=289&total=320:200:260")
![Page 290](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 290.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 290.pdf&page=290&total=320:200:260")
![Page 291](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 291.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 291.pdf&page=291&total=320:200:260")
![Page 292](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 292.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 292.pdf&page=292&total=320:200:260")
![Page 293](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 293.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 293.pdf&page=293&total=320:200:260")
![Page 294](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 294.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 294.pdf&page=294&total=320:200:260")
![Page 295](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 295.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 295.pdf&page=295&total=320:200:260")
![Page 296](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 296.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 296.pdf&page=296&total=320:200:260")
![Page 297](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 297.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 297.pdf&page=297&total=320:200:260")
![Page 298](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 298.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 298.pdf&page=298&total=320:200:260")
![Page 299](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 299.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 299.pdf&page=299&total=320:200:260")
![Page 300](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 300.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 300.pdf&page=300&total=320:200:260")
![Page 301](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 301.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 301.pdf&page=301&total=320:200:260")
![Page 302](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 302.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 302.pdf&page=302&total=320:200:260")
![Page 303](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 303.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 303.pdf&page=303&total=320:200:260")
![Page 304](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 304.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 304.pdf&page=304&total=320:200:260")
![Page 305](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 305.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 305.pdf&page=305&total=320:200:260")
![Page 306](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 306.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 306.pdf&page=306&total=320:200:260")
![Page 307](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 307.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 307.pdf&page=307&total=320:200:260")
![Page 308](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 308.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 308.pdf&page=308&total=320:200:260")
![Page 309](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 309.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 309.pdf&page=309&total=320:200:260")
![Page 310](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 310.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 310.pdf&page=310&total=320:200:260")
![Page 311](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 311.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 311.pdf&page=311&total=320:200:260")
![Page 312](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 312.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 312.pdf&page=312&total=320:200:260")
![Page 313](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 313.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 313.pdf&page=313&total=320:200:260")
![Page 314](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 314.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 314.pdf&page=314&total=320:200:260")
![Page 315](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 315.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 315.pdf&page=315&total=320:200:260")
![Page 316](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 316.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 316.pdf&page=316&total=320:200:260")
![Page 317](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 317.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 317.pdf&page=317&total=320:200:260")
![Page 318](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 318.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 318.pdf&page=318&total=320:200:260")
![Page 319](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 319.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 319.pdf&page=319&total=320:200:260")
![Page 320](../static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 320.jpeg "link:/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 320.pdf&page=320&total=320:200:260")
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 1.jpeg" width="200" height="260" alt="Page 1"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 1.pdf&page=1&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 2.jpeg" width="200" height="260" alt="Page 2"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 2.pdf&page=2&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 3.jpeg" width="200" height="260" alt="Page 3"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 3.pdf&page=3&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 4.jpeg" width="200" height="260" alt="Page 4"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 4.pdf&page=4&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 5.jpeg" width="200" height="260" alt="Page 5"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 5.pdf&page=5&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 6.jpeg" width="200" height="260" alt="Page 6"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 6.pdf&page=6&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 7.jpeg" width="200" height="260" alt="Page 7"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 7.pdf&page=7&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 8.jpeg" width="200" height="260" alt="Page 8"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 8.pdf&page=8&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 9.jpeg" width="200" height="260" alt="Page 9"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 9.pdf&page=9&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 10.jpeg" width="200" height="260" alt="Page 10"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 10.pdf&page=10&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 11.jpeg" width="200" height="260" alt="Page 11"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 11.pdf&page=11&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 12.jpeg" width="200" height="260" alt="Page 12"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 12.pdf&page=12&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 13.jpeg" width="200" height="260" alt="Page 13"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 13.pdf&page=13&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 14.jpeg" width="200" height="260" alt="Page 14"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 14.pdf&page=14&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 15.jpeg" width="200" height="260" alt="Page 15"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 15.pdf&page=15&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 16.jpeg" width="200" height="260" alt="Page 16"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 16.pdf&page=16&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 17.jpeg" width="200" height="260" alt="Page 17"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 17.pdf&page=17&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 18.jpeg" width="200" height="260" alt="Page 18"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 18.pdf&page=18&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 19.jpeg" width="200" height="260" alt="Page 19"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 19.pdf&page=19&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 20.jpeg" width="200" height="260" alt="Page 20"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 20.pdf&page=20&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 21.jpeg" width="200" height="260" alt="Page 21"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 21.pdf&page=21&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 22.jpeg" width="200" height="260" alt="Page 22"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 22.pdf&page=22&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 23.jpeg" width="200" height="260" alt="Page 23"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 23.pdf&page=23&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 24.jpeg" width="200" height="260" alt="Page 24"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 24.pdf&page=24&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 25.jpeg" width="200" height="260" alt="Page 25"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 25.pdf&page=25&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 26.jpeg" width="200" height="260" alt="Page 26"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 26.pdf&page=26&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 27.jpeg" width="200" height="260" alt="Page 27"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 27.pdf&page=27&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 28.jpeg" width="200" height="260" alt="Page 28"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 28.pdf&page=28&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 29.jpeg" width="200" height="260" alt="Page 29"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 29.pdf&page=29&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 30.jpeg" width="200" height="260" alt="Page 30"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 30.pdf&page=30&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 31.jpeg" width="200" height="260" alt="Page 31"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 31.pdf&page=31&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 32.jpeg" width="200" height="260" alt="Page 32"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 32.pdf&page=32&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 33.jpeg" width="200" height="260" alt="Page 33"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 33.pdf&page=33&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 34.jpeg" width="200" height="260" alt="Page 34"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 34.pdf&page=34&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 35.jpeg" width="200" height="260" alt="Page 35"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 35.pdf&page=35&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 36.jpeg" width="200" height="260" alt="Page 36"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 36.pdf&page=36&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 37.jpeg" width="200" height="260" alt="Page 37"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 37.pdf&page=37&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 38.jpeg" width="200" height="260" alt="Page 38"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 38.pdf&page=38&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 39.jpeg" width="200" height="260" alt="Page 39"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 39.pdf&page=39&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 40.jpeg" width="200" height="260" alt="Page 40"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 40.pdf&page=40&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 41.jpeg" width="200" height="260" alt="Page 41"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 41.pdf&page=41&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 42.jpeg" width="200" height="260" alt="Page 42"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 42.pdf&page=42&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 43.jpeg" width="200" height="260" alt="Page 43"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 43.pdf&page=43&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 44.jpeg" width="200" height="260" alt="Page 44"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 44.pdf&page=44&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 45.jpeg" width="200" height="260" alt="Page 45"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 45.pdf&page=45&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 46.jpeg" width="200" height="260" alt="Page 46"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 46.pdf&page=46&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 47.jpeg" width="200" height="260" alt="Page 47"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 47.pdf&page=47&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 48.jpeg" width="200" height="260" alt="Page 48"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 48.pdf&page=48&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 49.jpeg" width="200" height="260" alt="Page 49"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 49.pdf&page=49&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 50.jpeg" width="200" height="260" alt="Page 50"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 50.pdf&page=50&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 51.jpeg" width="200" height="260" alt="Page 51"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 51.pdf&page=51&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 52.jpeg" width="200" height="260" alt="Page 52"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 52.pdf&page=52&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 53.jpeg" width="200" height="260" alt="Page 53"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 53.pdf&page=53&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 54.jpeg" width="200" height="260" alt="Page 54"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 54.pdf&page=54&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 55.jpeg" width="200" height="260" alt="Page 55"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 55.pdf&page=55&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 56.jpeg" width="200" height="260" alt="Page 56"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 56.pdf&page=56&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 57.jpeg" width="200" height="260" alt="Page 57"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 57.pdf&page=57&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 58.jpeg" width="200" height="260" alt="Page 58"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 58.pdf&page=58&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 59.jpeg" width="200" height="260" alt="Page 59"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 59.pdf&page=59&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 60.jpeg" width="200" height="260" alt="Page 60"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 60.pdf&page=60&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 61.jpeg" width="200" height="260" alt="Page 61"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 61.pdf&page=61&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 62.jpeg" width="200" height="260" alt="Page 62"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 62.pdf&page=62&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 63.jpeg" width="200" height="260" alt="Page 63"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 63.pdf&page=63&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 64.jpeg" width="200" height="260" alt="Page 64"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 64.pdf&page=64&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 65.jpeg" width="200" height="260" alt="Page 65"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 65.pdf&page=65&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 66.jpeg" width="200" height="260" alt="Page 66"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 66.pdf&page=66&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 67.jpeg" width="200" height="260" alt="Page 67"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 67.pdf&page=67&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 68.jpeg" width="200" height="260" alt="Page 68"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 68.pdf&page=68&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 69.jpeg" width="200" height="260" alt="Page 69"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 69.pdf&page=69&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 70.jpeg" width="200" height="260" alt="Page 70"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 70.pdf&page=70&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 71.jpeg" width="200" height="260" alt="Page 71"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 71.pdf&page=71&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 72.jpeg" width="200" height="260" alt="Page 72"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 72.pdf&page=72&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 73.jpeg" width="200" height="260" alt="Page 73"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 73.pdf&page=73&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 74.jpeg" width="200" height="260" alt="Page 74"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 74.pdf&page=74&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 75.jpeg" width="200" height="260" alt="Page 75"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 75.pdf&page=75&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 76.jpeg" width="200" height="260" alt="Page 76"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 76.pdf&page=76&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 77.jpeg" width="200" height="260" alt="Page 77"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 77.pdf&page=77&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 78.jpeg" width="200" height="260" alt="Page 78"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 78.pdf&page=78&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 79.jpeg" width="200" height="260" alt="Page 79"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 79.pdf&page=79&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 80.jpeg" width="200" height="260" alt="Page 80"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 80.pdf&page=80&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 81.jpeg" width="200" height="260" alt="Page 81"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 81.pdf&page=81&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 82.jpeg" width="200" height="260" alt="Page 82"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 82.pdf&page=82&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 83.jpeg" width="200" height="260" alt="Page 83"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 83.pdf&page=83&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 84.jpeg" width="200" height="260" alt="Page 84"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 84.pdf&page=84&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 85.jpeg" width="200" height="260" alt="Page 85"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 85.pdf&page=85&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 86.jpeg" width="200" height="260" alt="Page 86"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 86.pdf&page=86&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 87.jpeg" width="200" height="260" alt="Page 87"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 87.pdf&page=87&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 88.jpeg" width="200" height="260" alt="Page 88"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 88.pdf&page=88&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 89.jpeg" width="200" height="260" alt="Page 89"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 89.pdf&page=89&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 90.jpeg" width="200" height="260" alt="Page 90"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 90.pdf&page=90&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 91.jpeg" width="200" height="260" alt="Page 91"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 91.pdf&page=91&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 92.jpeg" width="200" height="260" alt="Page 92"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 92.pdf&page=92&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 93.jpeg" width="200" height="260" alt="Page 93"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 93.pdf&page=93&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 94.jpeg" width="200" height="260" alt="Page 94"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 94.pdf&page=94&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 95.jpeg" width="200" height="260" alt="Page 95"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 95.pdf&page=95&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 96.jpeg" width="200" height="260" alt="Page 96"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 96.pdf&page=96&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 97.jpeg" width="200" height="260" alt="Page 97"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 97.pdf&page=97&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 98.jpeg" width="200" height="260" alt="Page 98"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 98.pdf&page=98&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 99.jpeg" width="200" height="260" alt="Page 99"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 99.pdf&page=99&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 100.jpeg" width="200" height="260" alt="Page 100"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 100.pdf&page=100&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 101.jpeg" width="200" height="260" alt="Page 101"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 101.pdf&page=101&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 102.jpeg" width="200" height="260" alt="Page 102"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 102.pdf&page=102&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 103.jpeg" width="200" height="260" alt="Page 103"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 103.pdf&page=103&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 104.jpeg" width="200" height="260" alt="Page 104"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 104.pdf&page=104&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 105.jpeg" width="200" height="260" alt="Page 105"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 105.pdf&page=105&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 106.jpeg" width="200" height="260" alt="Page 106"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 106.pdf&page=106&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 107.jpeg" width="200" height="260" alt="Page 107"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 107.pdf&page=107&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 108.jpeg" width="200" height="260" alt="Page 108"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 108.pdf&page=108&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 109.jpeg" width="200" height="260" alt="Page 109"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 109.pdf&page=109&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 110.jpeg" width="200" height="260" alt="Page 110"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 110.pdf&page=110&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 111.jpeg" width="200" height="260" alt="Page 111"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 111.pdf&page=111&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 112.jpeg" width="200" height="260" alt="Page 112"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 112.pdf&page=112&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 113.jpeg" width="200" height="260" alt="Page 113"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 113.pdf&page=113&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 114.jpeg" width="200" height="260" alt="Page 114"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 114.pdf&page=114&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 115.jpeg" width="200" height="260" alt="Page 115"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 115.pdf&page=115&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 116.jpeg" width="200" height="260" alt="Page 116"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 116.pdf&page=116&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 117.jpeg" width="200" height="260" alt="Page 117"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 117.pdf&page=117&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 118.jpeg" width="200" height="260" alt="Page 118"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 118.pdf&page=118&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 119.jpeg" width="200" height="260" alt="Page 119"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 119.pdf&page=119&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 120.jpeg" width="200" height="260" alt="Page 120"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 120.pdf&page=120&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 121.jpeg" width="200" height="260" alt="Page 121"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 121.pdf&page=121&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 122.jpeg" width="200" height="260" alt="Page 122"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 122.pdf&page=122&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 123.jpeg" width="200" height="260" alt="Page 123"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 123.pdf&page=123&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 124.jpeg" width="200" height="260" alt="Page 124"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 124.pdf&page=124&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 125.jpeg" width="200" height="260" alt="Page 125"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 125.pdf&page=125&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 126.jpeg" width="200" height="260" alt="Page 126"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 126.pdf&page=126&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 127.jpeg" width="200" height="260" alt="Page 127"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 127.pdf&page=127&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 128.jpeg" width="200" height="260" alt="Page 128"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 128.pdf&page=128&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 129.jpeg" width="200" height="260" alt="Page 129"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 129.pdf&page=129&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 130.jpeg" width="200" height="260" alt="Page 130"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 130.pdf&page=130&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 131.jpeg" width="200" height="260" alt="Page 131"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 131.pdf&page=131&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 132.jpeg" width="200" height="260" alt="Page 132"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 132.pdf&page=132&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 133.jpeg" width="200" height="260" alt="Page 133"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 133.pdf&page=133&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 134.jpeg" width="200" height="260" alt="Page 134"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 134.pdf&page=134&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 135.jpeg" width="200" height="260" alt="Page 135"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 135.pdf&page=135&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 136.jpeg" width="200" height="260" alt="Page 136"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 136.pdf&page=136&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 137.jpeg" width="200" height="260" alt="Page 137"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 137.pdf&page=137&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 138.jpeg" width="200" height="260" alt="Page 138"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 138.pdf&page=138&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 139.jpeg" width="200" height="260" alt="Page 139"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 139.pdf&page=139&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 140.jpeg" width="200" height="260" alt="Page 140"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 140.pdf&page=140&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 141.jpeg" width="200" height="260" alt="Page 141"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 141.pdf&page=141&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 142.jpeg" width="200" height="260" alt="Page 142"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 142.pdf&page=142&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 143.jpeg" width="200" height="260" alt="Page 143"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 143.pdf&page=143&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 144.jpeg" width="200" height="260" alt="Page 144"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 144.pdf&page=144&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 145.jpeg" width="200" height="260" alt="Page 145"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 145.pdf&page=145&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 146.jpeg" width="200" height="260" alt="Page 146"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 146.pdf&page=146&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 147.jpeg" width="200" height="260" alt="Page 147"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 147.pdf&page=147&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 148.jpeg" width="200" height="260" alt="Page 148"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 148.pdf&page=148&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 149.jpeg" width="200" height="260" alt="Page 149"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 149.pdf&page=149&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 150.jpeg" width="200" height="260" alt="Page 150"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 150.pdf&page=150&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 151.jpeg" width="200" height="260" alt="Page 151"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 151.pdf&page=151&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 152.jpeg" width="200" height="260" alt="Page 152"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 152.pdf&page=152&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 153.jpeg" width="200" height="260" alt="Page 153"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 153.pdf&page=153&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 154.jpeg" width="200" height="260" alt="Page 154"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 154.pdf&page=154&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 155.jpeg" width="200" height="260" alt="Page 155"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 155.pdf&page=155&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 156.jpeg" width="200" height="260" alt="Page 156"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 156.pdf&page=156&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 157.jpeg" width="200" height="260" alt="Page 157"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 157.pdf&page=157&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 158.jpeg" width="200" height="260" alt="Page 158"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 158.pdf&page=158&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 159.jpeg" width="200" height="260" alt="Page 159"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 159.pdf&page=159&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 160.jpeg" width="200" height="260" alt="Page 160"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 160.pdf&page=160&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 161.jpeg" width="200" height="260" alt="Page 161"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 161.pdf&page=161&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 162.jpeg" width="200" height="260" alt="Page 162"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 162.pdf&page=162&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 163.jpeg" width="200" height="260" alt="Page 163"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 163.pdf&page=163&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 164.jpeg" width="200" height="260" alt="Page 164"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 164.pdf&page=164&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 165.jpeg" width="200" height="260" alt="Page 165"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 165.pdf&page=165&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 166.jpeg" width="200" height="260" alt="Page 166"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 166.pdf&page=166&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 167.jpeg" width="200" height="260" alt="Page 167"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 167.pdf&page=167&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 168.jpeg" width="200" height="260" alt="Page 168"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 168.pdf&page=168&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 169.jpeg" width="200" height="260" alt="Page 169"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 169.pdf&page=169&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 170.jpeg" width="200" height="260" alt="Page 170"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 170.pdf&page=170&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 171.jpeg" width="200" height="260" alt="Page 171"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 171.pdf&page=171&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 172.jpeg" width="200" height="260" alt="Page 172"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 172.pdf&page=172&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 173.jpeg" width="200" height="260" alt="Page 173"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 173.pdf&page=173&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 174.jpeg" width="200" height="260" alt="Page 174"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 174.pdf&page=174&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 175.jpeg" width="200" height="260" alt="Page 175"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 175.pdf&page=175&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 176.jpeg" width="200" height="260" alt="Page 176"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 176.pdf&page=176&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 177.jpeg" width="200" height="260" alt="Page 177"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 177.pdf&page=177&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 178.jpeg" width="200" height="260" alt="Page 178"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 178.pdf&page=178&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 179.jpeg" width="200" height="260" alt="Page 179"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 179.pdf&page=179&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 180.jpeg" width="200" height="260" alt="Page 180"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 180.pdf&page=180&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 181.jpeg" width="200" height="260" alt="Page 181"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 181.pdf&page=181&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 182.jpeg" width="200" height="260" alt="Page 182"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 182.pdf&page=182&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 183.jpeg" width="200" height="260" alt="Page 183"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 183.pdf&page=183&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 184.jpeg" width="200" height="260" alt="Page 184"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 184.pdf&page=184&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 185.jpeg" width="200" height="260" alt="Page 185"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 185.pdf&page=185&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 186.jpeg" width="200" height="260" alt="Page 186"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 186.pdf&page=186&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 187.jpeg" width="200" height="260" alt="Page 187"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 187.pdf&page=187&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 188.jpeg" width="200" height="260" alt="Page 188"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 188.pdf&page=188&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 189.jpeg" width="200" height="260" alt="Page 189"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 189.pdf&page=189&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 190.jpeg" width="200" height="260" alt="Page 190"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 190.pdf&page=190&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 191.jpeg" width="200" height="260" alt="Page 191"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 191.pdf&page=191&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 192.jpeg" width="200" height="260" alt="Page 192"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 192.pdf&page=192&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 193.jpeg" width="200" height="260" alt="Page 193"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 193.pdf&page=193&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 194.jpeg" width="200" height="260" alt="Page 194"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 194.pdf&page=194&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 195.jpeg" width="200" height="260" alt="Page 195"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 195.pdf&page=195&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 196.jpeg" width="200" height="260" alt="Page 196"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 196.pdf&page=196&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 197.jpeg" width="200" height="260" alt="Page 197"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 197.pdf&page=197&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 198.jpeg" width="200" height="260" alt="Page 198"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 198.pdf&page=198&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 199.jpeg" width="200" height="260" alt="Page 199"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 199.pdf&page=199&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 200.jpeg" width="200" height="260" alt="Page 200"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 200.pdf&page=200&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 201.jpeg" width="200" height="260" alt="Page 201"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 201.pdf&page=201&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 202.jpeg" width="200" height="260" alt="Page 202"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 202.pdf&page=202&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 203.jpeg" width="200" height="260" alt="Page 203"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 203.pdf&page=203&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 204.jpeg" width="200" height="260" alt="Page 204"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 204.pdf&page=204&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 205.jpeg" width="200" height="260" alt="Page 205"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 205.pdf&page=205&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 206.jpeg" width="200" height="260" alt="Page 206"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 206.pdf&page=206&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 207.jpeg" width="200" height="260" alt="Page 207"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 207.pdf&page=207&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 208.jpeg" width="200" height="260" alt="Page 208"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 208.pdf&page=208&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 209.jpeg" width="200" height="260" alt="Page 209"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 209.pdf&page=209&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 210.jpeg" width="200" height="260" alt="Page 210"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 210.pdf&page=210&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 211.jpeg" width="200" height="260" alt="Page 211"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 211.pdf&page=211&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 212.jpeg" width="200" height="260" alt="Page 212"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 212.pdf&page=212&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 213.jpeg" width="200" height="260" alt="Page 213"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 213.pdf&page=213&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 214.jpeg" width="200" height="260" alt="Page 214"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 214.pdf&page=214&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 215.jpeg" width="200" height="260" alt="Page 215"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 215.pdf&page=215&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 216.jpeg" width="200" height="260" alt="Page 216"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 216.pdf&page=216&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 217.jpeg" width="200" height="260" alt="Page 217"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 217.pdf&page=217&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 218.jpeg" width="200" height="260" alt="Page 218"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 218.pdf&page=218&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 219.jpeg" width="200" height="260" alt="Page 219"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 219.pdf&page=219&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 220.jpeg" width="200" height="260" alt="Page 220"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 220.pdf&page=220&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 221.jpeg" width="200" height="260" alt="Page 221"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 221.pdf&page=221&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 222.jpeg" width="200" height="260" alt="Page 222"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 222.pdf&page=222&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 223.jpeg" width="200" height="260" alt="Page 223"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 223.pdf&page=223&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 224.jpeg" width="200" height="260" alt="Page 224"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 224.pdf&page=224&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 225.jpeg" width="200" height="260" alt="Page 225"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 225.pdf&page=225&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 226.jpeg" width="200" height="260" alt="Page 226"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 226.pdf&page=226&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 227.jpeg" width="200" height="260" alt="Page 227"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 227.pdf&page=227&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 228.jpeg" width="200" height="260" alt="Page 228"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 228.pdf&page=228&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 229.jpeg" width="200" height="260" alt="Page 229"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 229.pdf&page=229&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 230.jpeg" width="200" height="260" alt="Page 230"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 230.pdf&page=230&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 231.jpeg" width="200" height="260" alt="Page 231"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 231.pdf&page=231&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 232.jpeg" width="200" height="260" alt="Page 232"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 232.pdf&page=232&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 233.jpeg" width="200" height="260" alt="Page 233"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 233.pdf&page=233&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 234.jpeg" width="200" height="260" alt="Page 234"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 234.pdf&page=234&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 235.jpeg" width="200" height="260" alt="Page 235"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 235.pdf&page=235&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 236.jpeg" width="200" height="260" alt="Page 236"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 236.pdf&page=236&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 237.jpeg" width="200" height="260" alt="Page 237"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 237.pdf&page=237&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 238.jpeg" width="200" height="260" alt="Page 238"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 238.pdf&page=238&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 239.jpeg" width="200" height="260" alt="Page 239"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 239.pdf&page=239&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 240.jpeg" width="200" height="260" alt="Page 240"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 240.pdf&page=240&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 241.jpeg" width="200" height="260" alt="Page 241"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 241.pdf&page=241&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 242.jpeg" width="200" height="260" alt="Page 242"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 242.pdf&page=242&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 243.jpeg" width="200" height="260" alt="Page 243"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 243.pdf&page=243&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 244.jpeg" width="200" height="260" alt="Page 244"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 244.pdf&page=244&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 245.jpeg" width="200" height="260" alt="Page 245"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 245.pdf&page=245&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 246.jpeg" width="200" height="260" alt="Page 246"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 246.pdf&page=246&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 247.jpeg" width="200" height="260" alt="Page 247"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 247.pdf&page=247&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 248.jpeg" width="200" height="260" alt="Page 248"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 248.pdf&page=248&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 249.jpeg" width="200" height="260" alt="Page 249"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 249.pdf&page=249&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 250.jpeg" width="200" height="260" alt="Page 250"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 250.pdf&page=250&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 251.jpeg" width="200" height="260" alt="Page 251"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 251.pdf&page=251&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 252.jpeg" width="200" height="260" alt="Page 252"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 252.pdf&page=252&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 253.jpeg" width="200" height="260" alt="Page 253"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 253.pdf&page=253&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 254.jpeg" width="200" height="260" alt="Page 254"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 254.pdf&page=254&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 255.jpeg" width="200" height="260" alt="Page 255"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 255.pdf&page=255&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 256.jpeg" width="200" height="260" alt="Page 256"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 256.pdf&page=256&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 257.jpeg" width="200" height="260" alt="Page 257"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 257.pdf&page=257&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 258.jpeg" width="200" height="260" alt="Page 258"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 258.pdf&page=258&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 259.jpeg" width="200" height="260" alt="Page 259"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 259.pdf&page=259&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 260.jpeg" width="200" height="260" alt="Page 260"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 260.pdf&page=260&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 261.jpeg" width="200" height="260" alt="Page 261"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 261.pdf&page=261&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 262.jpeg" width="200" height="260" alt="Page 262"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 262.pdf&page=262&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 263.jpeg" width="200" height="260" alt="Page 263"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 263.pdf&page=263&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 264.jpeg" width="200" height="260" alt="Page 264"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 264.pdf&page=264&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 265.jpeg" width="200" height="260" alt="Page 265"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 265.pdf&page=265&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 266.jpeg" width="200" height="260" alt="Page 266"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 266.pdf&page=266&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 267.jpeg" width="200" height="260" alt="Page 267"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 267.pdf&page=267&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 268.jpeg" width="200" height="260" alt="Page 268"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 268.pdf&page=268&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 269.jpeg" width="200" height="260" alt="Page 269"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 269.pdf&page=269&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 270.jpeg" width="200" height="260" alt="Page 270"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 270.pdf&page=270&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 271.jpeg" width="200" height="260" alt="Page 271"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 271.pdf&page=271&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 272.jpeg" width="200" height="260" alt="Page 272"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 272.pdf&page=272&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 273.jpeg" width="200" height="260" alt="Page 273"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 273.pdf&page=273&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 274.jpeg" width="200" height="260" alt="Page 274"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 274.pdf&page=274&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 275.jpeg" width="200" height="260" alt="Page 275"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 275.pdf&page=275&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 276.jpeg" width="200" height="260" alt="Page 276"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 276.pdf&page=276&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 277.jpeg" width="200" height="260" alt="Page 277"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 277.pdf&page=277&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 278.jpeg" width="200" height="260" alt="Page 278"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 278.pdf&page=278&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 279.jpeg" width="200" height="260" alt="Page 279"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 279.pdf&page=279&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 280.jpeg" width="200" height="260" alt="Page 280"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 280.pdf&page=280&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 281.jpeg" width="200" height="260" alt="Page 281"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 281.pdf&page=281&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 282.jpeg" width="200" height="260" alt="Page 282"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 282.pdf&page=282&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 283.jpeg" width="200" height="260" alt="Page 283"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 283.pdf&page=283&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 284.jpeg" width="200" height="260" alt="Page 284"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 284.pdf&page=284&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 285.jpeg" width="200" height="260" alt="Page 285"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 285.pdf&page=285&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 286.jpeg" width="200" height="260" alt="Page 286"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 286.pdf&page=286&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 287.jpeg" width="200" height="260" alt="Page 287"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 287.pdf&page=287&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 288.jpeg" width="200" height="260" alt="Page 288"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 288.pdf&page=288&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 289.jpeg" width="200" height="260" alt="Page 289"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 289.pdf&page=289&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 290.jpeg" width="200" height="260" alt="Page 290"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 290.pdf&page=290&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 291.jpeg" width="200" height="260" alt="Page 291"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 291.pdf&page=291&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 292.jpeg" width="200" height="260" alt="Page 292"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 292.pdf&page=292&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 293.jpeg" width="200" height="260" alt="Page 293"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 293.pdf&page=293&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 294.jpeg" width="200" height="260" alt="Page 294"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 294.pdf&page=294&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 295.jpeg" width="200" height="260" alt="Page 295"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 295.pdf&page=295&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 296.jpeg" width="200" height="260" alt="Page 296"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 296.pdf&page=296&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 297.jpeg" width="200" height="260" alt="Page 297"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 297.pdf&page=297&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 298.jpeg" width="200" height="260" alt="Page 298"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 298.pdf&page=298&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 299.jpeg" width="200" height="260" alt="Page 299"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 299.pdf&page=299&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 300.jpeg" width="200" height="260" alt="Page 300"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 300.pdf&page=300&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 301.jpeg" width="200" height="260" alt="Page 301"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 301.pdf&page=301&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 302.jpeg" width="200" height="260" alt="Page 302"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 302.pdf&page=302&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 303.jpeg" width="200" height="260" alt="Page 303"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 303.pdf&page=303&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 304.jpeg" width="200" height="260" alt="Page 304"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 304.pdf&page=304&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 305.jpeg" width="200" height="260" alt="Page 305"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 305.pdf&page=305&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 306.jpeg" width="200" height="260" alt="Page 306"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 306.pdf&page=306&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 307.jpeg" width="200" height="260" alt="Page 307"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 307.pdf&page=307&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 308.jpeg" width="200" height="260" alt="Page 308"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 308.pdf&page=308&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 309.jpeg" width="200" height="260" alt="Page 309"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 309.pdf&page=309&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 310.jpeg" width="200" height="260" alt="Page 310"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 310.pdf&page=310&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 311.jpeg" width="200" height="260" alt="Page 311"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 311.pdf&page=311&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 312.jpeg" width="200" height="260" alt="Page 312"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 312.pdf&page=312&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 313.jpeg" width="200" height="260" alt="Page 313"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 313.pdf&page=313&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 314.jpeg" width="200" height="260" alt="Page 314"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 314.pdf&page=314&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 315.jpeg" width="200" height="260" alt="Page 315"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 315.pdf&page=315&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 316.jpeg" width="200" height="260" alt="Page 316"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 316.pdf&page=316&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 317.jpeg" width="200" height="260" alt="Page 317"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 317.pdf&page=317&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 318.jpeg" width="200" height="260" alt="Page 318"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 318.pdf&page=318&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 319.jpeg" width="200" height="260" alt="Page 319"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 319.pdf&page=319&total=320)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 320.jpeg" width="200" height="260" alt="Page 320"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 320.pdf&page=320&total=320)

View file

@ -1,3 +1,12 @@
---
layout: page
title: 'Selected Live Demos from "Graphics for the IBM PC"'
permalink: /pubs/pc/programming/Graphics_for_the_IBM_PC/demos/
machines:
- type: pc
id: xt-cga-256k-1
---
Selected Live Demos from [Graphics for the IBM PC](../)
---
@ -21,7 +30,7 @@ From [Page 46](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graph
> can be produced with only a few program
> lines thanks to the power of Advanced BASIC.
[Embedded IBM PC](machine.xml "PCjs:xt-cga-256k-1::::02-03.json")
{% include machine.html id="xt-cga-256k-1" %}
From [Page 58](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graphics_for_the_IBM_PC/pages/Graphics_for_the_IBM_PC 60.pdf&page=60&total=320):
@ -57,6 +66,3 @@ From [Page 58](/modules/shared/templates/pdf.html?url=/pubs/pc/programming/Graph
> white appears much sharper on a television than any
> other color, this palette is the palette of choice for television
> work. (The same is true of any composite monitor.)
[Embedded IBM PC](machine.xml "PCjs:xt-cga-256k-2::::04-01.json")

View file

@ -1,5 +1,11 @@
---
layout: page
title: PC Programming Guides
permalink: /pubs/pc/programming/
---
PC Programming Guides
---
![The 8086 Book](static/thumbs/The_8086_Book.jpg "link::200:260")
![Graphics for the IBM PC](static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 1.jpeg "link:Graphics_for_the_IBM_PC/:200:260")
[<img src="http://static.pcjs.org/pubs/pc/programming/thumbs/The_8086_Book.jpg" width="200" height="260" alt="The 8086 Book"/>](http://static.pcjs.org/pubs/pc/programming/The_8086_Book/The_8086_Book.pdf)
[<img src="http://static.pcjs.org/pubs/pc/programming/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 1.jpeg" width="200" height="260" alt="Graphics for the IBM PC"/>](Graphics_for_the_IBM_PC/)

View file

@ -0,0 +1,14 @@
---
layout: page
title: PC Reference Manuals
permalink: /pubs/pc/reference/
---
PC Reference Manuals
---
An assortment of PC reference manuals, including:
* [IBM PC References](ibm/)
* [Intel CPU Documents](intel/)
* [Microsoft Specifications](microsoft/)

View file

@ -1,397 +1,403 @@
---
layout: page
title: IBM 5150 Technical Reference, August 1981
permalink: /pubs/pc/reference/ibm/5150/techref/
---
[IBM 5150 Technical Reference, August 1981](http://minuszerodegrees.net/manuals/IBM_5150_Technical_Reference_6025005_AUG81.pdf)
---
![Page 1](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 1.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 1.pdf:200:260")
![Page 2](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 2.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 2.pdf:200:260")
![Page 3](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 3.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 3.pdf:200:260")
![Page 4](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 4.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 4.pdf:200:260")
![Page 5](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 5.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 5.pdf:200:260")
![Page 6](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 6.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 6.pdf:200:260")
![Page 7](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 7.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 7.pdf:200:260")
![Page 8](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 8.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 8.pdf:200:260")
![Page 9](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 9.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 9.pdf:200:260")
![Page 10](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 10.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 10.pdf:200:260")
![Page 11](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 11.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 11.pdf:200:260")
![Page 12](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 12.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 12.pdf:200:260")
![Page 13](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 13.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 13.pdf:200:260")
![Page 14](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 14.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 14.pdf:200:260")
![Page 15](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 15.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 15.pdf:200:260")
![Page 16](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 16.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 16.pdf:200:260")
![Page 17](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 17.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 17.pdf:200:260")
![Page 18](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 18.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 18.pdf:200:260")
![Page 19](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 19.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 19.pdf:200:260")
![Page 20](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 20.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 20.pdf:200:260")
![Page 21](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 21.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 21.pdf:200:260")
![Page 22](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 22.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 22.pdf:200:260")
![Page 23](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 23.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 23.pdf:200:260")
![Page 24](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 24.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 24.pdf:200:260")
![Page 25](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 25.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 25.pdf:200:260")
![Page 26](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 26.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 26.pdf:200:260")
![Page 27](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 27.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 27.pdf:200:260")
![Page 28](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 28.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 28.pdf:200:260")
![Page 29](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 29.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 29.pdf:200:260")
![Page 30](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 30.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 30.pdf:200:260")
![Page 31](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 31.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 31.pdf:200:260")
![Page 32](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 32.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 32.pdf:200:260")
![Page 33](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 33.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 33.pdf:200:260")
![Page 34](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 34.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 34.pdf:200:260")
![Page 35](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 35.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 35.pdf:200:260")
![Page 36](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 36.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 36.pdf:200:260")
![Page 37](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 37.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 37.pdf:200:260")
![Page 38](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 38.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 38.pdf:200:260")
![Page 39](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 39.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 39.pdf:200:260")
![Page 40](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 40.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 40.pdf:200:260")
![Page 41](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 41.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 41.pdf:200:260")
![Page 42](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 42.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 42.pdf:200:260")
![Page 43](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 43.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 43.pdf:200:260")
![Page 44](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 44.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 44.pdf:200:260")
![Page 45](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 45.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 45.pdf:200:260")
![Page 46](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 46.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 46.pdf:200:260")
![Page 47](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 47.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 47.pdf:200:260")
![Page 48](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 48.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 48.pdf:200:260")
![Page 49](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 49.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 49.pdf:200:260")
![Page 50](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 50.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 50.pdf:200:260")
![Page 51](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 51.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 51.pdf:200:260")
![Page 52](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 52.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 52.pdf:200:260")
![Page 53](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 53.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 53.pdf:200:260")
![Page 54](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 54.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 54.pdf:200:260")
![Page 55](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 55.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 55.pdf:200:260")
![Page 56](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 56.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 56.pdf:200:260")
![Page 57](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 57.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 57.pdf:200:260")
![Page 58](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 58.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 58.pdf:200:260")
![Page 59](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 59.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 59.pdf:200:260")
![Page 60](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 60.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 60.pdf:200:260")
![Page 61](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 61.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 61.pdf:200:260")
![Page 62](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 62.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 62.pdf:200:260")
![Page 63](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 63.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 63.pdf:200:260")
![Page 64](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 64.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 64.pdf:200:260")
![Page 65](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 65.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 65.pdf:200:260")
![Page 66](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 66.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 66.pdf:200:260")
![Page 67](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 67.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 67.pdf:200:260")
![Page 68](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 68.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 68.pdf:200:260")
![Page 69](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 69.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 69.pdf:200:260")
![Page 70](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 70.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 70.pdf:200:260")
![Page 71](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 71.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 71.pdf:200:260")
![Page 72](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 72.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 72.pdf:200:260")
![Page 73](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 73.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 73.pdf:200:260")
![Page 74](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 74.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 74.pdf:200:260")
![Page 75](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 75.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 75.pdf:200:260")
![Page 76](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 76.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 76.pdf:200:260")
![Page 77](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 77.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 77.pdf:200:260")
![Page 78](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 78.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 78.pdf:200:260")
![Page 79](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 79.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 79.pdf:200:260")
![Page 80](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 80.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 80.pdf:200:260")
![Page 81](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 81.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 81.pdf:200:260")
![Page 82](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 82.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 82.pdf:200:260")
![Page 83](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 83.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 83.pdf:200:260")
![Page 84](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 84.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 84.pdf:200:260")
![Page 85](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 85.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 85.pdf:200:260")
![Page 86](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 86.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 86.pdf:200:260")
![Page 87](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 87.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 87.pdf:200:260")
![Page 88](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 88.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 88.pdf:200:260")
![Page 89](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 89.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 89.pdf:200:260")
![Page 90](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 90.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 90.pdf:200:260")
![Page 91](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 91.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 91.pdf:200:260")
![Page 92](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 92.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 92.pdf:200:260")
![Page 93](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 93.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 93.pdf:200:260")
![Page 94](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 94.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 94.pdf:200:260")
![Page 95](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 95.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 95.pdf:200:260")
![Page 96](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 96.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 96.pdf:200:260")
![Page 97](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 97.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 97.pdf:200:260")
![Page 98](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 98.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 98.pdf:200:260")
![Page 99](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 99.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 99.pdf:200:260")
![Page 100](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 100.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 100.pdf:200:260")
![Page 101](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 101.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 101.pdf:200:260")
![Page 102](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 102.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 102.pdf:200:260")
![Page 103](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 103.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 103.pdf:200:260")
![Page 104](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 104.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 104.pdf:200:260")
![Page 105](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 105.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 105.pdf:200:260")
![Page 106](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 106.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 106.pdf:200:260")
![Page 107](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 107.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 107.pdf:200:260")
![Page 108](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 108.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 108.pdf:200:260")
![Page 109](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 109.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 109.pdf:200:260")
![Page 110](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 110.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 110.pdf:200:260")
![Page 111](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 111.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 111.pdf:200:260")
![Page 112](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 112.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 112.pdf:200:260")
![Page 113](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 113.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 113.pdf:200:260")
![Page 114](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 114.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 114.pdf:200:260")
![Page 115](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 115.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 115.pdf:200:260")
![Page 116](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 116.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 116.pdf:200:260")
![Page 117](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 117.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 117.pdf:200:260")
![Page 118](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 118.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 118.pdf:200:260")
![Page 119](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 119.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 119.pdf:200:260")
![Page 120](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 120.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 120.pdf:200:260")
![Page 121](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 121.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 121.pdf:200:260")
![Page 122](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 122.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 122.pdf:200:260")
![Page 123](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 123.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 123.pdf:200:260")
![Page 124](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 124.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 124.pdf:200:260")
![Page 125](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 125.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 125.pdf:200:260")
![Page 126](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 126.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 126.pdf:200:260")
![Page 127](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 127.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 127.pdf:200:260")
![Page 128](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 128.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 128.pdf:200:260")
![Page 129](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 129.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 129.pdf:200:260")
![Page 130](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 130.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 130.pdf:200:260")
![Page 131](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 131.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 131.pdf:200:260")
![Page 132](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 132.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 132.pdf:200:260")
![Page 133](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 133.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 133.pdf:200:260")
![Page 134](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 134.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 134.pdf:200:260")
![Page 135](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 135.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 135.pdf:200:260")
![Page 136](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 136.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 136.pdf:200:260")
![Page 137](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 137.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 137.pdf:200:260")
![Page 138](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 138.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 138.pdf:200:260")
![Page 139](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 139.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 139.pdf:200:260")
![Page 140](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 140.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 140.pdf:200:260")
![Page 141](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 141.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 141.pdf:200:260")
![Page 142](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 142.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 142.pdf:200:260")
![Page 143](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 143.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 143.pdf:200:260")
![Page 144](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 144.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 144.pdf:200:260")
![Page 145](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 145.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 145.pdf:200:260")
![Page 146](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 146.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 146.pdf:200:260")
![Page 147](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 147.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 147.pdf:200:260")
![Page 148](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 148.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 148.pdf:200:260")
![Page 149](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 149.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 149.pdf:200:260")
![Page 150](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 150.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 150.pdf:200:260")
![Page 151](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 151.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 151.pdf:200:260")
![Page 152](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 152.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 152.pdf:200:260")
![Page 153](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 153.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 153.pdf:200:260")
![Page 154](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 154.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 154.pdf:200:260")
![Page 155](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 155.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 155.pdf:200:260")
![Page 156](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 156.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 156.pdf:200:260")
![Page 157](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 157.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 157.pdf:200:260")
![Page 158](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 158.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 158.pdf:200:260")
![Page 159](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 159.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 159.pdf:200:260")
![Page 160](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 160.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 160.pdf:200:260")
![Page 161](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 161.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 161.pdf:200:260")
![Page 162](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 162.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 162.pdf:200:260")
![Page 163](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 163.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 163.pdf:200:260")
![Page 164](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 164.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 164.pdf:200:260")
![Page 165](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 165.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 165.pdf:200:260")
![Page 166](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 166.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 166.pdf:200:260")
![Page 167](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 167.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 167.pdf:200:260")
![Page 168](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 168.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 168.pdf:200:260")
![Page 169](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 169.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 169.pdf:200:260")
![Page 170](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 170.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 170.pdf:200:260")
![Page 171](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 171.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 171.pdf:200:260")
![Page 172](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 172.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 172.pdf:200:260")
![Page 173](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 173.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 173.pdf:200:260")
![Page 174](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 174.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 174.pdf:200:260")
![Page 175](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 175.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 175.pdf:200:260")
![Page 176](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 176.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 176.pdf:200:260")
![Page 177](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 177.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 177.pdf:200:260")
![Page 178](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 178.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 178.pdf:200:260")
![Page 179](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 179.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 179.pdf:200:260")
![Page 180](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 180.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 180.pdf:200:260")
![Page 181](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 181.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 181.pdf:200:260")
![Page 182](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 182.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 182.pdf:200:260")
![Page 183](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 183.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 183.pdf:200:260")
![Page 184](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 184.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 184.pdf:200:260")
![Page 185](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 185.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 185.pdf:200:260")
![Page 186](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 186.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 186.pdf:200:260")
![Page 187](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 187.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 187.pdf:200:260")
![Page 188](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 188.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 188.pdf:200:260")
![Page 189](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 189.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 189.pdf:200:260")
![Page 190](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 190.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 190.pdf:200:260")
![Page 191](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 191.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 191.pdf:200:260")
![Page 192](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 192.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 192.pdf:200:260")
![Page 193](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 193.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 193.pdf:200:260")
![Page 194](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 194.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 194.pdf:200:260")
![Page 195](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 195.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 195.pdf:200:260")
![Page 196](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 196.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 196.pdf:200:260")
![Page 197](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 197.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 197.pdf:200:260")
![Page 198](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 198.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 198.pdf:200:260")
![Page 199](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 199.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 199.pdf:200:260")
![Page 200](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 200.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 200.pdf:200:260")
![Page 201](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 201.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 201.pdf:200:260")
![Page 202](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 202.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 202.pdf:200:260")
![Page 203](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 203.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 203.pdf:200:260")
![Page 204](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 204.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 204.pdf:200:260")
![Page 205](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 205.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 205.pdf:200:260")
![Page 206](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 206.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 206.pdf:200:260")
![Page 207](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 207.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 207.pdf:200:260")
![Page 208](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 208.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 208.pdf:200:260")
![Page 209](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 209.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 209.pdf:200:260")
![Page 210](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 210.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 210.pdf:200:260")
![Page 211](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 211.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 211.pdf:200:260")
![Page 212](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 212.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 212.pdf:200:260")
![Page 213](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 213.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 213.pdf:200:260")
![Page 214](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 214.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 214.pdf:200:260")
![Page 215](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 215.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 215.pdf:200:260")
![Page 216](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 216.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 216.pdf:200:260")
![Page 217](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 217.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 217.pdf:200:260")
![Page 218](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 218.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 218.pdf:200:260")
![Page 219](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 219.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 219.pdf:200:260")
![Page 220](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 220.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 220.pdf:200:260")
![Page 221](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 221.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 221.pdf:200:260")
![Page 222](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 222.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 222.pdf:200:260")
![Page 223](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 223.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 223.pdf:200:260")
![Page 224](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 224.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 224.pdf:200:260")
![Page 225](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 225.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 225.pdf:200:260")
![Page 226](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 226.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 226.pdf:200:260")
![Page 227](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 227.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 227.pdf:200:260")
![Page 228](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 228.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 228.pdf:200:260")
![Page 229](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 229.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 229.pdf:200:260")
![Page 230](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 230.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 230.pdf:200:260")
![Page 231](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 231.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 231.pdf:200:260")
![Page 232](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 232.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 232.pdf:200:260")
![Page 233](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 233.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 233.pdf:200:260")
![Page 234](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 234.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 234.pdf:200:260")
![Page 235](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 235.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 235.pdf:200:260")
![Page 236](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 236.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 236.pdf:200:260")
![Page 237](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 237.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 237.pdf:200:260")
![Page 238](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 238.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 238.pdf:200:260")
![Page 239](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 239.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 239.pdf:200:260")
![Page 240](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 240.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 240.pdf:200:260")
![Page 241](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 241.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 241.pdf:200:260")
![Page 242](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 242.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 242.pdf:200:260")
![Page 243](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 243.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 243.pdf:200:260")
![Page 244](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 244.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 244.pdf:200:260")
![Page 245](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 245.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 245.pdf:200:260")
![Page 246](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 246.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 246.pdf:200:260")
![Page 247](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 247.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 247.pdf:200:260")
![Page 248](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 248.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 248.pdf:200:260")
![Page 249](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 249.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 249.pdf:200:260")
![Page 250](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 250.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 250.pdf:200:260")
![Page 251](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 251.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 251.pdf:200:260")
![Page 252](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 252.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 252.pdf:200:260")
![Page 253](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 253.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 253.pdf:200:260")
![Page 254](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 254.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 254.pdf:200:260")
![Page 255](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 255.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 255.pdf:200:260")
![Page 256](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 256.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 256.pdf:200:260")
![Page 257](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 257.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 257.pdf:200:260")
![Page 258](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 258.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 258.pdf:200:260")
![Page 259](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 259.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 259.pdf:200:260")
![Page 260](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 260.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 260.pdf:200:260")
![Page 261](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 261.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 261.pdf:200:260")
![Page 262](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 262.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 262.pdf:200:260")
![Page 263](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 263.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 263.pdf:200:260")
![Page 264](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 264.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 264.pdf:200:260")
![Page 265](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 265.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 265.pdf:200:260")
![Page 266](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 266.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 266.pdf:200:260")
![Page 267](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 267.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 267.pdf:200:260")
![Page 268](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 268.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 268.pdf:200:260")
![Page 269](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 269.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 269.pdf:200:260")
![Page 270](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 270.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 270.pdf:200:260")
![Page 271](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 271.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 271.pdf:200:260")
![Page 272](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 272.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 272.pdf:200:260")
![Page 273](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 273.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 273.pdf:200:260")
![Page 274](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 274.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 274.pdf:200:260")
![Page 275](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 275.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 275.pdf:200:260")
![Page 276](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 276.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 276.pdf:200:260")
![Page 277](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 277.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 277.pdf:200:260")
![Page 278](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 278.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 278.pdf:200:260")
![Page 279](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 279.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 279.pdf:200:260")
![Page 280](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 280.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 280.pdf:200:260")
![Page 281](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 281.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 281.pdf:200:260")
![Page 282](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 282.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 282.pdf:200:260")
![Page 283](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 283.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 283.pdf:200:260")
![Page 284](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 284.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 284.pdf:200:260")
![Page 285](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 285.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 285.pdf:200:260")
![Page 286](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 286.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 286.pdf:200:260")
![Page 287](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 287.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 287.pdf:200:260")
![Page 288](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 288.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 288.pdf:200:260")
![Page 289](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 289.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 289.pdf:200:260")
![Page 290](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 290.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 290.pdf:200:260")
![Page 291](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 291.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 291.pdf:200:260")
![Page 292](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 292.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 292.pdf:200:260")
![Page 293](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 293.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 293.pdf:200:260")
![Page 294](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 294.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 294.pdf:200:260")
![Page 295](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 295.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 295.pdf:200:260")
![Page 296](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 296.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 296.pdf:200:260")
![Page 297](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 297.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 297.pdf:200:260")
![Page 298](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 298.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 298.pdf:200:260")
![Page 299](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 299.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 299.pdf:200:260")
![Page 300](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 300.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 300.pdf:200:260")
![Page 301](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 301.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 301.pdf:200:260")
![Page 302](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 302.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 302.pdf:200:260")
![Page 303](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 303.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 303.pdf:200:260")
![Page 304](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 304.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 304.pdf:200:260")
![Page 305](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 305.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 305.pdf:200:260")
![Page 306](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 306.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 306.pdf:200:260")
![Page 307](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 307.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 307.pdf:200:260")
![Page 308](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 308.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 308.pdf:200:260")
![Page 309](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 309.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 309.pdf:200:260")
![Page 310](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 310.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 310.pdf:200:260")
![Page 311](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 311.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 311.pdf:200:260")
![Page 312](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 312.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 312.pdf:200:260")
![Page 313](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 313.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 313.pdf:200:260")
![Page 314](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 314.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 314.pdf:200:260")
![Page 315](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 315.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 315.pdf:200:260")
![Page 316](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 316.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 316.pdf:200:260")
![Page 317](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 317.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 317.pdf:200:260")
![Page 318](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 318.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 318.pdf:200:260")
![Page 319](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 319.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 319.pdf:200:260")
![Page 320](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 320.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 320.pdf:200:260")
![Page 321](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 321.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 321.pdf:200:260")
![Page 322](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 322.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 322.pdf:200:260")
![Page 323](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 323.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 323.pdf:200:260")
![Page 324](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 324.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 324.pdf:200:260")
![Page 325](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 325.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 325.pdf:200:260")
![Page 326](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 326.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 326.pdf:200:260")
![Page 327](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 327.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 327.pdf:200:260")
![Page 328](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 328.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 328.pdf:200:260")
![Page 329](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 329.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 329.pdf:200:260")
![Page 330](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 330.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 330.pdf:200:260")
![Page 331](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 331.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 331.pdf:200:260")
![Page 332](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 332.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 332.pdf:200:260")
![Page 333](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 333.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 333.pdf:200:260")
![Page 334](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 334.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 334.pdf:200:260")
![Page 335](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 335.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 335.pdf:200:260")
![Page 336](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 336.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 336.pdf:200:260")
![Page 337](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 337.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 337.pdf:200:260")
![Page 338](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 338.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 338.pdf:200:260")
![Page 339](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 339.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 339.pdf:200:260")
![Page 340](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 340.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 340.pdf:200:260")
![Page 341](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 341.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 341.pdf:200:260")
![Page 342](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 342.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 342.pdf:200:260")
![Page 343](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 343.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 343.pdf:200:260")
![Page 344](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 344.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 344.pdf:200:260")
![Page 345](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 345.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 345.pdf:200:260")
![Page 346](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 346.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 346.pdf:200:260")
![Page 347](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 347.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 347.pdf:200:260")
![Page 348](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 348.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 348.pdf:200:260")
![Page 349](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 349.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 349.pdf:200:260")
![Page 350](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 350.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 350.pdf:200:260")
![Page 351](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 351.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 351.pdf:200:260")
![Page 352](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 352.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 352.pdf:200:260")
![Page 353](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 353.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 353.pdf:200:260")
![Page 354](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 354.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 354.pdf:200:260")
![Page 355](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 355.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 355.pdf:200:260")
![Page 356](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 356.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 356.pdf:200:260")
![Page 357](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 357.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 357.pdf:200:260")
![Page 358](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 358.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 358.pdf:200:260")
![Page 359](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 359.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 359.pdf:200:260")
![Page 360](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 360.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 360.pdf:200:260")
![Page 361](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 361.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 361.pdf:200:260")
![Page 362](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 362.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 362.pdf:200:260")
![Page 363](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 363.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 363.pdf:200:260")
![Page 364](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 364.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 364.pdf:200:260")
![Page 365](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 365.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 365.pdf:200:260")
![Page 366](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 366.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 366.pdf:200:260")
![Page 367](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 367.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 367.pdf:200:260")
![Page 368](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 368.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 368.pdf:200:260")
![Page 369](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 369.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 369.pdf:200:260")
![Page 370](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 370.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 370.pdf:200:260")
![Page 371](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 371.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 371.pdf:200:260")
![Page 372](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 372.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 372.pdf:200:260")
![Page 373](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 373.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 373.pdf:200:260")
![Page 374](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 374.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 374.pdf:200:260")
![Page 375](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 375.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 375.pdf:200:260")
![Page 376](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 376.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 376.pdf:200:260")
![Page 377](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 377.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 377.pdf:200:260")
![Page 378](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 378.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 378.pdf:200:260")
![Page 379](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 379.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 379.pdf:200:260")
![Page 380](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 380.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 380.pdf:200:260")
![Page 381](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 381.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 381.pdf:200:260")
![Page 382](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 382.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 382.pdf:200:260")
![Page 383](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 383.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 383.pdf:200:260")
![Page 384](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 384.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 384.pdf:200:260")
![Page 385](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 385.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 385.pdf:200:260")
![Page 386](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 386.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 386.pdf:200:260")
![Page 387](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 387.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 387.pdf:200:260")
![Page 388](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 388.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 388.pdf:200:260")
![Page 389](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 389.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 389.pdf:200:260")
![Page 390](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 390.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 390.pdf:200:260")
![Page 391](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 391.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 391.pdf:200:260")
![Page 392](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 392.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 392.pdf:200:260")
![Page 393](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 393.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 393.pdf:200:260")
![Page 394](../../static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 394.jpeg "link:../../static/5150/techref/1981-08/pages/IBM-5150-TECHREF 394.pdf:200:260")
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 1.jpeg" width="200" height="260" alt="Page 1"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 1.pdf&page=1&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 2.jpeg" width="200" height="260" alt="Page 2"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 2.pdf&page=2&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 3.jpeg" width="200" height="260" alt="Page 3"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 3.pdf&page=3&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 4.jpeg" width="200" height="260" alt="Page 4"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 4.pdf&page=4&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 5.jpeg" width="200" height="260" alt="Page 5"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 5.pdf&page=5&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 6.jpeg" width="200" height="260" alt="Page 6"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 6.pdf&page=6&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 7.jpeg" width="200" height="260" alt="Page 7"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 7.pdf&page=7&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 8.jpeg" width="200" height="260" alt="Page 8"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 8.pdf&page=8&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 9.jpeg" width="200" height="260" alt="Page 9"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 9.pdf&page=9&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 10.jpeg" width="200" height="260" alt="Page 10"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 10.pdf&page=10&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 11.jpeg" width="200" height="260" alt="Page 11"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 11.pdf&page=11&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 12.jpeg" width="200" height="260" alt="Page 12"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 12.pdf&page=12&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 13.jpeg" width="200" height="260" alt="Page 13"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 13.pdf&page=13&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 14.jpeg" width="200" height="260" alt="Page 14"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 14.pdf&page=14&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 15.jpeg" width="200" height="260" alt="Page 15"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 15.pdf&page=15&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 16.jpeg" width="200" height="260" alt="Page 16"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 16.pdf&page=16&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 17.jpeg" width="200" height="260" alt="Page 17"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 17.pdf&page=17&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 18.jpeg" width="200" height="260" alt="Page 18"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 18.pdf&page=18&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 19.jpeg" width="200" height="260" alt="Page 19"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 19.pdf&page=19&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 20.jpeg" width="200" height="260" alt="Page 20"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 20.pdf&page=20&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 21.jpeg" width="200" height="260" alt="Page 21"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 21.pdf&page=21&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 22.jpeg" width="200" height="260" alt="Page 22"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 22.pdf&page=22&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 23.jpeg" width="200" height="260" alt="Page 23"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 23.pdf&page=23&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 24.jpeg" width="200" height="260" alt="Page 24"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 24.pdf&page=24&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 25.jpeg" width="200" height="260" alt="Page 25"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 25.pdf&page=25&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 26.jpeg" width="200" height="260" alt="Page 26"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 26.pdf&page=26&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 27.jpeg" width="200" height="260" alt="Page 27"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 27.pdf&page=27&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 28.jpeg" width="200" height="260" alt="Page 28"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 28.pdf&page=28&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 29.jpeg" width="200" height="260" alt="Page 29"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 29.pdf&page=29&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 30.jpeg" width="200" height="260" alt="Page 30"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 30.pdf&page=30&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 31.jpeg" width="200" height="260" alt="Page 31"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 31.pdf&page=31&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 32.jpeg" width="200" height="260" alt="Page 32"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 32.pdf&page=32&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 33.jpeg" width="200" height="260" alt="Page 33"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 33.pdf&page=33&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 34.jpeg" width="200" height="260" alt="Page 34"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 34.pdf&page=34&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 35.jpeg" width="200" height="260" alt="Page 35"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 35.pdf&page=35&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 36.jpeg" width="200" height="260" alt="Page 36"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 36.pdf&page=36&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 37.jpeg" width="200" height="260" alt="Page 37"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 37.pdf&page=37&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 38.jpeg" width="200" height="260" alt="Page 38"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 38.pdf&page=38&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 39.jpeg" width="200" height="260" alt="Page 39"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 39.pdf&page=39&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 40.jpeg" width="200" height="260" alt="Page 40"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 40.pdf&page=40&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 41.jpeg" width="200" height="260" alt="Page 41"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 41.pdf&page=41&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 42.jpeg" width="200" height="260" alt="Page 42"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 42.pdf&page=42&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 43.jpeg" width="200" height="260" alt="Page 43"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 43.pdf&page=43&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 44.jpeg" width="200" height="260" alt="Page 44"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 44.pdf&page=44&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 45.jpeg" width="200" height="260" alt="Page 45"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 45.pdf&page=45&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 46.jpeg" width="200" height="260" alt="Page 46"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 46.pdf&page=46&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 47.jpeg" width="200" height="260" alt="Page 47"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 47.pdf&page=47&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 48.jpeg" width="200" height="260" alt="Page 48"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 48.pdf&page=48&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 49.jpeg" width="200" height="260" alt="Page 49"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 49.pdf&page=49&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 50.jpeg" width="200" height="260" alt="Page 50"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 50.pdf&page=50&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 51.jpeg" width="200" height="260" alt="Page 51"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 51.pdf&page=51&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 52.jpeg" width="200" height="260" alt="Page 52"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 52.pdf&page=52&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 53.jpeg" width="200" height="260" alt="Page 53"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 53.pdf&page=53&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 54.jpeg" width="200" height="260" alt="Page 54"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 54.pdf&page=54&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 55.jpeg" width="200" height="260" alt="Page 55"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 55.pdf&page=55&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 56.jpeg" width="200" height="260" alt="Page 56"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 56.pdf&page=56&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 57.jpeg" width="200" height="260" alt="Page 57"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 57.pdf&page=57&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 58.jpeg" width="200" height="260" alt="Page 58"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 58.pdf&page=58&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 59.jpeg" width="200" height="260" alt="Page 59"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 59.pdf&page=59&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 60.jpeg" width="200" height="260" alt="Page 60"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 60.pdf&page=60&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 61.jpeg" width="200" height="260" alt="Page 61"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 61.pdf&page=61&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 62.jpeg" width="200" height="260" alt="Page 62"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 62.pdf&page=62&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 63.jpeg" width="200" height="260" alt="Page 63"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 63.pdf&page=63&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 64.jpeg" width="200" height="260" alt="Page 64"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 64.pdf&page=64&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 65.jpeg" width="200" height="260" alt="Page 65"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 65.pdf&page=65&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 66.jpeg" width="200" height="260" alt="Page 66"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 66.pdf&page=66&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 67.jpeg" width="200" height="260" alt="Page 67"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 67.pdf&page=67&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 68.jpeg" width="200" height="260" alt="Page 68"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 68.pdf&page=68&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 69.jpeg" width="200" height="260" alt="Page 69"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 69.pdf&page=69&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 70.jpeg" width="200" height="260" alt="Page 70"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 70.pdf&page=70&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 71.jpeg" width="200" height="260" alt="Page 71"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 71.pdf&page=71&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 72.jpeg" width="200" height="260" alt="Page 72"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 72.pdf&page=72&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 73.jpeg" width="200" height="260" alt="Page 73"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 73.pdf&page=73&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 74.jpeg" width="200" height="260" alt="Page 74"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 74.pdf&page=74&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 75.jpeg" width="200" height="260" alt="Page 75"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 75.pdf&page=75&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 76.jpeg" width="200" height="260" alt="Page 76"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 76.pdf&page=76&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 77.jpeg" width="200" height="260" alt="Page 77"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 77.pdf&page=77&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 78.jpeg" width="200" height="260" alt="Page 78"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 78.pdf&page=78&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 79.jpeg" width="200" height="260" alt="Page 79"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 79.pdf&page=79&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 80.jpeg" width="200" height="260" alt="Page 80"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 80.pdf&page=80&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 81.jpeg" width="200" height="260" alt="Page 81"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 81.pdf&page=81&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 82.jpeg" width="200" height="260" alt="Page 82"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 82.pdf&page=82&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 83.jpeg" width="200" height="260" alt="Page 83"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 83.pdf&page=83&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 84.jpeg" width="200" height="260" alt="Page 84"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 84.pdf&page=84&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 85.jpeg" width="200" height="260" alt="Page 85"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 85.pdf&page=85&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 86.jpeg" width="200" height="260" alt="Page 86"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 86.pdf&page=86&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 87.jpeg" width="200" height="260" alt="Page 87"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 87.pdf&page=87&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 88.jpeg" width="200" height="260" alt="Page 88"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 88.pdf&page=88&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 89.jpeg" width="200" height="260" alt="Page 89"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 89.pdf&page=89&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 90.jpeg" width="200" height="260" alt="Page 90"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 90.pdf&page=90&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 91.jpeg" width="200" height="260" alt="Page 91"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 91.pdf&page=91&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 92.jpeg" width="200" height="260" alt="Page 92"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 92.pdf&page=92&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 93.jpeg" width="200" height="260" alt="Page 93"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 93.pdf&page=93&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 94.jpeg" width="200" height="260" alt="Page 94"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 94.pdf&page=94&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 95.jpeg" width="200" height="260" alt="Page 95"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 95.pdf&page=95&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 96.jpeg" width="200" height="260" alt="Page 96"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 96.pdf&page=96&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 97.jpeg" width="200" height="260" alt="Page 97"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 97.pdf&page=97&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 98.jpeg" width="200" height="260" alt="Page 98"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 98.pdf&page=98&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 99.jpeg" width="200" height="260" alt="Page 99"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 99.pdf&page=99&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 100.jpeg" width="200" height="260" alt="Page 100"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 100.pdf&page=100&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 101.jpeg" width="200" height="260" alt="Page 101"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 101.pdf&page=101&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 102.jpeg" width="200" height="260" alt="Page 102"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 102.pdf&page=102&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 103.jpeg" width="200" height="260" alt="Page 103"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 103.pdf&page=103&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 104.jpeg" width="200" height="260" alt="Page 104"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 104.pdf&page=104&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 105.jpeg" width="200" height="260" alt="Page 105"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 105.pdf&page=105&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 106.jpeg" width="200" height="260" alt="Page 106"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 106.pdf&page=106&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 107.jpeg" width="200" height="260" alt="Page 107"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 107.pdf&page=107&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 108.jpeg" width="200" height="260" alt="Page 108"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 108.pdf&page=108&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 109.jpeg" width="200" height="260" alt="Page 109"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 109.pdf&page=109&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 110.jpeg" width="200" height="260" alt="Page 110"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 110.pdf&page=110&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 111.jpeg" width="200" height="260" alt="Page 111"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 111.pdf&page=111&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 112.jpeg" width="200" height="260" alt="Page 112"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 112.pdf&page=112&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 113.jpeg" width="200" height="260" alt="Page 113"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 113.pdf&page=113&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 114.jpeg" width="200" height="260" alt="Page 114"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 114.pdf&page=114&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 115.jpeg" width="200" height="260" alt="Page 115"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 115.pdf&page=115&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 116.jpeg" width="200" height="260" alt="Page 116"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 116.pdf&page=116&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 117.jpeg" width="200" height="260" alt="Page 117"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 117.pdf&page=117&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 118.jpeg" width="200" height="260" alt="Page 118"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 118.pdf&page=118&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 119.jpeg" width="200" height="260" alt="Page 119"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 119.pdf&page=119&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 120.jpeg" width="200" height="260" alt="Page 120"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 120.pdf&page=120&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 121.jpeg" width="200" height="260" alt="Page 121"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 121.pdf&page=121&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 122.jpeg" width="200" height="260" alt="Page 122"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 122.pdf&page=122&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 123.jpeg" width="200" height="260" alt="Page 123"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 123.pdf&page=123&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 124.jpeg" width="200" height="260" alt="Page 124"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 124.pdf&page=124&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 125.jpeg" width="200" height="260" alt="Page 125"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 125.pdf&page=125&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 126.jpeg" width="200" height="260" alt="Page 126"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 126.pdf&page=126&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 127.jpeg" width="200" height="260" alt="Page 127"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 127.pdf&page=127&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 128.jpeg" width="200" height="260" alt="Page 128"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 128.pdf&page=128&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 129.jpeg" width="200" height="260" alt="Page 129"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 129.pdf&page=129&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 130.jpeg" width="200" height="260" alt="Page 130"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 130.pdf&page=130&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 131.jpeg" width="200" height="260" alt="Page 131"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 131.pdf&page=131&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 132.jpeg" width="200" height="260" alt="Page 132"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 132.pdf&page=132&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 133.jpeg" width="200" height="260" alt="Page 133"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 133.pdf&page=133&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 134.jpeg" width="200" height="260" alt="Page 134"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 134.pdf&page=134&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 135.jpeg" width="200" height="260" alt="Page 135"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 135.pdf&page=135&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 136.jpeg" width="200" height="260" alt="Page 136"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 136.pdf&page=136&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 137.jpeg" width="200" height="260" alt="Page 137"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 137.pdf&page=137&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 138.jpeg" width="200" height="260" alt="Page 138"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 138.pdf&page=138&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 139.jpeg" width="200" height="260" alt="Page 139"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 139.pdf&page=139&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 140.jpeg" width="200" height="260" alt="Page 140"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 140.pdf&page=140&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 141.jpeg" width="200" height="260" alt="Page 141"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 141.pdf&page=141&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 142.jpeg" width="200" height="260" alt="Page 142"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 142.pdf&page=142&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 143.jpeg" width="200" height="260" alt="Page 143"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 143.pdf&page=143&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 144.jpeg" width="200" height="260" alt="Page 144"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 144.pdf&page=144&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 145.jpeg" width="200" height="260" alt="Page 145"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 145.pdf&page=145&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 146.jpeg" width="200" height="260" alt="Page 146"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 146.pdf&page=146&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 147.jpeg" width="200" height="260" alt="Page 147"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 147.pdf&page=147&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 148.jpeg" width="200" height="260" alt="Page 148"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 148.pdf&page=148&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 149.jpeg" width="200" height="260" alt="Page 149"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 149.pdf&page=149&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 150.jpeg" width="200" height="260" alt="Page 150"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 150.pdf&page=150&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 151.jpeg" width="200" height="260" alt="Page 151"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 151.pdf&page=151&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 152.jpeg" width="200" height="260" alt="Page 152"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 152.pdf&page=152&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 153.jpeg" width="200" height="260" alt="Page 153"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 153.pdf&page=153&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 154.jpeg" width="200" height="260" alt="Page 154"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 154.pdf&page=154&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 155.jpeg" width="200" height="260" alt="Page 155"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 155.pdf&page=155&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 156.jpeg" width="200" height="260" alt="Page 156"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 156.pdf&page=156&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 157.jpeg" width="200" height="260" alt="Page 157"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 157.pdf&page=157&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 158.jpeg" width="200" height="260" alt="Page 158"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 158.pdf&page=158&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 159.jpeg" width="200" height="260" alt="Page 159"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 159.pdf&page=159&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 160.jpeg" width="200" height="260" alt="Page 160"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 160.pdf&page=160&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 161.jpeg" width="200" height="260" alt="Page 161"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 161.pdf&page=161&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 162.jpeg" width="200" height="260" alt="Page 162"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 162.pdf&page=162&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 163.jpeg" width="200" height="260" alt="Page 163"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 163.pdf&page=163&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 164.jpeg" width="200" height="260" alt="Page 164"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 164.pdf&page=164&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 165.jpeg" width="200" height="260" alt="Page 165"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 165.pdf&page=165&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 166.jpeg" width="200" height="260" alt="Page 166"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 166.pdf&page=166&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 167.jpeg" width="200" height="260" alt="Page 167"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 167.pdf&page=167&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 168.jpeg" width="200" height="260" alt="Page 168"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 168.pdf&page=168&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 169.jpeg" width="200" height="260" alt="Page 169"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 169.pdf&page=169&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 170.jpeg" width="200" height="260" alt="Page 170"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 170.pdf&page=170&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 171.jpeg" width="200" height="260" alt="Page 171"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 171.pdf&page=171&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 172.jpeg" width="200" height="260" alt="Page 172"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 172.pdf&page=172&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 173.jpeg" width="200" height="260" alt="Page 173"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 173.pdf&page=173&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 174.jpeg" width="200" height="260" alt="Page 174"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 174.pdf&page=174&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 175.jpeg" width="200" height="260" alt="Page 175"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 175.pdf&page=175&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 176.jpeg" width="200" height="260" alt="Page 176"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 176.pdf&page=176&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 177.jpeg" width="200" height="260" alt="Page 177"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 177.pdf&page=177&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 178.jpeg" width="200" height="260" alt="Page 178"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 178.pdf&page=178&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 179.jpeg" width="200" height="260" alt="Page 179"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 179.pdf&page=179&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 180.jpeg" width="200" height="260" alt="Page 180"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 180.pdf&page=180&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 181.jpeg" width="200" height="260" alt="Page 181"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 181.pdf&page=181&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 182.jpeg" width="200" height="260" alt="Page 182"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 182.pdf&page=182&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 183.jpeg" width="200" height="260" alt="Page 183"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 183.pdf&page=183&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 184.jpeg" width="200" height="260" alt="Page 184"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 184.pdf&page=184&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 185.jpeg" width="200" height="260" alt="Page 185"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 185.pdf&page=185&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 186.jpeg" width="200" height="260" alt="Page 186"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 186.pdf&page=186&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 187.jpeg" width="200" height="260" alt="Page 187"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 187.pdf&page=187&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 188.jpeg" width="200" height="260" alt="Page 188"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 188.pdf&page=188&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 189.jpeg" width="200" height="260" alt="Page 189"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 189.pdf&page=189&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 190.jpeg" width="200" height="260" alt="Page 190"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 190.pdf&page=190&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 191.jpeg" width="200" height="260" alt="Page 191"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 191.pdf&page=191&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 192.jpeg" width="200" height="260" alt="Page 192"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 192.pdf&page=192&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 193.jpeg" width="200" height="260" alt="Page 193"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 193.pdf&page=193&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 194.jpeg" width="200" height="260" alt="Page 194"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 194.pdf&page=194&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 195.jpeg" width="200" height="260" alt="Page 195"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 195.pdf&page=195&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 196.jpeg" width="200" height="260" alt="Page 196"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 196.pdf&page=196&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 197.jpeg" width="200" height="260" alt="Page 197"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 197.pdf&page=197&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 198.jpeg" width="200" height="260" alt="Page 198"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 198.pdf&page=198&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 199.jpeg" width="200" height="260" alt="Page 199"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 199.pdf&page=199&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 200.jpeg" width="200" height="260" alt="Page 200"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 200.pdf&page=200&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 201.jpeg" width="200" height="260" alt="Page 201"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 201.pdf&page=201&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 202.jpeg" width="200" height="260" alt="Page 202"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 202.pdf&page=202&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 203.jpeg" width="200" height="260" alt="Page 203"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 203.pdf&page=203&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 204.jpeg" width="200" height="260" alt="Page 204"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 204.pdf&page=204&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 205.jpeg" width="200" height="260" alt="Page 205"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 205.pdf&page=205&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 206.jpeg" width="200" height="260" alt="Page 206"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 206.pdf&page=206&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 207.jpeg" width="200" height="260" alt="Page 207"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 207.pdf&page=207&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 208.jpeg" width="200" height="260" alt="Page 208"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 208.pdf&page=208&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 209.jpeg" width="200" height="260" alt="Page 209"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 209.pdf&page=209&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 210.jpeg" width="200" height="260" alt="Page 210"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 210.pdf&page=210&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 211.jpeg" width="200" height="260" alt="Page 211"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 211.pdf&page=211&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 212.jpeg" width="200" height="260" alt="Page 212"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 212.pdf&page=212&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 213.jpeg" width="200" height="260" alt="Page 213"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 213.pdf&page=213&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 214.jpeg" width="200" height="260" alt="Page 214"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 214.pdf&page=214&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 215.jpeg" width="200" height="260" alt="Page 215"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 215.pdf&page=215&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 216.jpeg" width="200" height="260" alt="Page 216"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 216.pdf&page=216&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 217.jpeg" width="200" height="260" alt="Page 217"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 217.pdf&page=217&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 218.jpeg" width="200" height="260" alt="Page 218"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 218.pdf&page=218&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 219.jpeg" width="200" height="260" alt="Page 219"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 219.pdf&page=219&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 220.jpeg" width="200" height="260" alt="Page 220"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 220.pdf&page=220&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 221.jpeg" width="200" height="260" alt="Page 221"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 221.pdf&page=221&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 222.jpeg" width="200" height="260" alt="Page 222"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 222.pdf&page=222&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 223.jpeg" width="200" height="260" alt="Page 223"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 223.pdf&page=223&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 224.jpeg" width="200" height="260" alt="Page 224"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 224.pdf&page=224&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 225.jpeg" width="200" height="260" alt="Page 225"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 225.pdf&page=225&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 226.jpeg" width="200" height="260" alt="Page 226"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 226.pdf&page=226&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 227.jpeg" width="200" height="260" alt="Page 227"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 227.pdf&page=227&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 228.jpeg" width="200" height="260" alt="Page 228"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 228.pdf&page=228&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 229.jpeg" width="200" height="260" alt="Page 229"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 229.pdf&page=229&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 230.jpeg" width="200" height="260" alt="Page 230"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 230.pdf&page=230&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 231.jpeg" width="200" height="260" alt="Page 231"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 231.pdf&page=231&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 232.jpeg" width="200" height="260" alt="Page 232"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 232.pdf&page=232&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 233.jpeg" width="200" height="260" alt="Page 233"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 233.pdf&page=233&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 234.jpeg" width="200" height="260" alt="Page 234"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 234.pdf&page=234&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 235.jpeg" width="200" height="260" alt="Page 235"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 235.pdf&page=235&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 236.jpeg" width="200" height="260" alt="Page 236"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 236.pdf&page=236&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 237.jpeg" width="200" height="260" alt="Page 237"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 237.pdf&page=237&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 238.jpeg" width="200" height="260" alt="Page 238"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 238.pdf&page=238&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 239.jpeg" width="200" height="260" alt="Page 239"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 239.pdf&page=239&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 240.jpeg" width="200" height="260" alt="Page 240"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 240.pdf&page=240&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 241.jpeg" width="200" height="260" alt="Page 241"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 241.pdf&page=241&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 242.jpeg" width="200" height="260" alt="Page 242"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 242.pdf&page=242&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 243.jpeg" width="200" height="260" alt="Page 243"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 243.pdf&page=243&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 244.jpeg" width="200" height="260" alt="Page 244"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 244.pdf&page=244&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 245.jpeg" width="200" height="260" alt="Page 245"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 245.pdf&page=245&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 246.jpeg" width="200" height="260" alt="Page 246"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 246.pdf&page=246&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 247.jpeg" width="200" height="260" alt="Page 247"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 247.pdf&page=247&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 248.jpeg" width="200" height="260" alt="Page 248"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 248.pdf&page=248&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 249.jpeg" width="200" height="260" alt="Page 249"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 249.pdf&page=249&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 250.jpeg" width="200" height="260" alt="Page 250"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 250.pdf&page=250&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 251.jpeg" width="200" height="260" alt="Page 251"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 251.pdf&page=251&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 252.jpeg" width="200" height="260" alt="Page 252"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 252.pdf&page=252&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 253.jpeg" width="200" height="260" alt="Page 253"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 253.pdf&page=253&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 254.jpeg" width="200" height="260" alt="Page 254"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 254.pdf&page=254&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 255.jpeg" width="200" height="260" alt="Page 255"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 255.pdf&page=255&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 256.jpeg" width="200" height="260" alt="Page 256"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 256.pdf&page=256&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 257.jpeg" width="200" height="260" alt="Page 257"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 257.pdf&page=257&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 258.jpeg" width="200" height="260" alt="Page 258"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 258.pdf&page=258&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 259.jpeg" width="200" height="260" alt="Page 259"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 259.pdf&page=259&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 260.jpeg" width="200" height="260" alt="Page 260"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 260.pdf&page=260&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 261.jpeg" width="200" height="260" alt="Page 261"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 261.pdf&page=261&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 262.jpeg" width="200" height="260" alt="Page 262"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 262.pdf&page=262&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 263.jpeg" width="200" height="260" alt="Page 263"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 263.pdf&page=263&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 264.jpeg" width="200" height="260" alt="Page 264"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 264.pdf&page=264&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 265.jpeg" width="200" height="260" alt="Page 265"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 265.pdf&page=265&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 266.jpeg" width="200" height="260" alt="Page 266"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 266.pdf&page=266&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 267.jpeg" width="200" height="260" alt="Page 267"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 267.pdf&page=267&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 268.jpeg" width="200" height="260" alt="Page 268"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 268.pdf&page=268&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 269.jpeg" width="200" height="260" alt="Page 269"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 269.pdf&page=269&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 270.jpeg" width="200" height="260" alt="Page 270"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 270.pdf&page=270&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 271.jpeg" width="200" height="260" alt="Page 271"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 271.pdf&page=271&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 272.jpeg" width="200" height="260" alt="Page 272"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 272.pdf&page=272&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 273.jpeg" width="200" height="260" alt="Page 273"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 273.pdf&page=273&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 274.jpeg" width="200" height="260" alt="Page 274"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 274.pdf&page=274&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 275.jpeg" width="200" height="260" alt="Page 275"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 275.pdf&page=275&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 276.jpeg" width="200" height="260" alt="Page 276"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 276.pdf&page=276&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 277.jpeg" width="200" height="260" alt="Page 277"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 277.pdf&page=277&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 278.jpeg" width="200" height="260" alt="Page 278"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 278.pdf&page=278&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 279.jpeg" width="200" height="260" alt="Page 279"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 279.pdf&page=279&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 280.jpeg" width="200" height="260" alt="Page 280"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 280.pdf&page=280&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 281.jpeg" width="200" height="260" alt="Page 281"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 281.pdf&page=281&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 282.jpeg" width="200" height="260" alt="Page 282"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 282.pdf&page=282&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 283.jpeg" width="200" height="260" alt="Page 283"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 283.pdf&page=283&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 284.jpeg" width="200" height="260" alt="Page 284"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 284.pdf&page=284&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 285.jpeg" width="200" height="260" alt="Page 285"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 285.pdf&page=285&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 286.jpeg" width="200" height="260" alt="Page 286"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 286.pdf&page=286&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 287.jpeg" width="200" height="260" alt="Page 287"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 287.pdf&page=287&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 288.jpeg" width="200" height="260" alt="Page 288"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 288.pdf&page=288&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 289.jpeg" width="200" height="260" alt="Page 289"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 289.pdf&page=289&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 290.jpeg" width="200" height="260" alt="Page 290"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 290.pdf&page=290&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 291.jpeg" width="200" height="260" alt="Page 291"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 291.pdf&page=291&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 292.jpeg" width="200" height="260" alt="Page 292"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 292.pdf&page=292&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 293.jpeg" width="200" height="260" alt="Page 293"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 293.pdf&page=293&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 294.jpeg" width="200" height="260" alt="Page 294"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 294.pdf&page=294&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 295.jpeg" width="200" height="260" alt="Page 295"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 295.pdf&page=295&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 296.jpeg" width="200" height="260" alt="Page 296"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 296.pdf&page=296&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 297.jpeg" width="200" height="260" alt="Page 297"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 297.pdf&page=297&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 298.jpeg" width="200" height="260" alt="Page 298"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 298.pdf&page=298&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 299.jpeg" width="200" height="260" alt="Page 299"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 299.pdf&page=299&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 300.jpeg" width="200" height="260" alt="Page 300"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 300.pdf&page=300&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 301.jpeg" width="200" height="260" alt="Page 301"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 301.pdf&page=301&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 302.jpeg" width="200" height="260" alt="Page 302"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 302.pdf&page=302&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 303.jpeg" width="200" height="260" alt="Page 303"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 303.pdf&page=303&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 304.jpeg" width="200" height="260" alt="Page 304"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 304.pdf&page=304&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 305.jpeg" width="200" height="260" alt="Page 305"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 305.pdf&page=305&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 306.jpeg" width="200" height="260" alt="Page 306"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 306.pdf&page=306&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 307.jpeg" width="200" height="260" alt="Page 307"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 307.pdf&page=307&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 308.jpeg" width="200" height="260" alt="Page 308"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 308.pdf&page=308&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 309.jpeg" width="200" height="260" alt="Page 309"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 309.pdf&page=309&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 310.jpeg" width="200" height="260" alt="Page 310"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 310.pdf&page=310&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 311.jpeg" width="200" height="260" alt="Page 311"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 311.pdf&page=311&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 312.jpeg" width="200" height="260" alt="Page 312"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 312.pdf&page=312&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 313.jpeg" width="200" height="260" alt="Page 313"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 313.pdf&page=313&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 314.jpeg" width="200" height="260" alt="Page 314"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 314.pdf&page=314&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 315.jpeg" width="200" height="260" alt="Page 315"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 315.pdf&page=315&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 316.jpeg" width="200" height="260" alt="Page 316"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 316.pdf&page=316&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 317.jpeg" width="200" height="260" alt="Page 317"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 317.pdf&page=317&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 318.jpeg" width="200" height="260" alt="Page 318"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 318.pdf&page=318&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 319.jpeg" width="200" height="260" alt="Page 319"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 319.pdf&page=319&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 320.jpeg" width="200" height="260" alt="Page 320"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 320.pdf&page=320&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 321.jpeg" width="200" height="260" alt="Page 321"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 321.pdf&page=321&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 322.jpeg" width="200" height="260" alt="Page 322"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 322.pdf&page=322&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 323.jpeg" width="200" height="260" alt="Page 323"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 323.pdf&page=323&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 324.jpeg" width="200" height="260" alt="Page 324"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 324.pdf&page=324&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 325.jpeg" width="200" height="260" alt="Page 325"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 325.pdf&page=325&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 326.jpeg" width="200" height="260" alt="Page 326"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 326.pdf&page=326&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 327.jpeg" width="200" height="260" alt="Page 327"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 327.pdf&page=327&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 328.jpeg" width="200" height="260" alt="Page 328"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 328.pdf&page=328&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 329.jpeg" width="200" height="260" alt="Page 329"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 329.pdf&page=329&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 330.jpeg" width="200" height="260" alt="Page 330"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 330.pdf&page=330&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 331.jpeg" width="200" height="260" alt="Page 331"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 331.pdf&page=331&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 332.jpeg" width="200" height="260" alt="Page 332"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 332.pdf&page=332&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 333.jpeg" width="200" height="260" alt="Page 333"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 333.pdf&page=333&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 334.jpeg" width="200" height="260" alt="Page 334"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 334.pdf&page=334&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 335.jpeg" width="200" height="260" alt="Page 335"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 335.pdf&page=335&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 336.jpeg" width="200" height="260" alt="Page 336"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 336.pdf&page=336&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 337.jpeg" width="200" height="260" alt="Page 337"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 337.pdf&page=337&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 338.jpeg" width="200" height="260" alt="Page 338"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 338.pdf&page=338&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 339.jpeg" width="200" height="260" alt="Page 339"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 339.pdf&page=339&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 340.jpeg" width="200" height="260" alt="Page 340"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 340.pdf&page=340&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 341.jpeg" width="200" height="260" alt="Page 341"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 341.pdf&page=341&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 342.jpeg" width="200" height="260" alt="Page 342"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 342.pdf&page=342&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 343.jpeg" width="200" height="260" alt="Page 343"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 343.pdf&page=343&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 344.jpeg" width="200" height="260" alt="Page 344"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 344.pdf&page=344&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 345.jpeg" width="200" height="260" alt="Page 345"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 345.pdf&page=345&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 346.jpeg" width="200" height="260" alt="Page 346"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 346.pdf&page=346&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 347.jpeg" width="200" height="260" alt="Page 347"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 347.pdf&page=347&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 348.jpeg" width="200" height="260" alt="Page 348"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 348.pdf&page=348&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 349.jpeg" width="200" height="260" alt="Page 349"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 349.pdf&page=349&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 350.jpeg" width="200" height="260" alt="Page 350"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 350.pdf&page=350&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 351.jpeg" width="200" height="260" alt="Page 351"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 351.pdf&page=351&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 352.jpeg" width="200" height="260" alt="Page 352"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 352.pdf&page=352&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 353.jpeg" width="200" height="260" alt="Page 353"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 353.pdf&page=353&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 354.jpeg" width="200" height="260" alt="Page 354"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 354.pdf&page=354&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 355.jpeg" width="200" height="260" alt="Page 355"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 355.pdf&page=355&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 356.jpeg" width="200" height="260" alt="Page 356"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 356.pdf&page=356&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 357.jpeg" width="200" height="260" alt="Page 357"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 357.pdf&page=357&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 358.jpeg" width="200" height="260" alt="Page 358"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 358.pdf&page=358&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 359.jpeg" width="200" height="260" alt="Page 359"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 359.pdf&page=359&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 360.jpeg" width="200" height="260" alt="Page 360"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 360.pdf&page=360&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 361.jpeg" width="200" height="260" alt="Page 361"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 361.pdf&page=361&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 362.jpeg" width="200" height="260" alt="Page 362"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 362.pdf&page=362&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 363.jpeg" width="200" height="260" alt="Page 363"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 363.pdf&page=363&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 364.jpeg" width="200" height="260" alt="Page 364"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 364.pdf&page=364&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 365.jpeg" width="200" height="260" alt="Page 365"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 365.pdf&page=365&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 366.jpeg" width="200" height="260" alt="Page 366"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 366.pdf&page=366&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 367.jpeg" width="200" height="260" alt="Page 367"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 367.pdf&page=367&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 368.jpeg" width="200" height="260" alt="Page 368"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 368.pdf&page=368&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 369.jpeg" width="200" height="260" alt="Page 369"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 369.pdf&page=369&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 370.jpeg" width="200" height="260" alt="Page 370"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 370.pdf&page=370&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 371.jpeg" width="200" height="260" alt="Page 371"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 371.pdf&page=371&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 372.jpeg" width="200" height="260" alt="Page 372"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 372.pdf&page=372&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 373.jpeg" width="200" height="260" alt="Page 373"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 373.pdf&page=373&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 374.jpeg" width="200" height="260" alt="Page 374"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 374.pdf&page=374&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 375.jpeg" width="200" height="260" alt="Page 375"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 375.pdf&page=375&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 376.jpeg" width="200" height="260" alt="Page 376"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 376.pdf&page=376&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 377.jpeg" width="200" height="260" alt="Page 377"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 377.pdf&page=377&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 378.jpeg" width="200" height="260" alt="Page 378"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 378.pdf&page=378&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 379.jpeg" width="200" height="260" alt="Page 379"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 379.pdf&page=379&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 380.jpeg" width="200" height="260" alt="Page 380"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 380.pdf&page=380&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 381.jpeg" width="200" height="260" alt="Page 381"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 381.pdf&page=381&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 382.jpeg" width="200" height="260" alt="Page 382"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 382.pdf&page=382&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 383.jpeg" width="200" height="260" alt="Page 383"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 383.pdf&page=383&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 384.jpeg" width="200" height="260" alt="Page 384"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 384.pdf&page=384&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 385.jpeg" width="200" height="260" alt="Page 385"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 385.pdf&page=385&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 386.jpeg" width="200" height="260" alt="Page 386"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 386.pdf&page=386&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 387.jpeg" width="200" height="260" alt="Page 387"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 387.pdf&page=387&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 388.jpeg" width="200" height="260" alt="Page 388"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 388.pdf&page=388&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 389.jpeg" width="200" height="260" alt="Page 389"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 389.pdf&page=389&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 390.jpeg" width="200" height="260" alt="Page 390"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 390.pdf&page=390&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 391.jpeg" width="200" height="260" alt="Page 391"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 391.pdf&page=391&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 392.jpeg" width="200" height="260" alt="Page 392"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 392.pdf&page=392&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 393.jpeg" width="200" height="260" alt="Page 393"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 393.pdf&page=393&total=394)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 394.jpeg" width="200" height="260" alt="Page 394"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5150/techref/1981-08/pages/IBM-5150-TECHREF 394.pdf&page=394&total=394)

File diff suppressed because it is too large Load diff

View file

@ -1,289 +1,295 @@
---
layout: page
title: IBM 5170 Installation and Setup, March 1984
permalink: /pubs/pc/reference/ibm/5170/setup/
---
[IBM 5170 Installation and Setup, March 1984](http://minuszerodegrees.net/manuals/IBM_5170_Installation_and_Setup_1502491_MAR84.pdf)
---
![Page 1](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 1.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 1.pdf:200:260")
![Page 2](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 2.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 2.pdf:200:260")
![Page 3](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 3.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 3.pdf:200:260")
![Page 4](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 4.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 4.pdf:200:260")
![Page 5](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 5.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 5.pdf:200:260")
![Page 6](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 6.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 6.pdf:200:260")
![Page 7](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 7.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 7.pdf:200:260")
![Page 8](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 8.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 8.pdf:200:260")
![Page 9](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 9.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 9.pdf:200:260")
![Page 10](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 10.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 10.pdf:200:260")
![Page 11](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 11.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 11.pdf:200:260")
![Page 12](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 12.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 12.pdf:200:260")
![Page 13](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 13.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 13.pdf:200:260")
![Page 14](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 14.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 14.pdf:200:260")
![Page 15](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 15.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 15.pdf:200:260")
![Page 16](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 16.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 16.pdf:200:260")
![Page 17](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 17.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 17.pdf:200:260")
![Page 18](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 18.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 18.pdf:200:260")
![Page 19](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 19.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 19.pdf:200:260")
![Page 20](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 20.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 20.pdf:200:260")
![Page 21](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 21.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 21.pdf:200:260")
![Page 22](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 22.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 22.pdf:200:260")
![Page 23](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 23.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 23.pdf:200:260")
![Page 24](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 24.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 24.pdf:200:260")
![Page 25](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 25.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 25.pdf:200:260")
![Page 26](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 26.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 26.pdf:200:260")
![Page 27](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 27.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 27.pdf:200:260")
![Page 28](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 28.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 28.pdf:200:260")
![Page 29](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 29.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 29.pdf:200:260")
![Page 30](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 30.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 30.pdf:200:260")
![Page 31](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 31.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 31.pdf:200:260")
![Page 32](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 32.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 32.pdf:200:260")
![Page 33](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 33.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 33.pdf:200:260")
![Page 34](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 34.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 34.pdf:200:260")
![Page 35](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 35.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 35.pdf:200:260")
![Page 36](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 36.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 36.pdf:200:260")
![Page 37](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 37.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 37.pdf:200:260")
![Page 38](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 38.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 38.pdf:200:260")
![Page 39](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 39.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 39.pdf:200:260")
![Page 40](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 40.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 40.pdf:200:260")
![Page 41](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 41.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 41.pdf:200:260")
![Page 42](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 42.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 42.pdf:200:260")
![Page 43](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 43.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 43.pdf:200:260")
![Page 44](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 44.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 44.pdf:200:260")
![Page 45](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 45.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 45.pdf:200:260")
![Page 46](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 46.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 46.pdf:200:260")
![Page 47](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 47.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 47.pdf:200:260")
![Page 48](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 48.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 48.pdf:200:260")
![Page 49](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 49.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 49.pdf:200:260")
![Page 50](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 50.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 50.pdf:200:260")
![Page 51](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 51.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 51.pdf:200:260")
![Page 52](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 52.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 52.pdf:200:260")
![Page 53](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 53.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 53.pdf:200:260")
![Page 54](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 54.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 54.pdf:200:260")
![Page 55](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 55.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 55.pdf:200:260")
![Page 56](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 56.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 56.pdf:200:260")
![Page 57](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 57.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 57.pdf:200:260")
![Page 58](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 58.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 58.pdf:200:260")
![Page 59](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 59.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 59.pdf:200:260")
![Page 60](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 60.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 60.pdf:200:260")
![Page 61](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 61.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 61.pdf:200:260")
![Page 62](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 62.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 62.pdf:200:260")
![Page 63](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 63.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 63.pdf:200:260")
![Page 64](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 64.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 64.pdf:200:260")
![Page 65](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 65.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 65.pdf:200:260")
![Page 66](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 66.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 66.pdf:200:260")
![Page 67](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 67.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 67.pdf:200:260")
![Page 68](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 68.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 68.pdf:200:260")
![Page 69](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 69.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 69.pdf:200:260")
![Page 70](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 70.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 70.pdf:200:260")
![Page 71](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 71.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 71.pdf:200:260")
![Page 72](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 72.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 72.pdf:200:260")
![Page 73](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 73.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 73.pdf:200:260")
![Page 74](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 74.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 74.pdf:200:260")
![Page 75](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 75.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 75.pdf:200:260")
![Page 76](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 76.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 76.pdf:200:260")
![Page 77](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 77.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 77.pdf:200:260")
![Page 78](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 78.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 78.pdf:200:260")
![Page 79](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 79.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 79.pdf:200:260")
![Page 80](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 80.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 80.pdf:200:260")
![Page 81](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 81.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 81.pdf:200:260")
![Page 82](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 82.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 82.pdf:200:260")
![Page 83](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 83.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 83.pdf:200:260")
![Page 84](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 84.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 84.pdf:200:260")
![Page 85](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 85.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 85.pdf:200:260")
![Page 86](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 86.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 86.pdf:200:260")
![Page 87](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 87.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 87.pdf:200:260")
![Page 88](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 88.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 88.pdf:200:260")
![Page 89](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 89.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 89.pdf:200:260")
![Page 90](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 90.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 90.pdf:200:260")
![Page 91](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 91.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 91.pdf:200:260")
![Page 92](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 92.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 92.pdf:200:260")
![Page 93](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 93.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 93.pdf:200:260")
![Page 94](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 94.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 94.pdf:200:260")
![Page 95](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 95.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 95.pdf:200:260")
![Page 96](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 96.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 96.pdf:200:260")
![Page 97](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 97.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 97.pdf:200:260")
![Page 98](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 98.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 98.pdf:200:260")
![Page 99](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 99.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 99.pdf:200:260")
![Page 100](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 100.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 100.pdf:200:260")
![Page 101](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 101.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 101.pdf:200:260")
![Page 102](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 102.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 102.pdf:200:260")
![Page 103](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 103.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 103.pdf:200:260")
![Page 104](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 104.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 104.pdf:200:260")
![Page 105](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 105.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 105.pdf:200:260")
![Page 106](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 106.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 106.pdf:200:260")
![Page 107](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 107.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 107.pdf:200:260")
![Page 108](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 108.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 108.pdf:200:260")
![Page 109](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 109.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 109.pdf:200:260")
![Page 110](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 110.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 110.pdf:200:260")
![Page 111](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 111.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 111.pdf:200:260")
![Page 112](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 112.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 112.pdf:200:260")
![Page 113](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 113.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 113.pdf:200:260")
![Page 114](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 114.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 114.pdf:200:260")
![Page 115](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 115.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 115.pdf:200:260")
![Page 116](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 116.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 116.pdf:200:260")
![Page 117](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 117.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 117.pdf:200:260")
![Page 118](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 118.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 118.pdf:200:260")
![Page 119](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 119.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 119.pdf:200:260")
![Page 120](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 120.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 120.pdf:200:260")
![Page 121](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 121.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 121.pdf:200:260")
![Page 122](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 122.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 122.pdf:200:260")
![Page 123](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 123.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 123.pdf:200:260")
![Page 124](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 124.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 124.pdf:200:260")
![Page 125](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 125.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 125.pdf:200:260")
![Page 126](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 126.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 126.pdf:200:260")
![Page 127](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 127.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 127.pdf:200:260")
![Page 128](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 128.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 128.pdf:200:260")
![Page 129](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 129.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 129.pdf:200:260")
![Page 130](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 130.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 130.pdf:200:260")
![Page 131](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 131.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 131.pdf:200:260")
![Page 132](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 132.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 132.pdf:200:260")
![Page 133](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 133.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 133.pdf:200:260")
![Page 134](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 134.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 134.pdf:200:260")
![Page 135](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 135.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 135.pdf:200:260")
![Page 136](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 136.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 136.pdf:200:260")
![Page 137](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 137.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 137.pdf:200:260")
![Page 138](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 138.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 138.pdf:200:260")
![Page 139](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 139.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 139.pdf:200:260")
![Page 140](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 140.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 140.pdf:200:260")
![Page 141](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 141.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 141.pdf:200:260")
![Page 142](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 142.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 142.pdf:200:260")
![Page 143](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 143.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 143.pdf:200:260")
![Page 144](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 144.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 144.pdf:200:260")
![Page 145](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 145.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 145.pdf:200:260")
![Page 146](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 146.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 146.pdf:200:260")
![Page 147](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 147.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 147.pdf:200:260")
![Page 148](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 148.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 148.pdf:200:260")
![Page 149](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 149.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 149.pdf:200:260")
![Page 150](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 150.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 150.pdf:200:260")
![Page 151](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 151.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 151.pdf:200:260")
![Page 152](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 152.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 152.pdf:200:260")
![Page 153](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 153.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 153.pdf:200:260")
![Page 154](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 154.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 154.pdf:200:260")
![Page 155](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 155.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 155.pdf:200:260")
![Page 156](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 156.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 156.pdf:200:260")
![Page 157](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 157.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 157.pdf:200:260")
![Page 158](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 158.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 158.pdf:200:260")
![Page 159](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 159.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 159.pdf:200:260")
![Page 160](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 160.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 160.pdf:200:260")
![Page 161](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 161.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 161.pdf:200:260")
![Page 162](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 162.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 162.pdf:200:260")
![Page 163](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 163.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 163.pdf:200:260")
![Page 164](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 164.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 164.pdf:200:260")
![Page 165](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 165.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 165.pdf:200:260")
![Page 166](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 166.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 166.pdf:200:260")
![Page 167](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 167.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 167.pdf:200:260")
![Page 168](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 168.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 168.pdf:200:260")
![Page 169](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 169.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 169.pdf:200:260")
![Page 170](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 170.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 170.pdf:200:260")
![Page 171](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 171.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 171.pdf:200:260")
![Page 172](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 172.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 172.pdf:200:260")
![Page 173](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 173.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 173.pdf:200:260")
![Page 174](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 174.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 174.pdf:200:260")
![Page 175](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 175.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 175.pdf:200:260")
![Page 176](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 176.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 176.pdf:200:260")
![Page 177](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 177.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 177.pdf:200:260")
![Page 178](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 178.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 178.pdf:200:260")
![Page 179](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 179.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 179.pdf:200:260")
![Page 180](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 180.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 180.pdf:200:260")
![Page 181](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 181.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 181.pdf:200:260")
![Page 182](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 182.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 182.pdf:200:260")
![Page 183](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 183.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 183.pdf:200:260")
![Page 184](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 184.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 184.pdf:200:260")
![Page 185](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 185.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 185.pdf:200:260")
![Page 186](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 186.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 186.pdf:200:260")
![Page 187](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 187.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 187.pdf:200:260")
![Page 188](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 188.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 188.pdf:200:260")
![Page 189](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 189.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 189.pdf:200:260")
![Page 190](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 190.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 190.pdf:200:260")
![Page 191](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 191.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 191.pdf:200:260")
![Page 192](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 192.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 192.pdf:200:260")
![Page 193](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 193.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 193.pdf:200:260")
![Page 194](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 194.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 194.pdf:200:260")
![Page 195](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 195.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 195.pdf:200:260")
![Page 196](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 196.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 196.pdf:200:260")
![Page 197](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 197.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 197.pdf:200:260")
![Page 198](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 198.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 198.pdf:200:260")
![Page 199](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 199.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 199.pdf:200:260")
![Page 200](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 200.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 200.pdf:200:260")
![Page 201](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 201.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 201.pdf:200:260")
![Page 202](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 202.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 202.pdf:200:260")
![Page 203](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 203.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 203.pdf:200:260")
![Page 204](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 204.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 204.pdf:200:260")
![Page 205](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 205.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 205.pdf:200:260")
![Page 206](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 206.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 206.pdf:200:260")
![Page 207](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 207.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 207.pdf:200:260")
![Page 208](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 208.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 208.pdf:200:260")
![Page 209](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 209.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 209.pdf:200:260")
![Page 210](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 210.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 210.pdf:200:260")
![Page 211](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 211.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 211.pdf:200:260")
![Page 212](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 212.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 212.pdf:200:260")
![Page 213](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 213.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 213.pdf:200:260")
![Page 214](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 214.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 214.pdf:200:260")
![Page 215](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 215.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 215.pdf:200:260")
![Page 216](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 216.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 216.pdf:200:260")
![Page 217](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 217.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 217.pdf:200:260")
![Page 218](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 218.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 218.pdf:200:260")
![Page 219](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 219.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 219.pdf:200:260")
![Page 220](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 220.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 220.pdf:200:260")
![Page 221](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 221.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 221.pdf:200:260")
![Page 222](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 222.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 222.pdf:200:260")
![Page 223](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 223.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 223.pdf:200:260")
![Page 224](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 224.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 224.pdf:200:260")
![Page 225](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 225.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 225.pdf:200:260")
![Page 226](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 226.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 226.pdf:200:260")
![Page 227](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 227.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 227.pdf:200:260")
![Page 228](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 228.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 228.pdf:200:260")
![Page 229](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 229.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 229.pdf:200:260")
![Page 230](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 230.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 230.pdf:200:260")
![Page 231](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 231.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 231.pdf:200:260")
![Page 232](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 232.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 232.pdf:200:260")
![Page 233](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 233.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 233.pdf:200:260")
![Page 234](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 234.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 234.pdf:200:260")
![Page 235](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 235.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 235.pdf:200:260")
![Page 236](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 236.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 236.pdf:200:260")
![Page 237](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 237.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 237.pdf:200:260")
![Page 238](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 238.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 238.pdf:200:260")
![Page 239](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 239.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 239.pdf:200:260")
![Page 240](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 240.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 240.pdf:200:260")
![Page 241](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 241.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 241.pdf:200:260")
![Page 242](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 242.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 242.pdf:200:260")
![Page 243](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 243.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 243.pdf:200:260")
![Page 244](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 244.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 244.pdf:200:260")
![Page 245](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 245.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 245.pdf:200:260")
![Page 246](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 246.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 246.pdf:200:260")
![Page 247](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 247.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 247.pdf:200:260")
![Page 248](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 248.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 248.pdf:200:260")
![Page 249](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 249.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 249.pdf:200:260")
![Page 250](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 250.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 250.pdf:200:260")
![Page 251](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 251.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 251.pdf:200:260")
![Page 252](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 252.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 252.pdf:200:260")
![Page 253](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 253.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 253.pdf:200:260")
![Page 254](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 254.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 254.pdf:200:260")
![Page 255](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 255.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 255.pdf:200:260")
![Page 256](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 256.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 256.pdf:200:260")
![Page 257](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 257.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 257.pdf:200:260")
![Page 258](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 258.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 258.pdf:200:260")
![Page 259](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 259.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 259.pdf:200:260")
![Page 260](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 260.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 260.pdf:200:260")
![Page 261](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 261.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 261.pdf:200:260")
![Page 262](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 262.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 262.pdf:200:260")
![Page 263](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 263.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 263.pdf:200:260")
![Page 264](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 264.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 264.pdf:200:260")
![Page 265](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 265.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 265.pdf:200:260")
![Page 266](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 266.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 266.pdf:200:260")
![Page 267](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 267.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 267.pdf:200:260")
![Page 268](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 268.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 268.pdf:200:260")
![Page 269](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 269.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 269.pdf:200:260")
![Page 270](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 270.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 270.pdf:200:260")
![Page 271](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 271.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 271.pdf:200:260")
![Page 272](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 272.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 272.pdf:200:260")
![Page 273](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 273.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 273.pdf:200:260")
![Page 274](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 274.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 274.pdf:200:260")
![Page 275](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 275.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 275.pdf:200:260")
![Page 276](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 276.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 276.pdf:200:260")
![Page 277](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 277.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 277.pdf:200:260")
![Page 278](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 278.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 278.pdf:200:260")
![Page 279](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 279.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 279.pdf:200:260")
![Page 280](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 280.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 280.pdf:200:260")
![Page 281](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 281.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 281.pdf:200:260")
![Page 282](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 282.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 282.pdf:200:260")
![Page 283](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 283.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 283.pdf:200:260")
![Page 284](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 284.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 284.pdf:200:260")
![Page 285](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 285.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 285.pdf:200:260")
![Page 286](../../static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 286.jpeg "link:../../static/5170/setup/1984-03/pages/IBM-5170-SETUP 286.pdf:200:260")
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 1.jpeg" width="200" height="260" alt="Page 1"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 1.pdf&page=1&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 2.jpeg" width="200" height="260" alt="Page 2"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 2.pdf&page=2&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 3.jpeg" width="200" height="260" alt="Page 3"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 3.pdf&page=3&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 4.jpeg" width="200" height="260" alt="Page 4"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 4.pdf&page=4&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 5.jpeg" width="200" height="260" alt="Page 5"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 5.pdf&page=5&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 6.jpeg" width="200" height="260" alt="Page 6"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 6.pdf&page=6&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 7.jpeg" width="200" height="260" alt="Page 7"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 7.pdf&page=7&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 8.jpeg" width="200" height="260" alt="Page 8"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 8.pdf&page=8&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 9.jpeg" width="200" height="260" alt="Page 9"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 9.pdf&page=9&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 10.jpeg" width="200" height="260" alt="Page 10"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 10.pdf&page=10&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 11.jpeg" width="200" height="260" alt="Page 11"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 11.pdf&page=11&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 12.jpeg" width="200" height="260" alt="Page 12"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 12.pdf&page=12&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 13.jpeg" width="200" height="260" alt="Page 13"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 13.pdf&page=13&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 14.jpeg" width="200" height="260" alt="Page 14"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 14.pdf&page=14&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 15.jpeg" width="200" height="260" alt="Page 15"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 15.pdf&page=15&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 16.jpeg" width="200" height="260" alt="Page 16"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 16.pdf&page=16&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 17.jpeg" width="200" height="260" alt="Page 17"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 17.pdf&page=17&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 18.jpeg" width="200" height="260" alt="Page 18"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 18.pdf&page=18&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 19.jpeg" width="200" height="260" alt="Page 19"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 19.pdf&page=19&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 20.jpeg" width="200" height="260" alt="Page 20"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 20.pdf&page=20&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 21.jpeg" width="200" height="260" alt="Page 21"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 21.pdf&page=21&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 22.jpeg" width="200" height="260" alt="Page 22"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 22.pdf&page=22&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 23.jpeg" width="200" height="260" alt="Page 23"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 23.pdf&page=23&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 24.jpeg" width="200" height="260" alt="Page 24"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 24.pdf&page=24&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 25.jpeg" width="200" height="260" alt="Page 25"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 25.pdf&page=25&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 26.jpeg" width="200" height="260" alt="Page 26"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 26.pdf&page=26&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 27.jpeg" width="200" height="260" alt="Page 27"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 27.pdf&page=27&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 28.jpeg" width="200" height="260" alt="Page 28"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 28.pdf&page=28&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 29.jpeg" width="200" height="260" alt="Page 29"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 29.pdf&page=29&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 30.jpeg" width="200" height="260" alt="Page 30"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 30.pdf&page=30&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 31.jpeg" width="200" height="260" alt="Page 31"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 31.pdf&page=31&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 32.jpeg" width="200" height="260" alt="Page 32"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 32.pdf&page=32&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 33.jpeg" width="200" height="260" alt="Page 33"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 33.pdf&page=33&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 34.jpeg" width="200" height="260" alt="Page 34"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 34.pdf&page=34&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 35.jpeg" width="200" height="260" alt="Page 35"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 35.pdf&page=35&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 36.jpeg" width="200" height="260" alt="Page 36"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 36.pdf&page=36&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 37.jpeg" width="200" height="260" alt="Page 37"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 37.pdf&page=37&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 38.jpeg" width="200" height="260" alt="Page 38"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 38.pdf&page=38&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 39.jpeg" width="200" height="260" alt="Page 39"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 39.pdf&page=39&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 40.jpeg" width="200" height="260" alt="Page 40"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 40.pdf&page=40&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 41.jpeg" width="200" height="260" alt="Page 41"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 41.pdf&page=41&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 42.jpeg" width="200" height="260" alt="Page 42"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 42.pdf&page=42&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 43.jpeg" width="200" height="260" alt="Page 43"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 43.pdf&page=43&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 44.jpeg" width="200" height="260" alt="Page 44"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 44.pdf&page=44&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 45.jpeg" width="200" height="260" alt="Page 45"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 45.pdf&page=45&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 46.jpeg" width="200" height="260" alt="Page 46"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 46.pdf&page=46&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 47.jpeg" width="200" height="260" alt="Page 47"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 47.pdf&page=47&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 48.jpeg" width="200" height="260" alt="Page 48"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 48.pdf&page=48&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 49.jpeg" width="200" height="260" alt="Page 49"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 49.pdf&page=49&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 50.jpeg" width="200" height="260" alt="Page 50"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 50.pdf&page=50&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 51.jpeg" width="200" height="260" alt="Page 51"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 51.pdf&page=51&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 52.jpeg" width="200" height="260" alt="Page 52"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 52.pdf&page=52&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 53.jpeg" width="200" height="260" alt="Page 53"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 53.pdf&page=53&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 54.jpeg" width="200" height="260" alt="Page 54"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 54.pdf&page=54&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 55.jpeg" width="200" height="260" alt="Page 55"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 55.pdf&page=55&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 56.jpeg" width="200" height="260" alt="Page 56"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 56.pdf&page=56&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 57.jpeg" width="200" height="260" alt="Page 57"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 57.pdf&page=57&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 58.jpeg" width="200" height="260" alt="Page 58"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 58.pdf&page=58&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 59.jpeg" width="200" height="260" alt="Page 59"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 59.pdf&page=59&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 60.jpeg" width="200" height="260" alt="Page 60"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 60.pdf&page=60&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 61.jpeg" width="200" height="260" alt="Page 61"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 61.pdf&page=61&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 62.jpeg" width="200" height="260" alt="Page 62"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 62.pdf&page=62&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 63.jpeg" width="200" height="260" alt="Page 63"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 63.pdf&page=63&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 64.jpeg" width="200" height="260" alt="Page 64"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 64.pdf&page=64&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 65.jpeg" width="200" height="260" alt="Page 65"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 65.pdf&page=65&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 66.jpeg" width="200" height="260" alt="Page 66"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 66.pdf&page=66&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 67.jpeg" width="200" height="260" alt="Page 67"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 67.pdf&page=67&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 68.jpeg" width="200" height="260" alt="Page 68"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 68.pdf&page=68&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 69.jpeg" width="200" height="260" alt="Page 69"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 69.pdf&page=69&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 70.jpeg" width="200" height="260" alt="Page 70"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 70.pdf&page=70&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 71.jpeg" width="200" height="260" alt="Page 71"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 71.pdf&page=71&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 72.jpeg" width="200" height="260" alt="Page 72"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 72.pdf&page=72&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 73.jpeg" width="200" height="260" alt="Page 73"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 73.pdf&page=73&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 74.jpeg" width="200" height="260" alt="Page 74"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 74.pdf&page=74&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 75.jpeg" width="200" height="260" alt="Page 75"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 75.pdf&page=75&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 76.jpeg" width="200" height="260" alt="Page 76"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 76.pdf&page=76&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 77.jpeg" width="200" height="260" alt="Page 77"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 77.pdf&page=77&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 78.jpeg" width="200" height="260" alt="Page 78"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 78.pdf&page=78&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 79.jpeg" width="200" height="260" alt="Page 79"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 79.pdf&page=79&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 80.jpeg" width="200" height="260" alt="Page 80"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 80.pdf&page=80&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 81.jpeg" width="200" height="260" alt="Page 81"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 81.pdf&page=81&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 82.jpeg" width="200" height="260" alt="Page 82"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 82.pdf&page=82&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 83.jpeg" width="200" height="260" alt="Page 83"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 83.pdf&page=83&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 84.jpeg" width="200" height="260" alt="Page 84"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 84.pdf&page=84&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 85.jpeg" width="200" height="260" alt="Page 85"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 85.pdf&page=85&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 86.jpeg" width="200" height="260" alt="Page 86"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 86.pdf&page=86&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 87.jpeg" width="200" height="260" alt="Page 87"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 87.pdf&page=87&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 88.jpeg" width="200" height="260" alt="Page 88"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 88.pdf&page=88&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 89.jpeg" width="200" height="260" alt="Page 89"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 89.pdf&page=89&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 90.jpeg" width="200" height="260" alt="Page 90"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 90.pdf&page=90&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 91.jpeg" width="200" height="260" alt="Page 91"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 91.pdf&page=91&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 92.jpeg" width="200" height="260" alt="Page 92"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 92.pdf&page=92&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 93.jpeg" width="200" height="260" alt="Page 93"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 93.pdf&page=93&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 94.jpeg" width="200" height="260" alt="Page 94"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 94.pdf&page=94&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 95.jpeg" width="200" height="260" alt="Page 95"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 95.pdf&page=95&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 96.jpeg" width="200" height="260" alt="Page 96"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 96.pdf&page=96&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 97.jpeg" width="200" height="260" alt="Page 97"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 97.pdf&page=97&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 98.jpeg" width="200" height="260" alt="Page 98"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 98.pdf&page=98&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 99.jpeg" width="200" height="260" alt="Page 99"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 99.pdf&page=99&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 100.jpeg" width="200" height="260" alt="Page 100"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 100.pdf&page=100&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 101.jpeg" width="200" height="260" alt="Page 101"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 101.pdf&page=101&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 102.jpeg" width="200" height="260" alt="Page 102"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 102.pdf&page=102&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 103.jpeg" width="200" height="260" alt="Page 103"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 103.pdf&page=103&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 104.jpeg" width="200" height="260" alt="Page 104"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 104.pdf&page=104&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 105.jpeg" width="200" height="260" alt="Page 105"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 105.pdf&page=105&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 106.jpeg" width="200" height="260" alt="Page 106"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 106.pdf&page=106&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 107.jpeg" width="200" height="260" alt="Page 107"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 107.pdf&page=107&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 108.jpeg" width="200" height="260" alt="Page 108"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 108.pdf&page=108&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 109.jpeg" width="200" height="260" alt="Page 109"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 109.pdf&page=109&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 110.jpeg" width="200" height="260" alt="Page 110"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 110.pdf&page=110&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 111.jpeg" width="200" height="260" alt="Page 111"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 111.pdf&page=111&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 112.jpeg" width="200" height="260" alt="Page 112"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 112.pdf&page=112&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 113.jpeg" width="200" height="260" alt="Page 113"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 113.pdf&page=113&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 114.jpeg" width="200" height="260" alt="Page 114"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 114.pdf&page=114&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 115.jpeg" width="200" height="260" alt="Page 115"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 115.pdf&page=115&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 116.jpeg" width="200" height="260" alt="Page 116"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 116.pdf&page=116&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 117.jpeg" width="200" height="260" alt="Page 117"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 117.pdf&page=117&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 118.jpeg" width="200" height="260" alt="Page 118"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 118.pdf&page=118&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 119.jpeg" width="200" height="260" alt="Page 119"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 119.pdf&page=119&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 120.jpeg" width="200" height="260" alt="Page 120"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 120.pdf&page=120&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 121.jpeg" width="200" height="260" alt="Page 121"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 121.pdf&page=121&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 122.jpeg" width="200" height="260" alt="Page 122"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 122.pdf&page=122&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 123.jpeg" width="200" height="260" alt="Page 123"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 123.pdf&page=123&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 124.jpeg" width="200" height="260" alt="Page 124"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 124.pdf&page=124&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 125.jpeg" width="200" height="260" alt="Page 125"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 125.pdf&page=125&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 126.jpeg" width="200" height="260" alt="Page 126"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 126.pdf&page=126&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 127.jpeg" width="200" height="260" alt="Page 127"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 127.pdf&page=127&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 128.jpeg" width="200" height="260" alt="Page 128"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 128.pdf&page=128&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 129.jpeg" width="200" height="260" alt="Page 129"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 129.pdf&page=129&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 130.jpeg" width="200" height="260" alt="Page 130"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 130.pdf&page=130&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 131.jpeg" width="200" height="260" alt="Page 131"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 131.pdf&page=131&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 132.jpeg" width="200" height="260" alt="Page 132"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 132.pdf&page=132&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 133.jpeg" width="200" height="260" alt="Page 133"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 133.pdf&page=133&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 134.jpeg" width="200" height="260" alt="Page 134"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 134.pdf&page=134&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 135.jpeg" width="200" height="260" alt="Page 135"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 135.pdf&page=135&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 136.jpeg" width="200" height="260" alt="Page 136"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 136.pdf&page=136&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 137.jpeg" width="200" height="260" alt="Page 137"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 137.pdf&page=137&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 138.jpeg" width="200" height="260" alt="Page 138"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 138.pdf&page=138&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 139.jpeg" width="200" height="260" alt="Page 139"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 139.pdf&page=139&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 140.jpeg" width="200" height="260" alt="Page 140"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 140.pdf&page=140&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 141.jpeg" width="200" height="260" alt="Page 141"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 141.pdf&page=141&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 142.jpeg" width="200" height="260" alt="Page 142"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 142.pdf&page=142&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 143.jpeg" width="200" height="260" alt="Page 143"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 143.pdf&page=143&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 144.jpeg" width="200" height="260" alt="Page 144"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 144.pdf&page=144&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 145.jpeg" width="200" height="260" alt="Page 145"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 145.pdf&page=145&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 146.jpeg" width="200" height="260" alt="Page 146"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 146.pdf&page=146&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 147.jpeg" width="200" height="260" alt="Page 147"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 147.pdf&page=147&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 148.jpeg" width="200" height="260" alt="Page 148"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 148.pdf&page=148&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 149.jpeg" width="200" height="260" alt="Page 149"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 149.pdf&page=149&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 150.jpeg" width="200" height="260" alt="Page 150"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 150.pdf&page=150&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 151.jpeg" width="200" height="260" alt="Page 151"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 151.pdf&page=151&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 152.jpeg" width="200" height="260" alt="Page 152"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 152.pdf&page=152&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 153.jpeg" width="200" height="260" alt="Page 153"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 153.pdf&page=153&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 154.jpeg" width="200" height="260" alt="Page 154"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 154.pdf&page=154&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 155.jpeg" width="200" height="260" alt="Page 155"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 155.pdf&page=155&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 156.jpeg" width="200" height="260" alt="Page 156"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 156.pdf&page=156&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 157.jpeg" width="200" height="260" alt="Page 157"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 157.pdf&page=157&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 158.jpeg" width="200" height="260" alt="Page 158"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 158.pdf&page=158&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 159.jpeg" width="200" height="260" alt="Page 159"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 159.pdf&page=159&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 160.jpeg" width="200" height="260" alt="Page 160"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 160.pdf&page=160&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 161.jpeg" width="200" height="260" alt="Page 161"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 161.pdf&page=161&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 162.jpeg" width="200" height="260" alt="Page 162"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 162.pdf&page=162&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 163.jpeg" width="200" height="260" alt="Page 163"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 163.pdf&page=163&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 164.jpeg" width="200" height="260" alt="Page 164"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 164.pdf&page=164&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 165.jpeg" width="200" height="260" alt="Page 165"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 165.pdf&page=165&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 166.jpeg" width="200" height="260" alt="Page 166"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 166.pdf&page=166&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 167.jpeg" width="200" height="260" alt="Page 167"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 167.pdf&page=167&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 168.jpeg" width="200" height="260" alt="Page 168"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 168.pdf&page=168&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 169.jpeg" width="200" height="260" alt="Page 169"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 169.pdf&page=169&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 170.jpeg" width="200" height="260" alt="Page 170"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 170.pdf&page=170&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 171.jpeg" width="200" height="260" alt="Page 171"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 171.pdf&page=171&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 172.jpeg" width="200" height="260" alt="Page 172"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 172.pdf&page=172&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 173.jpeg" width="200" height="260" alt="Page 173"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 173.pdf&page=173&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 174.jpeg" width="200" height="260" alt="Page 174"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 174.pdf&page=174&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 175.jpeg" width="200" height="260" alt="Page 175"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 175.pdf&page=175&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 176.jpeg" width="200" height="260" alt="Page 176"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 176.pdf&page=176&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 177.jpeg" width="200" height="260" alt="Page 177"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 177.pdf&page=177&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 178.jpeg" width="200" height="260" alt="Page 178"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 178.pdf&page=178&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 179.jpeg" width="200" height="260" alt="Page 179"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 179.pdf&page=179&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 180.jpeg" width="200" height="260" alt="Page 180"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 180.pdf&page=180&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 181.jpeg" width="200" height="260" alt="Page 181"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 181.pdf&page=181&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 182.jpeg" width="200" height="260" alt="Page 182"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 182.pdf&page=182&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 183.jpeg" width="200" height="260" alt="Page 183"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 183.pdf&page=183&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 184.jpeg" width="200" height="260" alt="Page 184"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 184.pdf&page=184&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 185.jpeg" width="200" height="260" alt="Page 185"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 185.pdf&page=185&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 186.jpeg" width="200" height="260" alt="Page 186"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 186.pdf&page=186&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 187.jpeg" width="200" height="260" alt="Page 187"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 187.pdf&page=187&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 188.jpeg" width="200" height="260" alt="Page 188"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 188.pdf&page=188&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 189.jpeg" width="200" height="260" alt="Page 189"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 189.pdf&page=189&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 190.jpeg" width="200" height="260" alt="Page 190"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 190.pdf&page=190&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 191.jpeg" width="200" height="260" alt="Page 191"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 191.pdf&page=191&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 192.jpeg" width="200" height="260" alt="Page 192"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 192.pdf&page=192&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 193.jpeg" width="200" height="260" alt="Page 193"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 193.pdf&page=193&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 194.jpeg" width="200" height="260" alt="Page 194"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 194.pdf&page=194&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 195.jpeg" width="200" height="260" alt="Page 195"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 195.pdf&page=195&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 196.jpeg" width="200" height="260" alt="Page 196"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 196.pdf&page=196&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 197.jpeg" width="200" height="260" alt="Page 197"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 197.pdf&page=197&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 198.jpeg" width="200" height="260" alt="Page 198"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 198.pdf&page=198&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 199.jpeg" width="200" height="260" alt="Page 199"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 199.pdf&page=199&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 200.jpeg" width="200" height="260" alt="Page 200"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 200.pdf&page=200&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 201.jpeg" width="200" height="260" alt="Page 201"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 201.pdf&page=201&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 202.jpeg" width="200" height="260" alt="Page 202"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 202.pdf&page=202&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 203.jpeg" width="200" height="260" alt="Page 203"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 203.pdf&page=203&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 204.jpeg" width="200" height="260" alt="Page 204"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 204.pdf&page=204&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 205.jpeg" width="200" height="260" alt="Page 205"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 205.pdf&page=205&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 206.jpeg" width="200" height="260" alt="Page 206"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 206.pdf&page=206&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 207.jpeg" width="200" height="260" alt="Page 207"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 207.pdf&page=207&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 208.jpeg" width="200" height="260" alt="Page 208"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 208.pdf&page=208&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 209.jpeg" width="200" height="260" alt="Page 209"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 209.pdf&page=209&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 210.jpeg" width="200" height="260" alt="Page 210"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 210.pdf&page=210&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 211.jpeg" width="200" height="260" alt="Page 211"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 211.pdf&page=211&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 212.jpeg" width="200" height="260" alt="Page 212"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 212.pdf&page=212&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 213.jpeg" width="200" height="260" alt="Page 213"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 213.pdf&page=213&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 214.jpeg" width="200" height="260" alt="Page 214"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 214.pdf&page=214&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 215.jpeg" width="200" height="260" alt="Page 215"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 215.pdf&page=215&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 216.jpeg" width="200" height="260" alt="Page 216"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 216.pdf&page=216&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 217.jpeg" width="200" height="260" alt="Page 217"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 217.pdf&page=217&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 218.jpeg" width="200" height="260" alt="Page 218"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 218.pdf&page=218&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 219.jpeg" width="200" height="260" alt="Page 219"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 219.pdf&page=219&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 220.jpeg" width="200" height="260" alt="Page 220"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 220.pdf&page=220&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 221.jpeg" width="200" height="260" alt="Page 221"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 221.pdf&page=221&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 222.jpeg" width="200" height="260" alt="Page 222"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 222.pdf&page=222&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 223.jpeg" width="200" height="260" alt="Page 223"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 223.pdf&page=223&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 224.jpeg" width="200" height="260" alt="Page 224"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 224.pdf&page=224&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 225.jpeg" width="200" height="260" alt="Page 225"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 225.pdf&page=225&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 226.jpeg" width="200" height="260" alt="Page 226"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 226.pdf&page=226&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 227.jpeg" width="200" height="260" alt="Page 227"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 227.pdf&page=227&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 228.jpeg" width="200" height="260" alt="Page 228"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 228.pdf&page=228&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 229.jpeg" width="200" height="260" alt="Page 229"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 229.pdf&page=229&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 230.jpeg" width="200" height="260" alt="Page 230"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 230.pdf&page=230&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 231.jpeg" width="200" height="260" alt="Page 231"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 231.pdf&page=231&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 232.jpeg" width="200" height="260" alt="Page 232"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 232.pdf&page=232&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 233.jpeg" width="200" height="260" alt="Page 233"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 233.pdf&page=233&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 234.jpeg" width="200" height="260" alt="Page 234"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 234.pdf&page=234&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 235.jpeg" width="200" height="260" alt="Page 235"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 235.pdf&page=235&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 236.jpeg" width="200" height="260" alt="Page 236"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 236.pdf&page=236&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 237.jpeg" width="200" height="260" alt="Page 237"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 237.pdf&page=237&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 238.jpeg" width="200" height="260" alt="Page 238"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 238.pdf&page=238&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 239.jpeg" width="200" height="260" alt="Page 239"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 239.pdf&page=239&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 240.jpeg" width="200" height="260" alt="Page 240"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 240.pdf&page=240&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 241.jpeg" width="200" height="260" alt="Page 241"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 241.pdf&page=241&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 242.jpeg" width="200" height="260" alt="Page 242"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 242.pdf&page=242&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 243.jpeg" width="200" height="260" alt="Page 243"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 243.pdf&page=243&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 244.jpeg" width="200" height="260" alt="Page 244"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 244.pdf&page=244&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 245.jpeg" width="200" height="260" alt="Page 245"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 245.pdf&page=245&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 246.jpeg" width="200" height="260" alt="Page 246"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 246.pdf&page=246&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 247.jpeg" width="200" height="260" alt="Page 247"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 247.pdf&page=247&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 248.jpeg" width="200" height="260" alt="Page 248"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 248.pdf&page=248&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 249.jpeg" width="200" height="260" alt="Page 249"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 249.pdf&page=249&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 250.jpeg" width="200" height="260" alt="Page 250"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 250.pdf&page=250&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 251.jpeg" width="200" height="260" alt="Page 251"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 251.pdf&page=251&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 252.jpeg" width="200" height="260" alt="Page 252"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 252.pdf&page=252&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 253.jpeg" width="200" height="260" alt="Page 253"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 253.pdf&page=253&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 254.jpeg" width="200" height="260" alt="Page 254"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 254.pdf&page=254&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 255.jpeg" width="200" height="260" alt="Page 255"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 255.pdf&page=255&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 256.jpeg" width="200" height="260" alt="Page 256"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 256.pdf&page=256&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 257.jpeg" width="200" height="260" alt="Page 257"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 257.pdf&page=257&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 258.jpeg" width="200" height="260" alt="Page 258"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 258.pdf&page=258&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 259.jpeg" width="200" height="260" alt="Page 259"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 259.pdf&page=259&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 260.jpeg" width="200" height="260" alt="Page 260"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 260.pdf&page=260&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 261.jpeg" width="200" height="260" alt="Page 261"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 261.pdf&page=261&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 262.jpeg" width="200" height="260" alt="Page 262"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 262.pdf&page=262&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 263.jpeg" width="200" height="260" alt="Page 263"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 263.pdf&page=263&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 264.jpeg" width="200" height="260" alt="Page 264"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 264.pdf&page=264&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 265.jpeg" width="200" height="260" alt="Page 265"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 265.pdf&page=265&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 266.jpeg" width="200" height="260" alt="Page 266"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 266.pdf&page=266&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 267.jpeg" width="200" height="260" alt="Page 267"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 267.pdf&page=267&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 268.jpeg" width="200" height="260" alt="Page 268"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 268.pdf&page=268&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 269.jpeg" width="200" height="260" alt="Page 269"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 269.pdf&page=269&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 270.jpeg" width="200" height="260" alt="Page 270"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 270.pdf&page=270&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 271.jpeg" width="200" height="260" alt="Page 271"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 271.pdf&page=271&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 272.jpeg" width="200" height="260" alt="Page 272"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 272.pdf&page=272&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 273.jpeg" width="200" height="260" alt="Page 273"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 273.pdf&page=273&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 274.jpeg" width="200" height="260" alt="Page 274"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 274.pdf&page=274&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 275.jpeg" width="200" height="260" alt="Page 275"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 275.pdf&page=275&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 276.jpeg" width="200" height="260" alt="Page 276"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 276.pdf&page=276&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 277.jpeg" width="200" height="260" alt="Page 277"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 277.pdf&page=277&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 278.jpeg" width="200" height="260" alt="Page 278"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 278.pdf&page=278&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 279.jpeg" width="200" height="260" alt="Page 279"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 279.pdf&page=279&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 280.jpeg" width="200" height="260" alt="Page 280"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 280.pdf&page=280&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 281.jpeg" width="200" height="260" alt="Page 281"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 281.pdf&page=281&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 282.jpeg" width="200" height="260" alt="Page 282"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 282.pdf&page=282&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 283.jpeg" width="200" height="260" alt="Page 283"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 283.pdf&page=283&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 284.jpeg" width="200" height="260" alt="Page 284"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 284.pdf&page=284&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 285.jpeg" width="200" height="260" alt="Page 285"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 285.pdf&page=285&total=286)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 286.jpeg" width="200" height="260" alt="Page 286"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/setup/1984-03/pages/IBM-5170-SETUP 286.pdf&page=286&total=286)

View file

@ -1,465 +1,471 @@
---
layout: page
title: IBM 5170 Technical Reference, March 1984
permalink: /pubs/pc/reference/ibm/5170/techref/
---
[IBM 5170 Technical Reference, March 1984](http://minuszerodegrees.net/manuals/IBM_5170_Technical_Reference_1502243_MAR84.pdf)
---
![Page 1](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 1.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 1.pdf:200:260")
![Page 2](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 2.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 2.pdf:200:260")
![Page 3](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 3.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 3.pdf:200:260")
![Page 4](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 4.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 4.pdf:200:260")
![Page 5](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 5.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 5.pdf:200:260")
![Page 6](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 6.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 6.pdf:200:260")
![Page 7](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 7.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 7.pdf:200:260")
![Page 8](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 8.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 8.pdf:200:260")
![Page 9](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 9.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 9.pdf:200:260")
![Page 10](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 10.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 10.pdf:200:260")
![Page 11](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 11.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 11.pdf:200:260")
![Page 12](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 12.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 12.pdf:200:260")
![Page 13](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 13.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 13.pdf:200:260")
![Page 14](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 14.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 14.pdf:200:260")
![Page 15](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 15.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 15.pdf:200:260")
![Page 16](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 16.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 16.pdf:200:260")
![Page 17](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 17.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 17.pdf:200:260")
![Page 18](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 18.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 18.pdf:200:260")
![Page 19](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 19.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 19.pdf:200:260")
![Page 20](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 20.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 20.pdf:200:260")
![Page 21](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 21.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 21.pdf:200:260")
![Page 22](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 22.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 22.pdf:200:260")
![Page 23](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 23.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 23.pdf:200:260")
![Page 24](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 24.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 24.pdf:200:260")
![Page 25](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 25.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 25.pdf:200:260")
![Page 26](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 26.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 26.pdf:200:260")
![Page 27](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 27.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 27.pdf:200:260")
![Page 28](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 28.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 28.pdf:200:260")
![Page 29](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 29.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 29.pdf:200:260")
![Page 30](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 30.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 30.pdf:200:260")
![Page 31](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 31.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 31.pdf:200:260")
![Page 32](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 32.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 32.pdf:200:260")
![Page 33](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 33.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 33.pdf:200:260")
![Page 34](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 34.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 34.pdf:200:260")
![Page 35](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 35.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 35.pdf:200:260")
![Page 36](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 36.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 36.pdf:200:260")
![Page 37](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 37.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 37.pdf:200:260")
![Page 38](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 38.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 38.pdf:200:260")
![Page 39](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 39.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 39.pdf:200:260")
![Page 40](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 40.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 40.pdf:200:260")
![Page 41](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 41.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 41.pdf:200:260")
![Page 42](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 42.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 42.pdf:200:260")
![Page 43](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 43.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 43.pdf:200:260")
![Page 44](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 44.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 44.pdf:200:260")
![Page 45](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 45.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 45.pdf:200:260")
![Page 46](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 46.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 46.pdf:200:260")
![Page 47](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 47.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 47.pdf:200:260")
![Page 48](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 48.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 48.pdf:200:260")
![Page 49](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 49.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 49.pdf:200:260")
![Page 50](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 50.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 50.pdf:200:260")
![Page 51](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 51.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 51.pdf:200:260")
![Page 52](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 52.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 52.pdf:200:260")
![Page 53](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 53.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 53.pdf:200:260")
![Page 54](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 54.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 54.pdf:200:260")
![Page 55](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 55.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 55.pdf:200:260")
![Page 56](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 56.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 56.pdf:200:260")
![Page 57](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 57.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 57.pdf:200:260")
![Page 58](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 58.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 58.pdf:200:260")
![Page 59](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 59.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 59.pdf:200:260")
![Page 60](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 60.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 60.pdf:200:260")
![Page 61](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 61.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 61.pdf:200:260")
![Page 62](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 62.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 62.pdf:200:260")
![Page 63](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 63.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 63.pdf:200:260")
![Page 64](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 64.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 64.pdf:200:260")
![Page 65](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 65.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 65.pdf:200:260")
![Page 66](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 66.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 66.pdf:200:260")
![Page 67](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 67.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 67.pdf:200:260")
![Page 68](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 68.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 68.pdf:200:260")
![Page 69](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 69.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 69.pdf:200:260")
![Page 70](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 70.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 70.pdf:200:260")
![Page 71](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 71.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 71.pdf:200:260")
![Page 72](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 72.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 72.pdf:200:260")
![Page 73](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 73.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 73.pdf:200:260")
![Page 74](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 74.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 74.pdf:200:260")
![Page 75](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 75.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 75.pdf:200:260")
![Page 76](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 76.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 76.pdf:200:260")
![Page 77](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 77.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 77.pdf:200:260")
![Page 78](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 78.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 78.pdf:200:260")
![Page 79](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 79.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 79.pdf:200:260")
![Page 80](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 80.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 80.pdf:200:260")
![Page 81](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 81.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 81.pdf:200:260")
![Page 82](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 82.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 82.pdf:200:260")
![Page 83](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 83.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 83.pdf:200:260")
![Page 84](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 84.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 84.pdf:200:260")
![Page 85](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 85.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 85.pdf:200:260")
![Page 86](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 86.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 86.pdf:200:260")
![Page 87](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 87.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 87.pdf:200:260")
![Page 88](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 88.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 88.pdf:200:260")
![Page 89](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 89.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 89.pdf:200:260")
![Page 90](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 90.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 90.pdf:200:260")
![Page 91](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 91.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 91.pdf:200:260")
![Page 92](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 92.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 92.pdf:200:260")
![Page 93](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 93.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 93.pdf:200:260")
![Page 94](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 94.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 94.pdf:200:260")
![Page 95](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 95.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 95.pdf:200:260")
![Page 96](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 96.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 96.pdf:200:260")
![Page 97](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 97.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 97.pdf:200:260")
![Page 98](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 98.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 98.pdf:200:260")
![Page 99](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 99.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 99.pdf:200:260")
![Page 100](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 100.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 100.pdf:200:260")
![Page 101](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 101.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 101.pdf:200:260")
![Page 102](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 102.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 102.pdf:200:260")
![Page 103](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 103.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 103.pdf:200:260")
![Page 104](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 104.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 104.pdf:200:260")
![Page 105](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 105.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 105.pdf:200:260")
![Page 106](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 106.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 106.pdf:200:260")
![Page 107](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 107.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 107.pdf:200:260")
![Page 108](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 108.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 108.pdf:200:260")
![Page 109](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 109.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 109.pdf:200:260")
![Page 110](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 110.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 110.pdf:200:260")
![Page 111](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 111.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 111.pdf:200:260")
![Page 112](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 112.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 112.pdf:200:260")
![Page 113](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 113.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 113.pdf:200:260")
![Page 114](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 114.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 114.pdf:200:260")
![Page 115](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 115.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 115.pdf:200:260")
![Page 116](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 116.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 116.pdf:200:260")
![Page 117](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 117.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 117.pdf:200:260")
![Page 118](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 118.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 118.pdf:200:260")
![Page 119](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 119.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 119.pdf:200:260")
![Page 120](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 120.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 120.pdf:200:260")
![Page 121](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 121.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 121.pdf:200:260")
![Page 122](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 122.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 122.pdf:200:260")
![Page 123](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 123.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 123.pdf:200:260")
![Page 124](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 124.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 124.pdf:200:260")
![Page 125](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 125.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 125.pdf:200:260")
![Page 126](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 126.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 126.pdf:200:260")
![Page 127](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 127.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 127.pdf:200:260")
![Page 128](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 128.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 128.pdf:200:260")
![Page 129](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 129.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 129.pdf:200:260")
![Page 130](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 130.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 130.pdf:200:260")
![Page 131](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 131.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 131.pdf:200:260")
![Page 132](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 132.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 132.pdf:200:260")
![Page 133](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 133.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 133.pdf:200:260")
![Page 134](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 134.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 134.pdf:200:260")
![Page 135](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 135.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 135.pdf:200:260")
![Page 136](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 136.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 136.pdf:200:260")
![Page 137](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 137.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 137.pdf:200:260")
![Page 138](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 138.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 138.pdf:200:260")
![Page 139](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 139.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 139.pdf:200:260")
![Page 140](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 140.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 140.pdf:200:260")
![Page 141](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 141.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 141.pdf:200:260")
![Page 142](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 142.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 142.pdf:200:260")
![Page 143](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 143.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 143.pdf:200:260")
![Page 144](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 144.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 144.pdf:200:260")
![Page 145](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 145.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 145.pdf:200:260")
![Page 146](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 146.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 146.pdf:200:260")
![Page 147](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 147.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 147.pdf:200:260")
![Page 148](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 148.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 148.pdf:200:260")
![Page 149](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 149.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 149.pdf:200:260")
![Page 150](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 150.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 150.pdf:200:260")
![Page 151](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 151.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 151.pdf:200:260")
![Page 152](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 152.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 152.pdf:200:260")
![Page 153](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 153.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 153.pdf:200:260")
![Page 154](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 154.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 154.pdf:200:260")
![Page 155](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 155.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 155.pdf:200:260")
![Page 156](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 156.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 156.pdf:200:260")
![Page 157](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 157.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 157.pdf:200:260")
![Page 158](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 158.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 158.pdf:200:260")
![Page 159](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 159.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 159.pdf:200:260")
![Page 160](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 160.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 160.pdf:200:260")
![Page 161](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 161.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 161.pdf:200:260")
![Page 162](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 162.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 162.pdf:200:260")
![Page 163](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 163.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 163.pdf:200:260")
![Page 164](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 164.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 164.pdf:200:260")
![Page 165](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 165.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 165.pdf:200:260")
![Page 166](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 166.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 166.pdf:200:260")
![Page 167](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 167.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 167.pdf:200:260")
![Page 168](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 168.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 168.pdf:200:260")
![Page 169](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 169.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 169.pdf:200:260")
![Page 170](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 170.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 170.pdf:200:260")
![Page 171](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 171.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 171.pdf:200:260")
![Page 172](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 172.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 172.pdf:200:260")
![Page 173](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 173.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 173.pdf:200:260")
![Page 174](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 174.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 174.pdf:200:260")
![Page 175](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 175.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 175.pdf:200:260")
![Page 176](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 176.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 176.pdf:200:260")
![Page 177](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 177.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 177.pdf:200:260")
![Page 178](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 178.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 178.pdf:200:260")
![Page 179](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 179.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 179.pdf:200:260")
![Page 180](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 180.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 180.pdf:200:260")
![Page 181](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 181.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 181.pdf:200:260")
![Page 182](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 182.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 182.pdf:200:260")
![Page 183](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 183.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 183.pdf:200:260")
![Page 184](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 184.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 184.pdf:200:260")
![Page 185](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 185.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 185.pdf:200:260")
![Page 186](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 186.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 186.pdf:200:260")
![Page 187](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 187.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 187.pdf:200:260")
![Page 188](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 188.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 188.pdf:200:260")
![Page 189](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 189.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 189.pdf:200:260")
![Page 190](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 190.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 190.pdf:200:260")
![Page 191](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 191.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 191.pdf:200:260")
![Page 192](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 192.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 192.pdf:200:260")
![Page 193](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 193.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 193.pdf:200:260")
![Page 194](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 194.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 194.pdf:200:260")
![Page 195](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 195.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 195.pdf:200:260")
![Page 196](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 196.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 196.pdf:200:260")
![Page 197](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 197.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 197.pdf:200:260")
![Page 198](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 198.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 198.pdf:200:260")
![Page 199](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 199.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 199.pdf:200:260")
![Page 200](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 200.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 200.pdf:200:260")
![Page 201](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 201.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 201.pdf:200:260")
![Page 202](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 202.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 202.pdf:200:260")
![Page 203](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 203.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 203.pdf:200:260")
![Page 204](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 204.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 204.pdf:200:260")
![Page 205](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 205.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 205.pdf:200:260")
![Page 206](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 206.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 206.pdf:200:260")
![Page 207](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 207.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 207.pdf:200:260")
![Page 208](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 208.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 208.pdf:200:260")
![Page 209](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 209.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 209.pdf:200:260")
![Page 210](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 210.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 210.pdf:200:260")
![Page 211](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 211.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 211.pdf:200:260")
![Page 212](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 212.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 212.pdf:200:260")
![Page 213](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 213.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 213.pdf:200:260")
![Page 214](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 214.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 214.pdf:200:260")
![Page 215](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 215.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 215.pdf:200:260")
![Page 216](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 216.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 216.pdf:200:260")
![Page 217](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 217.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 217.pdf:200:260")
![Page 218](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 218.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 218.pdf:200:260")
![Page 219](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 219.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 219.pdf:200:260")
![Page 220](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 220.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 220.pdf:200:260")
![Page 221](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 221.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 221.pdf:200:260")
![Page 222](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 222.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 222.pdf:200:260")
![Page 223](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 223.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 223.pdf:200:260")
![Page 224](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 224.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 224.pdf:200:260")
![Page 225](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 225.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 225.pdf:200:260")
![Page 226](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 226.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 226.pdf:200:260")
![Page 227](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 227.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 227.pdf:200:260")
![Page 228](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 228.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 228.pdf:200:260")
![Page 229](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 229.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 229.pdf:200:260")
![Page 230](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 230.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 230.pdf:200:260")
![Page 231](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 231.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 231.pdf:200:260")
![Page 232](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 232.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 232.pdf:200:260")
![Page 233](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 233.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 233.pdf:200:260")
![Page 234](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 234.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 234.pdf:200:260")
![Page 235](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 235.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 235.pdf:200:260")
![Page 236](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 236.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 236.pdf:200:260")
![Page 237](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 237.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 237.pdf:200:260")
![Page 238](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 238.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 238.pdf:200:260")
![Page 239](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 239.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 239.pdf:200:260")
![Page 240](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 240.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 240.pdf:200:260")
![Page 241](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 241.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 241.pdf:200:260")
![Page 242](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 242.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 242.pdf:200:260")
![Page 243](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 243.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 243.pdf:200:260")
![Page 244](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 244.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 244.pdf:200:260")
![Page 245](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 245.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 245.pdf:200:260")
![Page 246](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 246.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 246.pdf:200:260")
![Page 247](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 247.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 247.pdf:200:260")
![Page 248](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 248.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 248.pdf:200:260")
![Page 249](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 249.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 249.pdf:200:260")
![Page 250](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 250.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 250.pdf:200:260")
![Page 251](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 251.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 251.pdf:200:260")
![Page 252](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 252.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 252.pdf:200:260")
![Page 253](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 253.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 253.pdf:200:260")
![Page 254](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 254.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 254.pdf:200:260")
![Page 255](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 255.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 255.pdf:200:260")
![Page 256](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 256.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 256.pdf:200:260")
![Page 257](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 257.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 257.pdf:200:260")
![Page 258](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 258.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 258.pdf:200:260")
![Page 259](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 259.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 259.pdf:200:260")
![Page 260](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 260.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 260.pdf:200:260")
![Page 261](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 261.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 261.pdf:200:260")
![Page 262](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 262.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 262.pdf:200:260")
![Page 263](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 263.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 263.pdf:200:260")
![Page 264](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 264.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 264.pdf:200:260")
![Page 265](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 265.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 265.pdf:200:260")
![Page 266](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 266.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 266.pdf:200:260")
![Page 267](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 267.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 267.pdf:200:260")
![Page 268](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 268.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 268.pdf:200:260")
![Page 269](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 269.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 269.pdf:200:260")
![Page 270](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 270.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 270.pdf:200:260")
![Page 271](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 271.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 271.pdf:200:260")
![Page 272](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 272.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 272.pdf:200:260")
![Page 273](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 273.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 273.pdf:200:260")
![Page 274](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 274.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 274.pdf:200:260")
![Page 275](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 275.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 275.pdf:200:260")
![Page 276](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 276.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 276.pdf:200:260")
![Page 277](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 277.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 277.pdf:200:260")
![Page 278](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 278.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 278.pdf:200:260")
![Page 279](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 279.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 279.pdf:200:260")
![Page 280](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 280.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 280.pdf:200:260")
![Page 281](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 281.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 281.pdf:200:260")
![Page 282](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 282.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 282.pdf:200:260")
![Page 283](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 283.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 283.pdf:200:260")
![Page 284](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 284.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 284.pdf:200:260")
![Page 285](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 285.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 285.pdf:200:260")
![Page 286](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 286.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 286.pdf:200:260")
![Page 287](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 287.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 287.pdf:200:260")
![Page 288](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 288.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 288.pdf:200:260")
![Page 289](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 289.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 289.pdf:200:260")
![Page 290](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 290.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 290.pdf:200:260")
![Page 291](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 291.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 291.pdf:200:260")
![Page 292](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 292.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 292.pdf:200:260")
![Page 293](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 293.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 293.pdf:200:260")
![Page 294](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 294.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 294.pdf:200:260")
![Page 295](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 295.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 295.pdf:200:260")
![Page 296](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 296.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 296.pdf:200:260")
![Page 297](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 297.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 297.pdf:200:260")
![Page 298](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 298.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 298.pdf:200:260")
![Page 299](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 299.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 299.pdf:200:260")
![Page 300](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 300.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 300.pdf:200:260")
![Page 301](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 301.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 301.pdf:200:260")
![Page 302](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 302.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 302.pdf:200:260")
![Page 303](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 303.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 303.pdf:200:260")
![Page 304](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 304.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 304.pdf:200:260")
![Page 305](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 305.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 305.pdf:200:260")
![Page 306](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 306.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 306.pdf:200:260")
![Page 307](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 307.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 307.pdf:200:260")
![Page 308](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 308.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 308.pdf:200:260")
![Page 309](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 309.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 309.pdf:200:260")
![Page 310](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 310.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 310.pdf:200:260")
![Page 311](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 311.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 311.pdf:200:260")
![Page 312](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 312.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 312.pdf:200:260")
![Page 313](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 313.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 313.pdf:200:260")
![Page 314](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 314.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 314.pdf:200:260")
![Page 315](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 315.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 315.pdf:200:260")
![Page 316](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 316.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 316.pdf:200:260")
![Page 317](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 317.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 317.pdf:200:260")
![Page 318](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 318.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 318.pdf:200:260")
![Page 319](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 319.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 319.pdf:200:260")
![Page 320](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 320.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 320.pdf:200:260")
![Page 321](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 321.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 321.pdf:200:260")
![Page 322](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 322.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 322.pdf:200:260")
![Page 323](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 323.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 323.pdf:200:260")
![Page 324](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 324.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 324.pdf:200:260")
![Page 325](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 325.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 325.pdf:200:260")
![Page 326](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 326.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 326.pdf:200:260")
![Page 327](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 327.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 327.pdf:200:260")
![Page 328](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 328.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 328.pdf:200:260")
![Page 329](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 329.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 329.pdf:200:260")
![Page 330](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 330.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 330.pdf:200:260")
![Page 331](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 331.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 331.pdf:200:260")
![Page 332](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 332.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 332.pdf:200:260")
![Page 333](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 333.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 333.pdf:200:260")
![Page 334](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 334.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 334.pdf:200:260")
![Page 335](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 335.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 335.pdf:200:260")
![Page 336](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 336.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 336.pdf:200:260")
![Page 337](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 337.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 337.pdf:200:260")
![Page 338](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 338.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 338.pdf:200:260")
![Page 339](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 339.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 339.pdf:200:260")
![Page 340](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 340.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 340.pdf:200:260")
![Page 341](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 341.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 341.pdf:200:260")
![Page 342](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 342.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 342.pdf:200:260")
![Page 343](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 343.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 343.pdf:200:260")
![Page 344](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 344.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 344.pdf:200:260")
![Page 345](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 345.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 345.pdf:200:260")
![Page 346](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 346.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 346.pdf:200:260")
![Page 347](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 347.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 347.pdf:200:260")
![Page 348](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 348.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 348.pdf:200:260")
![Page 349](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 349.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 349.pdf:200:260")
![Page 350](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 350.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 350.pdf:200:260")
![Page 351](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 351.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 351.pdf:200:260")
![Page 352](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 352.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 352.pdf:200:260")
![Page 353](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 353.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 353.pdf:200:260")
![Page 354](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 354.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 354.pdf:200:260")
![Page 355](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 355.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 355.pdf:200:260")
![Page 356](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 356.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 356.pdf:200:260")
![Page 357](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 357.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 357.pdf:200:260")
![Page 358](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 358.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 358.pdf:200:260")
![Page 359](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 359.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 359.pdf:200:260")
![Page 360](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 360.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 360.pdf:200:260")
![Page 361](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 361.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 361.pdf:200:260")
![Page 362](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 362.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 362.pdf:200:260")
![Page 363](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 363.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 363.pdf:200:260")
![Page 364](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 364.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 364.pdf:200:260")
![Page 365](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 365.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 365.pdf:200:260")
![Page 366](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 366.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 366.pdf:200:260")
![Page 367](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 367.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 367.pdf:200:260")
![Page 368](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 368.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 368.pdf:200:260")
![Page 369](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 369.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 369.pdf:200:260")
![Page 370](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 370.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 370.pdf:200:260")
![Page 371](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 371.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 371.pdf:200:260")
![Page 372](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 372.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 372.pdf:200:260")
![Page 373](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 373.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 373.pdf:200:260")
![Page 374](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 374.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 374.pdf:200:260")
![Page 375](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 375.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 375.pdf:200:260")
![Page 376](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 376.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 376.pdf:200:260")
![Page 377](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 377.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 377.pdf:200:260")
![Page 378](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 378.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 378.pdf:200:260")
![Page 379](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 379.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 379.pdf:200:260")
![Page 380](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 380.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 380.pdf:200:260")
![Page 381](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 381.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 381.pdf:200:260")
![Page 382](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 382.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 382.pdf:200:260")
![Page 383](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 383.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 383.pdf:200:260")
![Page 384](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 384.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 384.pdf:200:260")
![Page 385](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 385.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 385.pdf:200:260")
![Page 386](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 386.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 386.pdf:200:260")
![Page 387](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 387.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 387.pdf:200:260")
![Page 388](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 388.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 388.pdf:200:260")
![Page 389](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 389.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 389.pdf:200:260")
![Page 390](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 390.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 390.pdf:200:260")
![Page 391](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 391.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 391.pdf:200:260")
![Page 392](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 392.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 392.pdf:200:260")
![Page 393](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 393.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 393.pdf:200:260")
![Page 394](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 394.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 394.pdf:200:260")
![Page 395](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 395.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 395.pdf:200:260")
![Page 396](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 396.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 396.pdf:200:260")
![Page 397](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 397.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 397.pdf:200:260")
![Page 398](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 398.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 398.pdf:200:260")
![Page 399](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 399.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 399.pdf:200:260")
![Page 400](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 400.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 400.pdf:200:260")
![Page 401](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 401.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 401.pdf:200:260")
![Page 402](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 402.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 402.pdf:200:260")
![Page 403](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 403.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 403.pdf:200:260")
![Page 404](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 404.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 404.pdf:200:260")
![Page 405](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 405.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 405.pdf:200:260")
![Page 406](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 406.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 406.pdf:200:260")
![Page 407](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 407.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 407.pdf:200:260")
![Page 408](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 408.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 408.pdf:200:260")
![Page 409](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 409.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 409.pdf:200:260")
![Page 410](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 410.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 410.pdf:200:260")
![Page 411](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 411.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 411.pdf:200:260")
![Page 412](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 412.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 412.pdf:200:260")
![Page 413](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 413.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 413.pdf:200:260")
![Page 414](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 414.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 414.pdf:200:260")
![Page 415](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 415.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 415.pdf:200:260")
![Page 416](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 416.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 416.pdf:200:260")
![Page 417](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 417.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 417.pdf:200:260")
![Page 418](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 418.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 418.pdf:200:260")
![Page 419](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 419.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 419.pdf:200:260")
![Page 420](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 420.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 420.pdf:200:260")
![Page 421](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 421.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 421.pdf:200:260")
![Page 422](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 422.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 422.pdf:200:260")
![Page 423](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 423.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 423.pdf:200:260")
![Page 424](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 424.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 424.pdf:200:260")
![Page 425](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 425.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 425.pdf:200:260")
![Page 426](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 426.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 426.pdf:200:260")
![Page 427](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 427.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 427.pdf:200:260")
![Page 428](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 428.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 428.pdf:200:260")
![Page 429](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 429.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 429.pdf:200:260")
![Page 430](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 430.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 430.pdf:200:260")
![Page 431](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 431.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 431.pdf:200:260")
![Page 432](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 432.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 432.pdf:200:260")
![Page 433](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 433.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 433.pdf:200:260")
![Page 434](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 434.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 434.pdf:200:260")
![Page 435](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 435.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 435.pdf:200:260")
![Page 436](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 436.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 436.pdf:200:260")
![Page 437](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 437.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 437.pdf:200:260")
![Page 438](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 438.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 438.pdf:200:260")
![Page 439](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 439.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 439.pdf:200:260")
![Page 440](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 440.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 440.pdf:200:260")
![Page 441](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 441.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 441.pdf:200:260")
![Page 442](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 442.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 442.pdf:200:260")
![Page 443](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 443.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 443.pdf:200:260")
![Page 444](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 444.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 444.pdf:200:260")
![Page 445](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 445.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 445.pdf:200:260")
![Page 446](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 446.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 446.pdf:200:260")
![Page 447](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 447.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 447.pdf:200:260")
![Page 448](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 448.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 448.pdf:200:260")
![Page 449](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 449.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 449.pdf:200:260")
![Page 450](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 450.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 450.pdf:200:260")
![Page 451](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 451.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 451.pdf:200:260")
![Page 452](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 452.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 452.pdf:200:260")
![Page 453](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 453.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 453.pdf:200:260")
![Page 454](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 454.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 454.pdf:200:260")
![Page 455](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 455.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 455.pdf:200:260")
![Page 456](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 456.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 456.pdf:200:260")
![Page 457](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 457.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 457.pdf:200:260")
![Page 458](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 458.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 458.pdf:200:260")
![Page 459](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 459.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 459.pdf:200:260")
![Page 460](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 460.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 460.pdf:200:260")
![Page 461](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 461.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 461.pdf:200:260")
![Page 462](../../static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 462.jpeg "link:../../static/5170/techref/1984-03/pages/IBM-5170-TECHREF 462.pdf:200:260")
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 1.jpeg" width="200" height="260" alt="Page 1"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 1.pdf&page=1&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 2.jpeg" width="200" height="260" alt="Page 2"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 2.pdf&page=2&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 3.jpeg" width="200" height="260" alt="Page 3"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 3.pdf&page=3&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 4.jpeg" width="200" height="260" alt="Page 4"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 4.pdf&page=4&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 5.jpeg" width="200" height="260" alt="Page 5"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 5.pdf&page=5&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 6.jpeg" width="200" height="260" alt="Page 6"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 6.pdf&page=6&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 7.jpeg" width="200" height="260" alt="Page 7"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 7.pdf&page=7&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 8.jpeg" width="200" height="260" alt="Page 8"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 8.pdf&page=8&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 9.jpeg" width="200" height="260" alt="Page 9"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 9.pdf&page=9&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 10.jpeg" width="200" height="260" alt="Page 10"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 10.pdf&page=10&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 11.jpeg" width="200" height="260" alt="Page 11"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 11.pdf&page=11&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 12.jpeg" width="200" height="260" alt="Page 12"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 12.pdf&page=12&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 13.jpeg" width="200" height="260" alt="Page 13"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 13.pdf&page=13&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 14.jpeg" width="200" height="260" alt="Page 14"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 14.pdf&page=14&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 15.jpeg" width="200" height="260" alt="Page 15"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 15.pdf&page=15&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 16.jpeg" width="200" height="260" alt="Page 16"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 16.pdf&page=16&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 17.jpeg" width="200" height="260" alt="Page 17"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 17.pdf&page=17&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 18.jpeg" width="200" height="260" alt="Page 18"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 18.pdf&page=18&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 19.jpeg" width="200" height="260" alt="Page 19"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 19.pdf&page=19&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 20.jpeg" width="200" height="260" alt="Page 20"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 20.pdf&page=20&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 21.jpeg" width="200" height="260" alt="Page 21"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 21.pdf&page=21&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 22.jpeg" width="200" height="260" alt="Page 22"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 22.pdf&page=22&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 23.jpeg" width="200" height="260" alt="Page 23"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 23.pdf&page=23&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 24.jpeg" width="200" height="260" alt="Page 24"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 24.pdf&page=24&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 25.jpeg" width="200" height="260" alt="Page 25"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 25.pdf&page=25&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 26.jpeg" width="200" height="260" alt="Page 26"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 26.pdf&page=26&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 27.jpeg" width="200" height="260" alt="Page 27"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 27.pdf&page=27&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 28.jpeg" width="200" height="260" alt="Page 28"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 28.pdf&page=28&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 29.jpeg" width="200" height="260" alt="Page 29"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 29.pdf&page=29&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 30.jpeg" width="200" height="260" alt="Page 30"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 30.pdf&page=30&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 31.jpeg" width="200" height="260" alt="Page 31"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 31.pdf&page=31&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 32.jpeg" width="200" height="260" alt="Page 32"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 32.pdf&page=32&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 33.jpeg" width="200" height="260" alt="Page 33"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 33.pdf&page=33&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 34.jpeg" width="200" height="260" alt="Page 34"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 34.pdf&page=34&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 35.jpeg" width="200" height="260" alt="Page 35"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 35.pdf&page=35&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 36.jpeg" width="200" height="260" alt="Page 36"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 36.pdf&page=36&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 37.jpeg" width="200" height="260" alt="Page 37"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 37.pdf&page=37&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 38.jpeg" width="200" height="260" alt="Page 38"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 38.pdf&page=38&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 39.jpeg" width="200" height="260" alt="Page 39"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 39.pdf&page=39&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 40.jpeg" width="200" height="260" alt="Page 40"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 40.pdf&page=40&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 41.jpeg" width="200" height="260" alt="Page 41"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 41.pdf&page=41&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 42.jpeg" width="200" height="260" alt="Page 42"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 42.pdf&page=42&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 43.jpeg" width="200" height="260" alt="Page 43"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 43.pdf&page=43&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 44.jpeg" width="200" height="260" alt="Page 44"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 44.pdf&page=44&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 45.jpeg" width="200" height="260" alt="Page 45"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 45.pdf&page=45&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 46.jpeg" width="200" height="260" alt="Page 46"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 46.pdf&page=46&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 47.jpeg" width="200" height="260" alt="Page 47"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 47.pdf&page=47&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 48.jpeg" width="200" height="260" alt="Page 48"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 48.pdf&page=48&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 49.jpeg" width="200" height="260" alt="Page 49"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 49.pdf&page=49&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 50.jpeg" width="200" height="260" alt="Page 50"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 50.pdf&page=50&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 51.jpeg" width="200" height="260" alt="Page 51"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 51.pdf&page=51&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 52.jpeg" width="200" height="260" alt="Page 52"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 52.pdf&page=52&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 53.jpeg" width="200" height="260" alt="Page 53"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 53.pdf&page=53&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 54.jpeg" width="200" height="260" alt="Page 54"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 54.pdf&page=54&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 55.jpeg" width="200" height="260" alt="Page 55"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 55.pdf&page=55&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 56.jpeg" width="200" height="260" alt="Page 56"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 56.pdf&page=56&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 57.jpeg" width="200" height="260" alt="Page 57"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 57.pdf&page=57&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 58.jpeg" width="200" height="260" alt="Page 58"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 58.pdf&page=58&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 59.jpeg" width="200" height="260" alt="Page 59"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 59.pdf&page=59&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 60.jpeg" width="200" height="260" alt="Page 60"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 60.pdf&page=60&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 61.jpeg" width="200" height="260" alt="Page 61"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 61.pdf&page=61&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 62.jpeg" width="200" height="260" alt="Page 62"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 62.pdf&page=62&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 63.jpeg" width="200" height="260" alt="Page 63"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 63.pdf&page=63&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 64.jpeg" width="200" height="260" alt="Page 64"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 64.pdf&page=64&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 65.jpeg" width="200" height="260" alt="Page 65"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 65.pdf&page=65&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 66.jpeg" width="200" height="260" alt="Page 66"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 66.pdf&page=66&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 67.jpeg" width="200" height="260" alt="Page 67"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 67.pdf&page=67&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 68.jpeg" width="200" height="260" alt="Page 68"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 68.pdf&page=68&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 69.jpeg" width="200" height="260" alt="Page 69"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 69.pdf&page=69&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 70.jpeg" width="200" height="260" alt="Page 70"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 70.pdf&page=70&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 71.jpeg" width="200" height="260" alt="Page 71"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 71.pdf&page=71&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 72.jpeg" width="200" height="260" alt="Page 72"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 72.pdf&page=72&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 73.jpeg" width="200" height="260" alt="Page 73"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 73.pdf&page=73&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 74.jpeg" width="200" height="260" alt="Page 74"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 74.pdf&page=74&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 75.jpeg" width="200" height="260" alt="Page 75"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 75.pdf&page=75&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 76.jpeg" width="200" height="260" alt="Page 76"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 76.pdf&page=76&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 77.jpeg" width="200" height="260" alt="Page 77"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 77.pdf&page=77&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 78.jpeg" width="200" height="260" alt="Page 78"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 78.pdf&page=78&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 79.jpeg" width="200" height="260" alt="Page 79"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 79.pdf&page=79&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 80.jpeg" width="200" height="260" alt="Page 80"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 80.pdf&page=80&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 81.jpeg" width="200" height="260" alt="Page 81"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 81.pdf&page=81&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 82.jpeg" width="200" height="260" alt="Page 82"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 82.pdf&page=82&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 83.jpeg" width="200" height="260" alt="Page 83"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 83.pdf&page=83&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 84.jpeg" width="200" height="260" alt="Page 84"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 84.pdf&page=84&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 85.jpeg" width="200" height="260" alt="Page 85"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 85.pdf&page=85&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 86.jpeg" width="200" height="260" alt="Page 86"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 86.pdf&page=86&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 87.jpeg" width="200" height="260" alt="Page 87"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 87.pdf&page=87&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 88.jpeg" width="200" height="260" alt="Page 88"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 88.pdf&page=88&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 89.jpeg" width="200" height="260" alt="Page 89"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 89.pdf&page=89&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 90.jpeg" width="200" height="260" alt="Page 90"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 90.pdf&page=90&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 91.jpeg" width="200" height="260" alt="Page 91"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 91.pdf&page=91&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 92.jpeg" width="200" height="260" alt="Page 92"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 92.pdf&page=92&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 93.jpeg" width="200" height="260" alt="Page 93"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 93.pdf&page=93&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 94.jpeg" width="200" height="260" alt="Page 94"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 94.pdf&page=94&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 95.jpeg" width="200" height="260" alt="Page 95"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 95.pdf&page=95&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 96.jpeg" width="200" height="260" alt="Page 96"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 96.pdf&page=96&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 97.jpeg" width="200" height="260" alt="Page 97"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 97.pdf&page=97&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 98.jpeg" width="200" height="260" alt="Page 98"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 98.pdf&page=98&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 99.jpeg" width="200" height="260" alt="Page 99"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 99.pdf&page=99&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 100.jpeg" width="200" height="260" alt="Page 100"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 100.pdf&page=100&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 101.jpeg" width="200" height="260" alt="Page 101"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 101.pdf&page=101&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 102.jpeg" width="200" height="260" alt="Page 102"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 102.pdf&page=102&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 103.jpeg" width="200" height="260" alt="Page 103"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 103.pdf&page=103&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 104.jpeg" width="200" height="260" alt="Page 104"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 104.pdf&page=104&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 105.jpeg" width="200" height="260" alt="Page 105"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 105.pdf&page=105&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 106.jpeg" width="200" height="260" alt="Page 106"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 106.pdf&page=106&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 107.jpeg" width="200" height="260" alt="Page 107"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 107.pdf&page=107&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 108.jpeg" width="200" height="260" alt="Page 108"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 108.pdf&page=108&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 109.jpeg" width="200" height="260" alt="Page 109"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 109.pdf&page=109&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 110.jpeg" width="200" height="260" alt="Page 110"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 110.pdf&page=110&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 111.jpeg" width="200" height="260" alt="Page 111"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 111.pdf&page=111&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 112.jpeg" width="200" height="260" alt="Page 112"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 112.pdf&page=112&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 113.jpeg" width="200" height="260" alt="Page 113"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 113.pdf&page=113&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 114.jpeg" width="200" height="260" alt="Page 114"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 114.pdf&page=114&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 115.jpeg" width="200" height="260" alt="Page 115"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 115.pdf&page=115&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 116.jpeg" width="200" height="260" alt="Page 116"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 116.pdf&page=116&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 117.jpeg" width="200" height="260" alt="Page 117"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 117.pdf&page=117&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 118.jpeg" width="200" height="260" alt="Page 118"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 118.pdf&page=118&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 119.jpeg" width="200" height="260" alt="Page 119"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 119.pdf&page=119&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 120.jpeg" width="200" height="260" alt="Page 120"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 120.pdf&page=120&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 121.jpeg" width="200" height="260" alt="Page 121"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 121.pdf&page=121&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 122.jpeg" width="200" height="260" alt="Page 122"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 122.pdf&page=122&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 123.jpeg" width="200" height="260" alt="Page 123"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 123.pdf&page=123&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 124.jpeg" width="200" height="260" alt="Page 124"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 124.pdf&page=124&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 125.jpeg" width="200" height="260" alt="Page 125"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 125.pdf&page=125&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 126.jpeg" width="200" height="260" alt="Page 126"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 126.pdf&page=126&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 127.jpeg" width="200" height="260" alt="Page 127"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 127.pdf&page=127&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 128.jpeg" width="200" height="260" alt="Page 128"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 128.pdf&page=128&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 129.jpeg" width="200" height="260" alt="Page 129"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 129.pdf&page=129&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 130.jpeg" width="200" height="260" alt="Page 130"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 130.pdf&page=130&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 131.jpeg" width="200" height="260" alt="Page 131"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 131.pdf&page=131&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 132.jpeg" width="200" height="260" alt="Page 132"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 132.pdf&page=132&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 133.jpeg" width="200" height="260" alt="Page 133"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 133.pdf&page=133&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 134.jpeg" width="200" height="260" alt="Page 134"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 134.pdf&page=134&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 135.jpeg" width="200" height="260" alt="Page 135"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 135.pdf&page=135&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 136.jpeg" width="200" height="260" alt="Page 136"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 136.pdf&page=136&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 137.jpeg" width="200" height="260" alt="Page 137"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 137.pdf&page=137&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 138.jpeg" width="200" height="260" alt="Page 138"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 138.pdf&page=138&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 139.jpeg" width="200" height="260" alt="Page 139"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 139.pdf&page=139&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 140.jpeg" width="200" height="260" alt="Page 140"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 140.pdf&page=140&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 141.jpeg" width="200" height="260" alt="Page 141"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 141.pdf&page=141&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 142.jpeg" width="200" height="260" alt="Page 142"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 142.pdf&page=142&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 143.jpeg" width="200" height="260" alt="Page 143"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 143.pdf&page=143&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 144.jpeg" width="200" height="260" alt="Page 144"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 144.pdf&page=144&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 145.jpeg" width="200" height="260" alt="Page 145"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 145.pdf&page=145&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 146.jpeg" width="200" height="260" alt="Page 146"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 146.pdf&page=146&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 147.jpeg" width="200" height="260" alt="Page 147"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 147.pdf&page=147&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 148.jpeg" width="200" height="260" alt="Page 148"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 148.pdf&page=148&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 149.jpeg" width="200" height="260" alt="Page 149"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 149.pdf&page=149&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 150.jpeg" width="200" height="260" alt="Page 150"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 150.pdf&page=150&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 151.jpeg" width="200" height="260" alt="Page 151"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 151.pdf&page=151&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 152.jpeg" width="200" height="260" alt="Page 152"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 152.pdf&page=152&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 153.jpeg" width="200" height="260" alt="Page 153"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 153.pdf&page=153&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 154.jpeg" width="200" height="260" alt="Page 154"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 154.pdf&page=154&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 155.jpeg" width="200" height="260" alt="Page 155"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 155.pdf&page=155&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 156.jpeg" width="200" height="260" alt="Page 156"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 156.pdf&page=156&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 157.jpeg" width="200" height="260" alt="Page 157"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 157.pdf&page=157&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 158.jpeg" width="200" height="260" alt="Page 158"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 158.pdf&page=158&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 159.jpeg" width="200" height="260" alt="Page 159"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 159.pdf&page=159&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 160.jpeg" width="200" height="260" alt="Page 160"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 160.pdf&page=160&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 161.jpeg" width="200" height="260" alt="Page 161"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 161.pdf&page=161&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 162.jpeg" width="200" height="260" alt="Page 162"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 162.pdf&page=162&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 163.jpeg" width="200" height="260" alt="Page 163"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 163.pdf&page=163&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 164.jpeg" width="200" height="260" alt="Page 164"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 164.pdf&page=164&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 165.jpeg" width="200" height="260" alt="Page 165"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 165.pdf&page=165&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 166.jpeg" width="200" height="260" alt="Page 166"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 166.pdf&page=166&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 167.jpeg" width="200" height="260" alt="Page 167"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 167.pdf&page=167&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 168.jpeg" width="200" height="260" alt="Page 168"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 168.pdf&page=168&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 169.jpeg" width="200" height="260" alt="Page 169"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 169.pdf&page=169&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 170.jpeg" width="200" height="260" alt="Page 170"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 170.pdf&page=170&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 171.jpeg" width="200" height="260" alt="Page 171"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 171.pdf&page=171&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 172.jpeg" width="200" height="260" alt="Page 172"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 172.pdf&page=172&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 173.jpeg" width="200" height="260" alt="Page 173"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 173.pdf&page=173&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 174.jpeg" width="200" height="260" alt="Page 174"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 174.pdf&page=174&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 175.jpeg" width="200" height="260" alt="Page 175"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 175.pdf&page=175&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 176.jpeg" width="200" height="260" alt="Page 176"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 176.pdf&page=176&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 177.jpeg" width="200" height="260" alt="Page 177"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 177.pdf&page=177&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 178.jpeg" width="200" height="260" alt="Page 178"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 178.pdf&page=178&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 179.jpeg" width="200" height="260" alt="Page 179"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 179.pdf&page=179&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 180.jpeg" width="200" height="260" alt="Page 180"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 180.pdf&page=180&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 181.jpeg" width="200" height="260" alt="Page 181"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 181.pdf&page=181&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 182.jpeg" width="200" height="260" alt="Page 182"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 182.pdf&page=182&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 183.jpeg" width="200" height="260" alt="Page 183"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 183.pdf&page=183&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 184.jpeg" width="200" height="260" alt="Page 184"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 184.pdf&page=184&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 185.jpeg" width="200" height="260" alt="Page 185"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 185.pdf&page=185&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 186.jpeg" width="200" height="260" alt="Page 186"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 186.pdf&page=186&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 187.jpeg" width="200" height="260" alt="Page 187"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 187.pdf&page=187&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 188.jpeg" width="200" height="260" alt="Page 188"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 188.pdf&page=188&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 189.jpeg" width="200" height="260" alt="Page 189"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 189.pdf&page=189&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 190.jpeg" width="200" height="260" alt="Page 190"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 190.pdf&page=190&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 191.jpeg" width="200" height="260" alt="Page 191"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 191.pdf&page=191&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 192.jpeg" width="200" height="260" alt="Page 192"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 192.pdf&page=192&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 193.jpeg" width="200" height="260" alt="Page 193"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 193.pdf&page=193&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 194.jpeg" width="200" height="260" alt="Page 194"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 194.pdf&page=194&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 195.jpeg" width="200" height="260" alt="Page 195"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 195.pdf&page=195&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 196.jpeg" width="200" height="260" alt="Page 196"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 196.pdf&page=196&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 197.jpeg" width="200" height="260" alt="Page 197"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 197.pdf&page=197&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 198.jpeg" width="200" height="260" alt="Page 198"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 198.pdf&page=198&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 199.jpeg" width="200" height="260" alt="Page 199"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 199.pdf&page=199&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 200.jpeg" width="200" height="260" alt="Page 200"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 200.pdf&page=200&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 201.jpeg" width="200" height="260" alt="Page 201"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 201.pdf&page=201&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 202.jpeg" width="200" height="260" alt="Page 202"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 202.pdf&page=202&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 203.jpeg" width="200" height="260" alt="Page 203"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 203.pdf&page=203&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 204.jpeg" width="200" height="260" alt="Page 204"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 204.pdf&page=204&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 205.jpeg" width="200" height="260" alt="Page 205"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 205.pdf&page=205&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 206.jpeg" width="200" height="260" alt="Page 206"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 206.pdf&page=206&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 207.jpeg" width="200" height="260" alt="Page 207"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 207.pdf&page=207&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 208.jpeg" width="200" height="260" alt="Page 208"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 208.pdf&page=208&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 209.jpeg" width="200" height="260" alt="Page 209"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 209.pdf&page=209&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 210.jpeg" width="200" height="260" alt="Page 210"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 210.pdf&page=210&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 211.jpeg" width="200" height="260" alt="Page 211"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 211.pdf&page=211&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 212.jpeg" width="200" height="260" alt="Page 212"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 212.pdf&page=212&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 213.jpeg" width="200" height="260" alt="Page 213"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 213.pdf&page=213&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 214.jpeg" width="200" height="260" alt="Page 214"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 214.pdf&page=214&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 215.jpeg" width="200" height="260" alt="Page 215"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 215.pdf&page=215&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 216.jpeg" width="200" height="260" alt="Page 216"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 216.pdf&page=216&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 217.jpeg" width="200" height="260" alt="Page 217"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 217.pdf&page=217&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 218.jpeg" width="200" height="260" alt="Page 218"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 218.pdf&page=218&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 219.jpeg" width="200" height="260" alt="Page 219"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 219.pdf&page=219&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 220.jpeg" width="200" height="260" alt="Page 220"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 220.pdf&page=220&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 221.jpeg" width="200" height="260" alt="Page 221"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 221.pdf&page=221&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 222.jpeg" width="200" height="260" alt="Page 222"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 222.pdf&page=222&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 223.jpeg" width="200" height="260" alt="Page 223"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 223.pdf&page=223&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 224.jpeg" width="200" height="260" alt="Page 224"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 224.pdf&page=224&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 225.jpeg" width="200" height="260" alt="Page 225"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 225.pdf&page=225&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 226.jpeg" width="200" height="260" alt="Page 226"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 226.pdf&page=226&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 227.jpeg" width="200" height="260" alt="Page 227"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 227.pdf&page=227&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 228.jpeg" width="200" height="260" alt="Page 228"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 228.pdf&page=228&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 229.jpeg" width="200" height="260" alt="Page 229"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 229.pdf&page=229&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 230.jpeg" width="200" height="260" alt="Page 230"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 230.pdf&page=230&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 231.jpeg" width="200" height="260" alt="Page 231"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 231.pdf&page=231&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 232.jpeg" width="200" height="260" alt="Page 232"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 232.pdf&page=232&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 233.jpeg" width="200" height="260" alt="Page 233"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 233.pdf&page=233&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 234.jpeg" width="200" height="260" alt="Page 234"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 234.pdf&page=234&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 235.jpeg" width="200" height="260" alt="Page 235"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 235.pdf&page=235&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 236.jpeg" width="200" height="260" alt="Page 236"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 236.pdf&page=236&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 237.jpeg" width="200" height="260" alt="Page 237"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 237.pdf&page=237&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 238.jpeg" width="200" height="260" alt="Page 238"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 238.pdf&page=238&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 239.jpeg" width="200" height="260" alt="Page 239"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 239.pdf&page=239&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 240.jpeg" width="200" height="260" alt="Page 240"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 240.pdf&page=240&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 241.jpeg" width="200" height="260" alt="Page 241"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 241.pdf&page=241&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 242.jpeg" width="200" height="260" alt="Page 242"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 242.pdf&page=242&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 243.jpeg" width="200" height="260" alt="Page 243"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 243.pdf&page=243&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 244.jpeg" width="200" height="260" alt="Page 244"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 244.pdf&page=244&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 245.jpeg" width="200" height="260" alt="Page 245"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 245.pdf&page=245&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 246.jpeg" width="200" height="260" alt="Page 246"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 246.pdf&page=246&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 247.jpeg" width="200" height="260" alt="Page 247"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 247.pdf&page=247&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 248.jpeg" width="200" height="260" alt="Page 248"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 248.pdf&page=248&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 249.jpeg" width="200" height="260" alt="Page 249"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 249.pdf&page=249&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 250.jpeg" width="200" height="260" alt="Page 250"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 250.pdf&page=250&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 251.jpeg" width="200" height="260" alt="Page 251"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 251.pdf&page=251&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 252.jpeg" width="200" height="260" alt="Page 252"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 252.pdf&page=252&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 253.jpeg" width="200" height="260" alt="Page 253"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 253.pdf&page=253&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 254.jpeg" width="200" height="260" alt="Page 254"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 254.pdf&page=254&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 255.jpeg" width="200" height="260" alt="Page 255"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 255.pdf&page=255&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 256.jpeg" width="200" height="260" alt="Page 256"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 256.pdf&page=256&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 257.jpeg" width="200" height="260" alt="Page 257"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 257.pdf&page=257&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 258.jpeg" width="200" height="260" alt="Page 258"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 258.pdf&page=258&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 259.jpeg" width="200" height="260" alt="Page 259"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 259.pdf&page=259&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 260.jpeg" width="200" height="260" alt="Page 260"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 260.pdf&page=260&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 261.jpeg" width="200" height="260" alt="Page 261"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 261.pdf&page=261&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 262.jpeg" width="200" height="260" alt="Page 262"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 262.pdf&page=262&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 263.jpeg" width="200" height="260" alt="Page 263"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 263.pdf&page=263&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 264.jpeg" width="200" height="260" alt="Page 264"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 264.pdf&page=264&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 265.jpeg" width="200" height="260" alt="Page 265"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 265.pdf&page=265&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 266.jpeg" width="200" height="260" alt="Page 266"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 266.pdf&page=266&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 267.jpeg" width="200" height="260" alt="Page 267"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 267.pdf&page=267&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 268.jpeg" width="200" height="260" alt="Page 268"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 268.pdf&page=268&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 269.jpeg" width="200" height="260" alt="Page 269"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 269.pdf&page=269&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 270.jpeg" width="200" height="260" alt="Page 270"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 270.pdf&page=270&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 271.jpeg" width="200" height="260" alt="Page 271"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 271.pdf&page=271&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 272.jpeg" width="200" height="260" alt="Page 272"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 272.pdf&page=272&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 273.jpeg" width="200" height="260" alt="Page 273"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 273.pdf&page=273&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 274.jpeg" width="200" height="260" alt="Page 274"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 274.pdf&page=274&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 275.jpeg" width="200" height="260" alt="Page 275"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 275.pdf&page=275&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 276.jpeg" width="200" height="260" alt="Page 276"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 276.pdf&page=276&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 277.jpeg" width="200" height="260" alt="Page 277"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 277.pdf&page=277&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 278.jpeg" width="200" height="260" alt="Page 278"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 278.pdf&page=278&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 279.jpeg" width="200" height="260" alt="Page 279"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 279.pdf&page=279&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 280.jpeg" width="200" height="260" alt="Page 280"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 280.pdf&page=280&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 281.jpeg" width="200" height="260" alt="Page 281"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 281.pdf&page=281&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 282.jpeg" width="200" height="260" alt="Page 282"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 282.pdf&page=282&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 283.jpeg" width="200" height="260" alt="Page 283"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 283.pdf&page=283&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 284.jpeg" width="200" height="260" alt="Page 284"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 284.pdf&page=284&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 285.jpeg" width="200" height="260" alt="Page 285"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 285.pdf&page=285&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 286.jpeg" width="200" height="260" alt="Page 286"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 286.pdf&page=286&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 287.jpeg" width="200" height="260" alt="Page 287"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 287.pdf&page=287&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 288.jpeg" width="200" height="260" alt="Page 288"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 288.pdf&page=288&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 289.jpeg" width="200" height="260" alt="Page 289"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 289.pdf&page=289&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 290.jpeg" width="200" height="260" alt="Page 290"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 290.pdf&page=290&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 291.jpeg" width="200" height="260" alt="Page 291"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 291.pdf&page=291&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 292.jpeg" width="200" height="260" alt="Page 292"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 292.pdf&page=292&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 293.jpeg" width="200" height="260" alt="Page 293"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 293.pdf&page=293&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 294.jpeg" width="200" height="260" alt="Page 294"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 294.pdf&page=294&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 295.jpeg" width="200" height="260" alt="Page 295"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 295.pdf&page=295&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 296.jpeg" width="200" height="260" alt="Page 296"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 296.pdf&page=296&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 297.jpeg" width="200" height="260" alt="Page 297"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 297.pdf&page=297&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 298.jpeg" width="200" height="260" alt="Page 298"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 298.pdf&page=298&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 299.jpeg" width="200" height="260" alt="Page 299"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 299.pdf&page=299&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 300.jpeg" width="200" height="260" alt="Page 300"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 300.pdf&page=300&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 301.jpeg" width="200" height="260" alt="Page 301"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 301.pdf&page=301&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 302.jpeg" width="200" height="260" alt="Page 302"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 302.pdf&page=302&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 303.jpeg" width="200" height="260" alt="Page 303"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 303.pdf&page=303&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 304.jpeg" width="200" height="260" alt="Page 304"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 304.pdf&page=304&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 305.jpeg" width="200" height="260" alt="Page 305"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 305.pdf&page=305&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 306.jpeg" width="200" height="260" alt="Page 306"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 306.pdf&page=306&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 307.jpeg" width="200" height="260" alt="Page 307"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 307.pdf&page=307&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 308.jpeg" width="200" height="260" alt="Page 308"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 308.pdf&page=308&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 309.jpeg" width="200" height="260" alt="Page 309"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 309.pdf&page=309&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 310.jpeg" width="200" height="260" alt="Page 310"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 310.pdf&page=310&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 311.jpeg" width="200" height="260" alt="Page 311"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 311.pdf&page=311&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 312.jpeg" width="200" height="260" alt="Page 312"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 312.pdf&page=312&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 313.jpeg" width="200" height="260" alt="Page 313"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 313.pdf&page=313&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 314.jpeg" width="200" height="260" alt="Page 314"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 314.pdf&page=314&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 315.jpeg" width="200" height="260" alt="Page 315"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 315.pdf&page=315&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 316.jpeg" width="200" height="260" alt="Page 316"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 316.pdf&page=316&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 317.jpeg" width="200" height="260" alt="Page 317"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 317.pdf&page=317&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 318.jpeg" width="200" height="260" alt="Page 318"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 318.pdf&page=318&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 319.jpeg" width="200" height="260" alt="Page 319"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 319.pdf&page=319&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 320.jpeg" width="200" height="260" alt="Page 320"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 320.pdf&page=320&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 321.jpeg" width="200" height="260" alt="Page 321"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 321.pdf&page=321&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 322.jpeg" width="200" height="260" alt="Page 322"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 322.pdf&page=322&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 323.jpeg" width="200" height="260" alt="Page 323"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 323.pdf&page=323&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 324.jpeg" width="200" height="260" alt="Page 324"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 324.pdf&page=324&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 325.jpeg" width="200" height="260" alt="Page 325"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 325.pdf&page=325&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 326.jpeg" width="200" height="260" alt="Page 326"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 326.pdf&page=326&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 327.jpeg" width="200" height="260" alt="Page 327"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 327.pdf&page=327&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 328.jpeg" width="200" height="260" alt="Page 328"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 328.pdf&page=328&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 329.jpeg" width="200" height="260" alt="Page 329"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 329.pdf&page=329&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 330.jpeg" width="200" height="260" alt="Page 330"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 330.pdf&page=330&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 331.jpeg" width="200" height="260" alt="Page 331"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 331.pdf&page=331&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 332.jpeg" width="200" height="260" alt="Page 332"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 332.pdf&page=332&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 333.jpeg" width="200" height="260" alt="Page 333"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 333.pdf&page=333&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 334.jpeg" width="200" height="260" alt="Page 334"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 334.pdf&page=334&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 335.jpeg" width="200" height="260" alt="Page 335"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 335.pdf&page=335&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 336.jpeg" width="200" height="260" alt="Page 336"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 336.pdf&page=336&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 337.jpeg" width="200" height="260" alt="Page 337"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 337.pdf&page=337&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 338.jpeg" width="200" height="260" alt="Page 338"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 338.pdf&page=338&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 339.jpeg" width="200" height="260" alt="Page 339"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 339.pdf&page=339&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 340.jpeg" width="200" height="260" alt="Page 340"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 340.pdf&page=340&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 341.jpeg" width="200" height="260" alt="Page 341"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 341.pdf&page=341&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 342.jpeg" width="200" height="260" alt="Page 342"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 342.pdf&page=342&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 343.jpeg" width="200" height="260" alt="Page 343"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 343.pdf&page=343&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 344.jpeg" width="200" height="260" alt="Page 344"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 344.pdf&page=344&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 345.jpeg" width="200" height="260" alt="Page 345"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 345.pdf&page=345&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 346.jpeg" width="200" height="260" alt="Page 346"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 346.pdf&page=346&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 347.jpeg" width="200" height="260" alt="Page 347"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 347.pdf&page=347&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 348.jpeg" width="200" height="260" alt="Page 348"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 348.pdf&page=348&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 349.jpeg" width="200" height="260" alt="Page 349"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 349.pdf&page=349&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 350.jpeg" width="200" height="260" alt="Page 350"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 350.pdf&page=350&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 351.jpeg" width="200" height="260" alt="Page 351"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 351.pdf&page=351&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 352.jpeg" width="200" height="260" alt="Page 352"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 352.pdf&page=352&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 353.jpeg" width="200" height="260" alt="Page 353"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 353.pdf&page=353&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 354.jpeg" width="200" height="260" alt="Page 354"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 354.pdf&page=354&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 355.jpeg" width="200" height="260" alt="Page 355"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 355.pdf&page=355&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 356.jpeg" width="200" height="260" alt="Page 356"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 356.pdf&page=356&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 357.jpeg" width="200" height="260" alt="Page 357"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 357.pdf&page=357&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 358.jpeg" width="200" height="260" alt="Page 358"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 358.pdf&page=358&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 359.jpeg" width="200" height="260" alt="Page 359"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 359.pdf&page=359&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 360.jpeg" width="200" height="260" alt="Page 360"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 360.pdf&page=360&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 361.jpeg" width="200" height="260" alt="Page 361"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 361.pdf&page=361&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 362.jpeg" width="200" height="260" alt="Page 362"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 362.pdf&page=362&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 363.jpeg" width="200" height="260" alt="Page 363"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 363.pdf&page=363&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 364.jpeg" width="200" height="260" alt="Page 364"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 364.pdf&page=364&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 365.jpeg" width="200" height="260" alt="Page 365"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 365.pdf&page=365&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 366.jpeg" width="200" height="260" alt="Page 366"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 366.pdf&page=366&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 367.jpeg" width="200" height="260" alt="Page 367"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 367.pdf&page=367&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 368.jpeg" width="200" height="260" alt="Page 368"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 368.pdf&page=368&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 369.jpeg" width="200" height="260" alt="Page 369"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 369.pdf&page=369&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 370.jpeg" width="200" height="260" alt="Page 370"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 370.pdf&page=370&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 371.jpeg" width="200" height="260" alt="Page 371"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 371.pdf&page=371&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 372.jpeg" width="200" height="260" alt="Page 372"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 372.pdf&page=372&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 373.jpeg" width="200" height="260" alt="Page 373"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 373.pdf&page=373&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 374.jpeg" width="200" height="260" alt="Page 374"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 374.pdf&page=374&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 375.jpeg" width="200" height="260" alt="Page 375"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 375.pdf&page=375&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 376.jpeg" width="200" height="260" alt="Page 376"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 376.pdf&page=376&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 377.jpeg" width="200" height="260" alt="Page 377"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 377.pdf&page=377&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 378.jpeg" width="200" height="260" alt="Page 378"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 378.pdf&page=378&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 379.jpeg" width="200" height="260" alt="Page 379"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 379.pdf&page=379&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 380.jpeg" width="200" height="260" alt="Page 380"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 380.pdf&page=380&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 381.jpeg" width="200" height="260" alt="Page 381"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 381.pdf&page=381&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 382.jpeg" width="200" height="260" alt="Page 382"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 382.pdf&page=382&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 383.jpeg" width="200" height="260" alt="Page 383"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 383.pdf&page=383&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 384.jpeg" width="200" height="260" alt="Page 384"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 384.pdf&page=384&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 385.jpeg" width="200" height="260" alt="Page 385"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 385.pdf&page=385&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 386.jpeg" width="200" height="260" alt="Page 386"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 386.pdf&page=386&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 387.jpeg" width="200" height="260" alt="Page 387"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 387.pdf&page=387&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 388.jpeg" width="200" height="260" alt="Page 388"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 388.pdf&page=388&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 389.jpeg" width="200" height="260" alt="Page 389"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 389.pdf&page=389&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 390.jpeg" width="200" height="260" alt="Page 390"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 390.pdf&page=390&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 391.jpeg" width="200" height="260" alt="Page 391"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 391.pdf&page=391&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 392.jpeg" width="200" height="260" alt="Page 392"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 392.pdf&page=392&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 393.jpeg" width="200" height="260" alt="Page 393"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 393.pdf&page=393&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 394.jpeg" width="200" height="260" alt="Page 394"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 394.pdf&page=394&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 395.jpeg" width="200" height="260" alt="Page 395"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 395.pdf&page=395&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 396.jpeg" width="200" height="260" alt="Page 396"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 396.pdf&page=396&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 397.jpeg" width="200" height="260" alt="Page 397"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 397.pdf&page=397&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 398.jpeg" width="200" height="260" alt="Page 398"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 398.pdf&page=398&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 399.jpeg" width="200" height="260" alt="Page 399"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 399.pdf&page=399&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 400.jpeg" width="200" height="260" alt="Page 400"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 400.pdf&page=400&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 401.jpeg" width="200" height="260" alt="Page 401"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 401.pdf&page=401&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 402.jpeg" width="200" height="260" alt="Page 402"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 402.pdf&page=402&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 403.jpeg" width="200" height="260" alt="Page 403"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 403.pdf&page=403&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 404.jpeg" width="200" height="260" alt="Page 404"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 404.pdf&page=404&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 405.jpeg" width="200" height="260" alt="Page 405"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 405.pdf&page=405&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 406.jpeg" width="200" height="260" alt="Page 406"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 406.pdf&page=406&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 407.jpeg" width="200" height="260" alt="Page 407"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 407.pdf&page=407&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 408.jpeg" width="200" height="260" alt="Page 408"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 408.pdf&page=408&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 409.jpeg" width="200" height="260" alt="Page 409"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 409.pdf&page=409&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 410.jpeg" width="200" height="260" alt="Page 410"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 410.pdf&page=410&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 411.jpeg" width="200" height="260" alt="Page 411"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 411.pdf&page=411&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 412.jpeg" width="200" height="260" alt="Page 412"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 412.pdf&page=412&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 413.jpeg" width="200" height="260" alt="Page 413"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 413.pdf&page=413&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 414.jpeg" width="200" height="260" alt="Page 414"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 414.pdf&page=414&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 415.jpeg" width="200" height="260" alt="Page 415"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 415.pdf&page=415&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 416.jpeg" width="200" height="260" alt="Page 416"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 416.pdf&page=416&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 417.jpeg" width="200" height="260" alt="Page 417"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 417.pdf&page=417&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 418.jpeg" width="200" height="260" alt="Page 418"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 418.pdf&page=418&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 419.jpeg" width="200" height="260" alt="Page 419"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 419.pdf&page=419&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 420.jpeg" width="200" height="260" alt="Page 420"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 420.pdf&page=420&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 421.jpeg" width="200" height="260" alt="Page 421"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 421.pdf&page=421&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 422.jpeg" width="200" height="260" alt="Page 422"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 422.pdf&page=422&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 423.jpeg" width="200" height="260" alt="Page 423"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 423.pdf&page=423&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 424.jpeg" width="200" height="260" alt="Page 424"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 424.pdf&page=424&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 425.jpeg" width="200" height="260" alt="Page 425"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 425.pdf&page=425&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 426.jpeg" width="200" height="260" alt="Page 426"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 426.pdf&page=426&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 427.jpeg" width="200" height="260" alt="Page 427"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 427.pdf&page=427&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 428.jpeg" width="200" height="260" alt="Page 428"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 428.pdf&page=428&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 429.jpeg" width="200" height="260" alt="Page 429"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 429.pdf&page=429&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 430.jpeg" width="200" height="260" alt="Page 430"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 430.pdf&page=430&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 431.jpeg" width="200" height="260" alt="Page 431"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 431.pdf&page=431&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 432.jpeg" width="200" height="260" alt="Page 432"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 432.pdf&page=432&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 433.jpeg" width="200" height="260" alt="Page 433"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 433.pdf&page=433&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 434.jpeg" width="200" height="260" alt="Page 434"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 434.pdf&page=434&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 435.jpeg" width="200" height="260" alt="Page 435"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 435.pdf&page=435&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 436.jpeg" width="200" height="260" alt="Page 436"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 436.pdf&page=436&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 437.jpeg" width="200" height="260" alt="Page 437"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 437.pdf&page=437&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 438.jpeg" width="200" height="260" alt="Page 438"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 438.pdf&page=438&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 439.jpeg" width="200" height="260" alt="Page 439"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 439.pdf&page=439&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 440.jpeg" width="200" height="260" alt="Page 440"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 440.pdf&page=440&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 441.jpeg" width="200" height="260" alt="Page 441"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 441.pdf&page=441&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 442.jpeg" width="200" height="260" alt="Page 442"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 442.pdf&page=442&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 443.jpeg" width="200" height="260" alt="Page 443"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 443.pdf&page=443&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 444.jpeg" width="200" height="260" alt="Page 444"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 444.pdf&page=444&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 445.jpeg" width="200" height="260" alt="Page 445"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 445.pdf&page=445&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 446.jpeg" width="200" height="260" alt="Page 446"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 446.pdf&page=446&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 447.jpeg" width="200" height="260" alt="Page 447"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 447.pdf&page=447&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 448.jpeg" width="200" height="260" alt="Page 448"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 448.pdf&page=448&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 449.jpeg" width="200" height="260" alt="Page 449"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 449.pdf&page=449&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 450.jpeg" width="200" height="260" alt="Page 450"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 450.pdf&page=450&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 451.jpeg" width="200" height="260" alt="Page 451"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 451.pdf&page=451&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 452.jpeg" width="200" height="260" alt="Page 452"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 452.pdf&page=452&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 453.jpeg" width="200" height="260" alt="Page 453"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 453.pdf&page=453&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 454.jpeg" width="200" height="260" alt="Page 454"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 454.pdf&page=454&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 455.jpeg" width="200" height="260" alt="Page 455"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 455.pdf&page=455&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 456.jpeg" width="200" height="260" alt="Page 456"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 456.pdf&page=456&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 457.jpeg" width="200" height="260" alt="Page 457"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 457.pdf&page=457&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 458.jpeg" width="200" height="260" alt="Page 458"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 458.pdf&page=458&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 459.jpeg" width="200" height="260" alt="Page 459"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 459.pdf&page=459&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 460.jpeg" width="200" height="260" alt="Page 460"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 460.pdf&page=460&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 461.jpeg" width="200" height="260" alt="Page 461"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 461.pdf&page=461&total=462)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 462.jpeg" width="200" height="260" alt="Page 462"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/5170/techref/1984-03/pages/IBM-5170-TECHREF 462.pdf&page=462&total=462)

View file

@ -1,8 +1,20 @@
---
layout: page
title: IBM PC Reference Manuals
permalink: /pubs/pc/reference/ibm/
---
IBM PC Reference Manuals
---
![IBM 5150 Technical Reference (August 1981)](static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 1.jpeg "link:5150/techref/:200:260")
![IBM 5160 Technical Reference (April 1983)](static/5160/techref/1983-04/thumbs/IBM-5160-TECHREF 1.jpeg "link:5160/techref/:200:260")
![IBM 5170 Installation and Setup (March 1984)](static/5170/setup/1984-03/thumbs/IBM-5170-SETUP 1.jpeg "link:5170/setup/:200:260")
![IBM 5170 Technical Reference (March 1984)](static/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 1.jpeg "link:5170/techref/:200:260")
![IBM Enhanced Graphics Adapter](static/ega/thumbs/IBM-EGA 1.jpeg "link:ega/:200:260")
* [IBM 5150 Technical Reference (August 1981)](5150/techref/)
* [IBM 5160 Technical Reference (April 1983)](5160/techref/)
* [IBM 5170 Installation and Setup (March 1984)](5170/setup/)
* [IBM 5170 Technical Reference (March 1984)](5170/techref/)
* [IBM Enhanced Graphics Adapter](ega/)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 1.jpeg" width="200" height="260" alt="IBM 5150 Technical Reference (August 1981)"/>](5150/techref/)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5160/techref/1983-04/thumbs/IBM-5160-TECHREF 1.jpeg" width="200" height="260" alt="IBM 5160 Technical Reference (April 1983)"/>](5160/techref/)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/setup/1984-03/thumbs/IBM-5170-SETUP 1.jpeg" width="200" height="260" alt="IBM 5170 Installation and Setup (March 1984)"/>](5170/setup/)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/5170/techref/1984-03/thumbs/IBM-5170-TECHREF 1.jpeg" width="200" height="260" alt="IBM 5170 Technical Reference (March 1984)"/>](5170/techref/)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 1.jpeg" width="200" height="260" alt="IBM Enhanced Graphics Adapter"/>](ega/)

View file

@ -1,177 +1,183 @@
---
layout: page
title: IBM Enhanced Graphics Adapter
permalink: /pubs/pc/reference/ibm/ega/
---
[IBM Enhanced Graphics Adapter](http://minuszerodegrees.net/oa/OA - IBM Enhanced Graphics Adapter.pdf)
---
![Page 1](../static/ega/thumbs/IBM-EGA 1.jpeg "link:../static/ega/pages/IBM-EGA 1.pdf:200:260")
![Page 2](../static/ega/thumbs/IBM-EGA 2.jpeg "link:../static/ega/pages/IBM-EGA 2.pdf:200:260")
![Page 3](../static/ega/thumbs/IBM-EGA 3.jpeg "link:../static/ega/pages/IBM-EGA 3.pdf:200:260")
![Page 4](../static/ega/thumbs/IBM-EGA 4.jpeg "link:../static/ega/pages/IBM-EGA 4.pdf:200:260")
![Page 5](../static/ega/thumbs/IBM-EGA 5.jpeg "link:../static/ega/pages/IBM-EGA 5.pdf:200:260")
![Page 6](../static/ega/thumbs/IBM-EGA 6.jpeg "link:../static/ega/pages/IBM-EGA 6.pdf:200:260")
![Page 7](../static/ega/thumbs/IBM-EGA 7.jpeg "link:../static/ega/pages/IBM-EGA 7.pdf:200:260")
![Page 8](../static/ega/thumbs/IBM-EGA 8.jpeg "link:../static/ega/pages/IBM-EGA 8.pdf:200:260")
![Page 9](../static/ega/thumbs/IBM-EGA 9.jpeg "link:../static/ega/pages/IBM-EGA 9.pdf:200:260")
![Page 10](../static/ega/thumbs/IBM-EGA 10.jpeg "link:../static/ega/pages/IBM-EGA 10.pdf:200:260")
![Page 11](../static/ega/thumbs/IBM-EGA 11.jpeg "link:../static/ega/pages/IBM-EGA 11.pdf:200:260")
![Page 12](../static/ega/thumbs/IBM-EGA 12.jpeg "link:../static/ega/pages/IBM-EGA 12.pdf:200:260")
![Page 13](../static/ega/thumbs/IBM-EGA 13.jpeg "link:../static/ega/pages/IBM-EGA 13.pdf:200:260")
![Page 14](../static/ega/thumbs/IBM-EGA 14.jpeg "link:../static/ega/pages/IBM-EGA 14.pdf:200:260")
![Page 15](../static/ega/thumbs/IBM-EGA 15.jpeg "link:../static/ega/pages/IBM-EGA 15.pdf:200:260")
![Page 16](../static/ega/thumbs/IBM-EGA 16.jpeg "link:../static/ega/pages/IBM-EGA 16.pdf:200:260")
![Page 17](../static/ega/thumbs/IBM-EGA 17.jpeg "link:../static/ega/pages/IBM-EGA 17.pdf:200:260")
![Page 18](../static/ega/thumbs/IBM-EGA 18.jpeg "link:../static/ega/pages/IBM-EGA 18.pdf:200:260")
![Page 19](../static/ega/thumbs/IBM-EGA 19.jpeg "link:../static/ega/pages/IBM-EGA 19.pdf:200:260")
![Page 20](../static/ega/thumbs/IBM-EGA 20.jpeg "link:../static/ega/pages/IBM-EGA 20.pdf:200:260")
![Page 21](../static/ega/thumbs/IBM-EGA 21.jpeg "link:../static/ega/pages/IBM-EGA 21.pdf:200:260")
![Page 22](../static/ega/thumbs/IBM-EGA 22.jpeg "link:../static/ega/pages/IBM-EGA 22.pdf:200:260")
![Page 23](../static/ega/thumbs/IBM-EGA 23.jpeg "link:../static/ega/pages/IBM-EGA 23.pdf:200:260")
![Page 24](../static/ega/thumbs/IBM-EGA 24.jpeg "link:../static/ega/pages/IBM-EGA 24.pdf:200:260")
![Page 25](../static/ega/thumbs/IBM-EGA 25.jpeg "link:../static/ega/pages/IBM-EGA 25.pdf:200:260")
![Page 26](../static/ega/thumbs/IBM-EGA 26.jpeg "link:../static/ega/pages/IBM-EGA 26.pdf:200:260")
![Page 27](../static/ega/thumbs/IBM-EGA 27.jpeg "link:../static/ega/pages/IBM-EGA 27.pdf:200:260")
![Page 28](../static/ega/thumbs/IBM-EGA 28.jpeg "link:../static/ega/pages/IBM-EGA 28.pdf:200:260")
![Page 29](../static/ega/thumbs/IBM-EGA 29.jpeg "link:../static/ega/pages/IBM-EGA 29.pdf:200:260")
![Page 30](../static/ega/thumbs/IBM-EGA 30.jpeg "link:../static/ega/pages/IBM-EGA 30.pdf:200:260")
![Page 31](../static/ega/thumbs/IBM-EGA 31.jpeg "link:../static/ega/pages/IBM-EGA 31.pdf:200:260")
![Page 32](../static/ega/thumbs/IBM-EGA 32.jpeg "link:../static/ega/pages/IBM-EGA 32.pdf:200:260")
![Page 33](../static/ega/thumbs/IBM-EGA 33.jpeg "link:../static/ega/pages/IBM-EGA 33.pdf:200:260")
![Page 34](../static/ega/thumbs/IBM-EGA 34.jpeg "link:../static/ega/pages/IBM-EGA 34.pdf:200:260")
![Page 35](../static/ega/thumbs/IBM-EGA 35.jpeg "link:../static/ega/pages/IBM-EGA 35.pdf:200:260")
![Page 36](../static/ega/thumbs/IBM-EGA 36.jpeg "link:../static/ega/pages/IBM-EGA 36.pdf:200:260")
![Page 37](../static/ega/thumbs/IBM-EGA 37.jpeg "link:../static/ega/pages/IBM-EGA 37.pdf:200:260")
![Page 38](../static/ega/thumbs/IBM-EGA 38.jpeg "link:../static/ega/pages/IBM-EGA 38.pdf:200:260")
![Page 39](../static/ega/thumbs/IBM-EGA 39.jpeg "link:../static/ega/pages/IBM-EGA 39.pdf:200:260")
![Page 40](../static/ega/thumbs/IBM-EGA 40.jpeg "link:../static/ega/pages/IBM-EGA 40.pdf:200:260")
![Page 41](../static/ega/thumbs/IBM-EGA 41.jpeg "link:../static/ega/pages/IBM-EGA 41.pdf:200:260")
![Page 42](../static/ega/thumbs/IBM-EGA 42.jpeg "link:../static/ega/pages/IBM-EGA 42.pdf:200:260")
![Page 43](../static/ega/thumbs/IBM-EGA 43.jpeg "link:../static/ega/pages/IBM-EGA 43.pdf:200:260")
![Page 44](../static/ega/thumbs/IBM-EGA 44.jpeg "link:../static/ega/pages/IBM-EGA 44.pdf:200:260")
![Page 45](../static/ega/thumbs/IBM-EGA 45.jpeg "link:../static/ega/pages/IBM-EGA 45.pdf:200:260")
![Page 46](../static/ega/thumbs/IBM-EGA 46.jpeg "link:../static/ega/pages/IBM-EGA 46.pdf:200:260")
![Page 47](../static/ega/thumbs/IBM-EGA 47.jpeg "link:../static/ega/pages/IBM-EGA 47.pdf:200:260")
![Page 48](../static/ega/thumbs/IBM-EGA 48.jpeg "link:../static/ega/pages/IBM-EGA 48.pdf:200:260")
![Page 49](../static/ega/thumbs/IBM-EGA 49.jpeg "link:../static/ega/pages/IBM-EGA 49.pdf:200:260")
![Page 50](../static/ega/thumbs/IBM-EGA 50.jpeg "link:../static/ega/pages/IBM-EGA 50.pdf:200:260")
![Page 51](../static/ega/thumbs/IBM-EGA 51.jpeg "link:../static/ega/pages/IBM-EGA 51.pdf:200:260")
![Page 52](../static/ega/thumbs/IBM-EGA 52.jpeg "link:../static/ega/pages/IBM-EGA 52.pdf:200:260")
![Page 53](../static/ega/thumbs/IBM-EGA 53.jpeg "link:../static/ega/pages/IBM-EGA 53.pdf:200:260")
![Page 54](../static/ega/thumbs/IBM-EGA 54.jpeg "link:../static/ega/pages/IBM-EGA 54.pdf:200:260")
![Page 55](../static/ega/thumbs/IBM-EGA 55.jpeg "link:../static/ega/pages/IBM-EGA 55.pdf:200:260")
![Page 56](../static/ega/thumbs/IBM-EGA 56.jpeg "link:../static/ega/pages/IBM-EGA 56.pdf:200:260")
![Page 57](../static/ega/thumbs/IBM-EGA 57.jpeg "link:../static/ega/pages/IBM-EGA 57.pdf:200:260")
![Page 58](../static/ega/thumbs/IBM-EGA 58.jpeg "link:../static/ega/pages/IBM-EGA 58.pdf:200:260")
![Page 59](../static/ega/thumbs/IBM-EGA 59.jpeg "link:../static/ega/pages/IBM-EGA 59.pdf:200:260")
![Page 60](../static/ega/thumbs/IBM-EGA 60.jpeg "link:../static/ega/pages/IBM-EGA 60.pdf:200:260")
![Page 61](../static/ega/thumbs/IBM-EGA 61.jpeg "link:../static/ega/pages/IBM-EGA 61.pdf:200:260")
![Page 62](../static/ega/thumbs/IBM-EGA 62.jpeg "link:../static/ega/pages/IBM-EGA 62.pdf:200:260")
![Page 63](../static/ega/thumbs/IBM-EGA 63.jpeg "link:../static/ega/pages/IBM-EGA 63.pdf:200:260")
![Page 64](../static/ega/thumbs/IBM-EGA 64.jpeg "link:../static/ega/pages/IBM-EGA 64.pdf:200:260")
![Page 65](../static/ega/thumbs/IBM-EGA 65.jpeg "link:../static/ega/pages/IBM-EGA 65.pdf:200:260")
![Page 66](../static/ega/thumbs/IBM-EGA 66.jpeg "link:../static/ega/pages/IBM-EGA 66.pdf:200:260")
![Page 67](../static/ega/thumbs/IBM-EGA 67.jpeg "link:../static/ega/pages/IBM-EGA 67.pdf:200:260")
![Page 68](../static/ega/thumbs/IBM-EGA 68.jpeg "link:../static/ega/pages/IBM-EGA 68.pdf:200:260")
![Page 69](../static/ega/thumbs/IBM-EGA 69.jpeg "link:../static/ega/pages/IBM-EGA 69.pdf:200:260")
![Page 70](../static/ega/thumbs/IBM-EGA 70.jpeg "link:../static/ega/pages/IBM-EGA 70.pdf:200:260")
![Page 71](../static/ega/thumbs/IBM-EGA 71.jpeg "link:../static/ega/pages/IBM-EGA 71.pdf:200:260")
![Page 72](../static/ega/thumbs/IBM-EGA 72.jpeg "link:../static/ega/pages/IBM-EGA 72.pdf:200:260")
![Page 73](../static/ega/thumbs/IBM-EGA 73.jpeg "link:../static/ega/pages/IBM-EGA 73.pdf:200:260")
![Page 74](../static/ega/thumbs/IBM-EGA 74.jpeg "link:../static/ega/pages/IBM-EGA 74.pdf:200:260")
![Page 75](../static/ega/thumbs/IBM-EGA 75.jpeg "link:../static/ega/pages/IBM-EGA 75.pdf:200:260")
![Page 76](../static/ega/thumbs/IBM-EGA 76.jpeg "link:../static/ega/pages/IBM-EGA 76.pdf:200:260")
![Page 77](../static/ega/thumbs/IBM-EGA 77.jpeg "link:../static/ega/pages/IBM-EGA 77.pdf:200:260")
![Page 78](../static/ega/thumbs/IBM-EGA 78.jpeg "link:../static/ega/pages/IBM-EGA 78.pdf:200:260")
![Page 79](../static/ega/thumbs/IBM-EGA 79.jpeg "link:../static/ega/pages/IBM-EGA 79.pdf:200:260")
![Page 80](../static/ega/thumbs/IBM-EGA 80.jpeg "link:../static/ega/pages/IBM-EGA 80.pdf:200:260")
![Page 81](../static/ega/thumbs/IBM-EGA 81.jpeg "link:../static/ega/pages/IBM-EGA 81.pdf:200:260")
![Page 82](../static/ega/thumbs/IBM-EGA 82.jpeg "link:../static/ega/pages/IBM-EGA 82.pdf:200:260")
![Page 83](../static/ega/thumbs/IBM-EGA 83.jpeg "link:../static/ega/pages/IBM-EGA 83.pdf:200:260")
![Page 84](../static/ega/thumbs/IBM-EGA 84.jpeg "link:../static/ega/pages/IBM-EGA 84.pdf:200:260")
![Page 85](../static/ega/thumbs/IBM-EGA 85.jpeg "link:../static/ega/pages/IBM-EGA 85.pdf:200:260")
![Page 86](../static/ega/thumbs/IBM-EGA 86.jpeg "link:../static/ega/pages/IBM-EGA 86.pdf:200:260")
![Page 87](../static/ega/thumbs/IBM-EGA 87.jpeg "link:../static/ega/pages/IBM-EGA 87.pdf:200:260")
![Page 88](../static/ega/thumbs/IBM-EGA 88.jpeg "link:../static/ega/pages/IBM-EGA 88.pdf:200:260")
![Page 89](../static/ega/thumbs/IBM-EGA 89.jpeg "link:../static/ega/pages/IBM-EGA 89.pdf:200:260")
![Page 90](../static/ega/thumbs/IBM-EGA 90.jpeg "link:../static/ega/pages/IBM-EGA 90.pdf:200:260")
![Page 91](../static/ega/thumbs/IBM-EGA 91.jpeg "link:../static/ega/pages/IBM-EGA 91.pdf:200:260")
![Page 92](../static/ega/thumbs/IBM-EGA 92.jpeg "link:../static/ega/pages/IBM-EGA 92.pdf:200:260")
![Page 93](../static/ega/thumbs/IBM-EGA 93.jpeg "link:../static/ega/pages/IBM-EGA 93.pdf:200:260")
![Page 94](../static/ega/thumbs/IBM-EGA 94.jpeg "link:../static/ega/pages/IBM-EGA 94.pdf:200:260")
![Page 95](../static/ega/thumbs/IBM-EGA 95.jpeg "link:../static/ega/pages/IBM-EGA 95.pdf:200:260")
![Page 96](../static/ega/thumbs/IBM-EGA 96.jpeg "link:../static/ega/pages/IBM-EGA 96.pdf:200:260")
![Page 97](../static/ega/thumbs/IBM-EGA 97.jpeg "link:../static/ega/pages/IBM-EGA 97.pdf:200:260")
![Page 98](../static/ega/thumbs/IBM-EGA 98.jpeg "link:../static/ega/pages/IBM-EGA 98.pdf:200:260")
![Page 99](../static/ega/thumbs/IBM-EGA 99.jpeg "link:../static/ega/pages/IBM-EGA 99.pdf:200:260")
![Page 100](../static/ega/thumbs/IBM-EGA 100.jpeg "link:../static/ega/pages/IBM-EGA 100.pdf:200:260")
![Page 101](../static/ega/thumbs/IBM-EGA 101.jpeg "link:../static/ega/pages/IBM-EGA 101.pdf:200:260")
![Page 102](../static/ega/thumbs/IBM-EGA 102.jpeg "link:../static/ega/pages/IBM-EGA 102.pdf:200:260")
![Page 103](../static/ega/thumbs/IBM-EGA 103.jpeg "link:../static/ega/pages/IBM-EGA 103.pdf:200:260")
![Page 104](../static/ega/thumbs/IBM-EGA 104.jpeg "link:../static/ega/pages/IBM-EGA 104.pdf:200:260")
![Page 105](../static/ega/thumbs/IBM-EGA 105.jpeg "link:../static/ega/pages/IBM-EGA 105.pdf:200:260")
![Page 106](../static/ega/thumbs/IBM-EGA 106.jpeg "link:../static/ega/pages/IBM-EGA 106.pdf:200:260")
![Page 107](../static/ega/thumbs/IBM-EGA 107.jpeg "link:../static/ega/pages/IBM-EGA 107.pdf:200:260")
![Page 108](../static/ega/thumbs/IBM-EGA 108.jpeg "link:../static/ega/pages/IBM-EGA 108.pdf:200:260")
![Page 109](../static/ega/thumbs/IBM-EGA 109.jpeg "link:../static/ega/pages/IBM-EGA 109.pdf:200:260")
![Page 110](../static/ega/thumbs/IBM-EGA 110.jpeg "link:../static/ega/pages/IBM-EGA 110.pdf:200:260")
![Page 111](../static/ega/thumbs/IBM-EGA 111.jpeg "link:../static/ega/pages/IBM-EGA 111.pdf:200:260")
![Page 112](../static/ega/thumbs/IBM-EGA 112.jpeg "link:../static/ega/pages/IBM-EGA 112.pdf:200:260")
![Page 113](../static/ega/thumbs/IBM-EGA 113.jpeg "link:../static/ega/pages/IBM-EGA 113.pdf:200:260")
![Page 114](../static/ega/thumbs/IBM-EGA 114.jpeg "link:../static/ega/pages/IBM-EGA 114.pdf:200:260")
![Page 115](../static/ega/thumbs/IBM-EGA 115.jpeg "link:../static/ega/pages/IBM-EGA 115.pdf:200:260")
![Page 116](../static/ega/thumbs/IBM-EGA 116.jpeg "link:../static/ega/pages/IBM-EGA 116.pdf:200:260")
![Page 117](../static/ega/thumbs/IBM-EGA 117.jpeg "link:../static/ega/pages/IBM-EGA 117.pdf:200:260")
![Page 118](../static/ega/thumbs/IBM-EGA 118.jpeg "link:../static/ega/pages/IBM-EGA 118.pdf:200:260")
![Page 119](../static/ega/thumbs/IBM-EGA 119.jpeg "link:../static/ega/pages/IBM-EGA 119.pdf:200:260")
![Page 120](../static/ega/thumbs/IBM-EGA 120.jpeg "link:../static/ega/pages/IBM-EGA 120.pdf:200:260")
![Page 121](../static/ega/thumbs/IBM-EGA 121.jpeg "link:../static/ega/pages/IBM-EGA 121.pdf:200:260")
![Page 122](../static/ega/thumbs/IBM-EGA 122.jpeg "link:../static/ega/pages/IBM-EGA 122.pdf:200:260")
![Page 123](../static/ega/thumbs/IBM-EGA 123.jpeg "link:../static/ega/pages/IBM-EGA 123.pdf:200:260")
![Page 124](../static/ega/thumbs/IBM-EGA 124.jpeg "link:../static/ega/pages/IBM-EGA 124.pdf:200:260")
![Page 125](../static/ega/thumbs/IBM-EGA 125.jpeg "link:../static/ega/pages/IBM-EGA 125.pdf:200:260")
![Page 126](../static/ega/thumbs/IBM-EGA 126.jpeg "link:../static/ega/pages/IBM-EGA 126.pdf:200:260")
![Page 127](../static/ega/thumbs/IBM-EGA 127.jpeg "link:../static/ega/pages/IBM-EGA 127.pdf:200:260")
![Page 128](../static/ega/thumbs/IBM-EGA 128.jpeg "link:../static/ega/pages/IBM-EGA 128.pdf:200:260")
![Page 129](../static/ega/thumbs/IBM-EGA 129.jpeg "link:../static/ega/pages/IBM-EGA 129.pdf:200:260")
![Page 130](../static/ega/thumbs/IBM-EGA 130.jpeg "link:../static/ega/pages/IBM-EGA 130.pdf:200:260")
![Page 131](../static/ega/thumbs/IBM-EGA 131.jpeg "link:../static/ega/pages/IBM-EGA 131.pdf:200:260")
![Page 132](../static/ega/thumbs/IBM-EGA 132.jpeg "link:../static/ega/pages/IBM-EGA 132.pdf:200:260")
![Page 133](../static/ega/thumbs/IBM-EGA 133.jpeg "link:../static/ega/pages/IBM-EGA 133.pdf:200:260")
![Page 134](../static/ega/thumbs/IBM-EGA 134.jpeg "link:../static/ega/pages/IBM-EGA 134.pdf:200:260")
![Page 135](../static/ega/thumbs/IBM-EGA 135.jpeg "link:../static/ega/pages/IBM-EGA 135.pdf:200:260")
![Page 136](../static/ega/thumbs/IBM-EGA 136.jpeg "link:../static/ega/pages/IBM-EGA 136.pdf:200:260")
![Page 137](../static/ega/thumbs/IBM-EGA 137.jpeg "link:../static/ega/pages/IBM-EGA 137.pdf:200:260")
![Page 138](../static/ega/thumbs/IBM-EGA 138.jpeg "link:../static/ega/pages/IBM-EGA 138.pdf:200:260")
![Page 139](../static/ega/thumbs/IBM-EGA 139.jpeg "link:../static/ega/pages/IBM-EGA 139.pdf:200:260")
![Page 140](../static/ega/thumbs/IBM-EGA 140.jpeg "link:../static/ega/pages/IBM-EGA 140.pdf:200:260")
![Page 141](../static/ega/thumbs/IBM-EGA 141.jpeg "link:../static/ega/pages/IBM-EGA 141.pdf:200:260")
![Page 142](../static/ega/thumbs/IBM-EGA 142.jpeg "link:../static/ega/pages/IBM-EGA 142.pdf:200:260")
![Page 143](../static/ega/thumbs/IBM-EGA 143.jpeg "link:../static/ega/pages/IBM-EGA 143.pdf:200:260")
![Page 144](../static/ega/thumbs/IBM-EGA 144.jpeg "link:../static/ega/pages/IBM-EGA 144.pdf:200:260")
![Page 145](../static/ega/thumbs/IBM-EGA 145.jpeg "link:../static/ega/pages/IBM-EGA 145.pdf:200:260")
![Page 146](../static/ega/thumbs/IBM-EGA 146.jpeg "link:../static/ega/pages/IBM-EGA 146.pdf:200:260")
![Page 147](../static/ega/thumbs/IBM-EGA 147.jpeg "link:../static/ega/pages/IBM-EGA 147.pdf:200:260")
![Page 148](../static/ega/thumbs/IBM-EGA 148.jpeg "link:../static/ega/pages/IBM-EGA 148.pdf:200:260")
![Page 149](../static/ega/thumbs/IBM-EGA 149.jpeg "link:../static/ega/pages/IBM-EGA 149.pdf:200:260")
![Page 150](../static/ega/thumbs/IBM-EGA 150.jpeg "link:../static/ega/pages/IBM-EGA 150.pdf:200:260")
![Page 151](../static/ega/thumbs/IBM-EGA 151.jpeg "link:../static/ega/pages/IBM-EGA 151.pdf:200:260")
![Page 152](../static/ega/thumbs/IBM-EGA 152.jpeg "link:../static/ega/pages/IBM-EGA 152.pdf:200:260")
![Page 153](../static/ega/thumbs/IBM-EGA 153.jpeg "link:../static/ega/pages/IBM-EGA 153.pdf:200:260")
![Page 154](../static/ega/thumbs/IBM-EGA 154.jpeg "link:../static/ega/pages/IBM-EGA 154.pdf:200:260")
![Page 155](../static/ega/thumbs/IBM-EGA 155.jpeg "link:../static/ega/pages/IBM-EGA 155.pdf:200:260")
![Page 156](../static/ega/thumbs/IBM-EGA 156.jpeg "link:../static/ega/pages/IBM-EGA 156.pdf:200:260")
![Page 157](../static/ega/thumbs/IBM-EGA 157.jpeg "link:../static/ega/pages/IBM-EGA 157.pdf:200:260")
![Page 158](../static/ega/thumbs/IBM-EGA 158.jpeg "link:../static/ega/pages/IBM-EGA 158.pdf:200:260")
![Page 159](../static/ega/thumbs/IBM-EGA 159.jpeg "link:../static/ega/pages/IBM-EGA 159.pdf:200:260")
![Page 160](../static/ega/thumbs/IBM-EGA 160.jpeg "link:../static/ega/pages/IBM-EGA 160.pdf:200:260")
![Page 161](../static/ega/thumbs/IBM-EGA 161.jpeg "link:../static/ega/pages/IBM-EGA 161.pdf:200:260")
![Page 162](../static/ega/thumbs/IBM-EGA 162.jpeg "link:../static/ega/pages/IBM-EGA 162.pdf:200:260")
![Page 163](../static/ega/thumbs/IBM-EGA 163.jpeg "link:../static/ega/pages/IBM-EGA 163.pdf:200:260")
![Page 164](../static/ega/thumbs/IBM-EGA 164.jpeg "link:../static/ega/pages/IBM-EGA 164.pdf:200:260")
![Page 165](../static/ega/thumbs/IBM-EGA 165.jpeg "link:../static/ega/pages/IBM-EGA 165.pdf:200:260")
![Page 166](../static/ega/thumbs/IBM-EGA 166.jpeg "link:../static/ega/pages/IBM-EGA 166.pdf:200:260")
![Page 167](../static/ega/thumbs/IBM-EGA 167.jpeg "link:../static/ega/pages/IBM-EGA 167.pdf:200:260")
![Page 168](../static/ega/thumbs/IBM-EGA 168.jpeg "link:../static/ega/pages/IBM-EGA 168.pdf:200:260")
![Page 169](../static/ega/thumbs/IBM-EGA 169.jpeg "link:../static/ega/pages/IBM-EGA 169.pdf:200:260")
![Page 170](../static/ega/thumbs/IBM-EGA 170.jpeg "link:../static/ega/pages/IBM-EGA 170.pdf:200:260")
![Page 171](../static/ega/thumbs/IBM-EGA 171.jpeg "link:../static/ega/pages/IBM-EGA 171.pdf:200:260")
![Page 172](../static/ega/thumbs/IBM-EGA 172.jpeg "link:../static/ega/pages/IBM-EGA 172.pdf:200:260")
![Page 173](../static/ega/thumbs/IBM-EGA 173.jpeg "link:../static/ega/pages/IBM-EGA 173.pdf:200:260")
![Page 174](../static/ega/thumbs/IBM-EGA 174.jpeg "link:../static/ega/pages/IBM-EGA 174.pdf:200:260")
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 1.jpeg" width="200" height="260" alt="Page 1"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 1.pdf&page=1&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 2.jpeg" width="200" height="260" alt="Page 2"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 2.pdf&page=2&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 3.jpeg" width="200" height="260" alt="Page 3"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 3.pdf&page=3&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 4.jpeg" width="200" height="260" alt="Page 4"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 4.pdf&page=4&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 5.jpeg" width="200" height="260" alt="Page 5"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 5.pdf&page=5&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 6.jpeg" width="200" height="260" alt="Page 6"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 6.pdf&page=6&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 7.jpeg" width="200" height="260" alt="Page 7"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 7.pdf&page=7&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 8.jpeg" width="200" height="260" alt="Page 8"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 8.pdf&page=8&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 9.jpeg" width="200" height="260" alt="Page 9"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 9.pdf&page=9&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 10.jpeg" width="200" height="260" alt="Page 10"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 10.pdf&page=10&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 11.jpeg" width="200" height="260" alt="Page 11"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 11.pdf&page=11&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 12.jpeg" width="200" height="260" alt="Page 12"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 12.pdf&page=12&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 13.jpeg" width="200" height="260" alt="Page 13"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 13.pdf&page=13&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 14.jpeg" width="200" height="260" alt="Page 14"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 14.pdf&page=14&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 15.jpeg" width="200" height="260" alt="Page 15"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 15.pdf&page=15&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 16.jpeg" width="200" height="260" alt="Page 16"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 16.pdf&page=16&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 17.jpeg" width="200" height="260" alt="Page 17"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 17.pdf&page=17&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 18.jpeg" width="200" height="260" alt="Page 18"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 18.pdf&page=18&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 19.jpeg" width="200" height="260" alt="Page 19"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 19.pdf&page=19&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 20.jpeg" width="200" height="260" alt="Page 20"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 20.pdf&page=20&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 21.jpeg" width="200" height="260" alt="Page 21"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 21.pdf&page=21&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 22.jpeg" width="200" height="260" alt="Page 22"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 22.pdf&page=22&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 23.jpeg" width="200" height="260" alt="Page 23"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 23.pdf&page=23&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 24.jpeg" width="200" height="260" alt="Page 24"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 24.pdf&page=24&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 25.jpeg" width="200" height="260" alt="Page 25"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 25.pdf&page=25&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 26.jpeg" width="200" height="260" alt="Page 26"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 26.pdf&page=26&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 27.jpeg" width="200" height="260" alt="Page 27"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 27.pdf&page=27&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 28.jpeg" width="200" height="260" alt="Page 28"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 28.pdf&page=28&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 29.jpeg" width="200" height="260" alt="Page 29"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 29.pdf&page=29&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 30.jpeg" width="200" height="260" alt="Page 30"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 30.pdf&page=30&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 31.jpeg" width="200" height="260" alt="Page 31"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 31.pdf&page=31&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 32.jpeg" width="200" height="260" alt="Page 32"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 32.pdf&page=32&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 33.jpeg" width="200" height="260" alt="Page 33"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 33.pdf&page=33&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 34.jpeg" width="200" height="260" alt="Page 34"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 34.pdf&page=34&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 35.jpeg" width="200" height="260" alt="Page 35"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 35.pdf&page=35&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 36.jpeg" width="200" height="260" alt="Page 36"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 36.pdf&page=36&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 37.jpeg" width="200" height="260" alt="Page 37"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 37.pdf&page=37&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 38.jpeg" width="200" height="260" alt="Page 38"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 38.pdf&page=38&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 39.jpeg" width="200" height="260" alt="Page 39"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 39.pdf&page=39&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 40.jpeg" width="200" height="260" alt="Page 40"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 40.pdf&page=40&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 41.jpeg" width="200" height="260" alt="Page 41"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 41.pdf&page=41&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 42.jpeg" width="200" height="260" alt="Page 42"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 42.pdf&page=42&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 43.jpeg" width="200" height="260" alt="Page 43"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 43.pdf&page=43&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 44.jpeg" width="200" height="260" alt="Page 44"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 44.pdf&page=44&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 45.jpeg" width="200" height="260" alt="Page 45"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 45.pdf&page=45&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 46.jpeg" width="200" height="260" alt="Page 46"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 46.pdf&page=46&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 47.jpeg" width="200" height="260" alt="Page 47"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 47.pdf&page=47&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 48.jpeg" width="200" height="260" alt="Page 48"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 48.pdf&page=48&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 49.jpeg" width="200" height="260" alt="Page 49"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 49.pdf&page=49&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 50.jpeg" width="200" height="260" alt="Page 50"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 50.pdf&page=50&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 51.jpeg" width="200" height="260" alt="Page 51"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 51.pdf&page=51&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 52.jpeg" width="200" height="260" alt="Page 52"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 52.pdf&page=52&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 53.jpeg" width="200" height="260" alt="Page 53"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 53.pdf&page=53&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 54.jpeg" width="200" height="260" alt="Page 54"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 54.pdf&page=54&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 55.jpeg" width="200" height="260" alt="Page 55"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 55.pdf&page=55&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 56.jpeg" width="200" height="260" alt="Page 56"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 56.pdf&page=56&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 57.jpeg" width="200" height="260" alt="Page 57"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 57.pdf&page=57&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 58.jpeg" width="200" height="260" alt="Page 58"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 58.pdf&page=58&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 59.jpeg" width="200" height="260" alt="Page 59"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 59.pdf&page=59&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 60.jpeg" width="200" height="260" alt="Page 60"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 60.pdf&page=60&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 61.jpeg" width="200" height="260" alt="Page 61"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 61.pdf&page=61&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 62.jpeg" width="200" height="260" alt="Page 62"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 62.pdf&page=62&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 63.jpeg" width="200" height="260" alt="Page 63"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 63.pdf&page=63&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 64.jpeg" width="200" height="260" alt="Page 64"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 64.pdf&page=64&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 65.jpeg" width="200" height="260" alt="Page 65"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 65.pdf&page=65&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 66.jpeg" width="200" height="260" alt="Page 66"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 66.pdf&page=66&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 67.jpeg" width="200" height="260" alt="Page 67"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 67.pdf&page=67&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 68.jpeg" width="200" height="260" alt="Page 68"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 68.pdf&page=68&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 69.jpeg" width="200" height="260" alt="Page 69"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 69.pdf&page=69&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 70.jpeg" width="200" height="260" alt="Page 70"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 70.pdf&page=70&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 71.jpeg" width="200" height="260" alt="Page 71"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 71.pdf&page=71&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 72.jpeg" width="200" height="260" alt="Page 72"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 72.pdf&page=72&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 73.jpeg" width="200" height="260" alt="Page 73"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 73.pdf&page=73&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 74.jpeg" width="200" height="260" alt="Page 74"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 74.pdf&page=74&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 75.jpeg" width="200" height="260" alt="Page 75"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 75.pdf&page=75&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 76.jpeg" width="200" height="260" alt="Page 76"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 76.pdf&page=76&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 77.jpeg" width="200" height="260" alt="Page 77"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 77.pdf&page=77&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 78.jpeg" width="200" height="260" alt="Page 78"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 78.pdf&page=78&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 79.jpeg" width="200" height="260" alt="Page 79"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 79.pdf&page=79&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 80.jpeg" width="200" height="260" alt="Page 80"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 80.pdf&page=80&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 81.jpeg" width="200" height="260" alt="Page 81"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 81.pdf&page=81&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 82.jpeg" width="200" height="260" alt="Page 82"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 82.pdf&page=82&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 83.jpeg" width="200" height="260" alt="Page 83"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 83.pdf&page=83&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 84.jpeg" width="200" height="260" alt="Page 84"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 84.pdf&page=84&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 85.jpeg" width="200" height="260" alt="Page 85"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 85.pdf&page=85&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 86.jpeg" width="200" height="260" alt="Page 86"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 86.pdf&page=86&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 87.jpeg" width="200" height="260" alt="Page 87"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 87.pdf&page=87&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 88.jpeg" width="200" height="260" alt="Page 88"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 88.pdf&page=88&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 89.jpeg" width="200" height="260" alt="Page 89"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 89.pdf&page=89&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 90.jpeg" width="200" height="260" alt="Page 90"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 90.pdf&page=90&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 91.jpeg" width="200" height="260" alt="Page 91"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 91.pdf&page=91&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 92.jpeg" width="200" height="260" alt="Page 92"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 92.pdf&page=92&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 93.jpeg" width="200" height="260" alt="Page 93"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 93.pdf&page=93&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 94.jpeg" width="200" height="260" alt="Page 94"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 94.pdf&page=94&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 95.jpeg" width="200" height="260" alt="Page 95"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 95.pdf&page=95&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 96.jpeg" width="200" height="260" alt="Page 96"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 96.pdf&page=96&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 97.jpeg" width="200" height="260" alt="Page 97"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 97.pdf&page=97&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 98.jpeg" width="200" height="260" alt="Page 98"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 98.pdf&page=98&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 99.jpeg" width="200" height="260" alt="Page 99"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 99.pdf&page=99&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 100.jpeg" width="200" height="260" alt="Page 100"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 100.pdf&page=100&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 101.jpeg" width="200" height="260" alt="Page 101"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 101.pdf&page=101&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 102.jpeg" width="200" height="260" alt="Page 102"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 102.pdf&page=102&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 103.jpeg" width="200" height="260" alt="Page 103"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 103.pdf&page=103&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 104.jpeg" width="200" height="260" alt="Page 104"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 104.pdf&page=104&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 105.jpeg" width="200" height="260" alt="Page 105"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 105.pdf&page=105&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 106.jpeg" width="200" height="260" alt="Page 106"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 106.pdf&page=106&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 107.jpeg" width="200" height="260" alt="Page 107"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 107.pdf&page=107&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 108.jpeg" width="200" height="260" alt="Page 108"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 108.pdf&page=108&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 109.jpeg" width="200" height="260" alt="Page 109"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 109.pdf&page=109&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 110.jpeg" width="200" height="260" alt="Page 110"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 110.pdf&page=110&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 111.jpeg" width="200" height="260" alt="Page 111"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 111.pdf&page=111&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 112.jpeg" width="200" height="260" alt="Page 112"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 112.pdf&page=112&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 113.jpeg" width="200" height="260" alt="Page 113"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 113.pdf&page=113&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 114.jpeg" width="200" height="260" alt="Page 114"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 114.pdf&page=114&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 115.jpeg" width="200" height="260" alt="Page 115"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 115.pdf&page=115&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 116.jpeg" width="200" height="260" alt="Page 116"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 116.pdf&page=116&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 117.jpeg" width="200" height="260" alt="Page 117"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 117.pdf&page=117&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 118.jpeg" width="200" height="260" alt="Page 118"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 118.pdf&page=118&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 119.jpeg" width="200" height="260" alt="Page 119"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 119.pdf&page=119&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 120.jpeg" width="200" height="260" alt="Page 120"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 120.pdf&page=120&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 121.jpeg" width="200" height="260" alt="Page 121"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 121.pdf&page=121&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 122.jpeg" width="200" height="260" alt="Page 122"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 122.pdf&page=122&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 123.jpeg" width="200" height="260" alt="Page 123"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 123.pdf&page=123&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 124.jpeg" width="200" height="260" alt="Page 124"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 124.pdf&page=124&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 125.jpeg" width="200" height="260" alt="Page 125"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 125.pdf&page=125&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 126.jpeg" width="200" height="260" alt="Page 126"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 126.pdf&page=126&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 127.jpeg" width="200" height="260" alt="Page 127"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 127.pdf&page=127&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 128.jpeg" width="200" height="260" alt="Page 128"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 128.pdf&page=128&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 129.jpeg" width="200" height="260" alt="Page 129"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 129.pdf&page=129&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 130.jpeg" width="200" height="260" alt="Page 130"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 130.pdf&page=130&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 131.jpeg" width="200" height="260" alt="Page 131"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 131.pdf&page=131&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 132.jpeg" width="200" height="260" alt="Page 132"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 132.pdf&page=132&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 133.jpeg" width="200" height="260" alt="Page 133"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 133.pdf&page=133&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 134.jpeg" width="200" height="260" alt="Page 134"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 134.pdf&page=134&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 135.jpeg" width="200" height="260" alt="Page 135"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 135.pdf&page=135&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 136.jpeg" width="200" height="260" alt="Page 136"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 136.pdf&page=136&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 137.jpeg" width="200" height="260" alt="Page 137"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 137.pdf&page=137&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 138.jpeg" width="200" height="260" alt="Page 138"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 138.pdf&page=138&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 139.jpeg" width="200" height="260" alt="Page 139"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 139.pdf&page=139&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 140.jpeg" width="200" height="260" alt="Page 140"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 140.pdf&page=140&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 141.jpeg" width="200" height="260" alt="Page 141"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 141.pdf&page=141&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 142.jpeg" width="200" height="260" alt="Page 142"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 142.pdf&page=142&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 143.jpeg" width="200" height="260" alt="Page 143"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 143.pdf&page=143&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 144.jpeg" width="200" height="260" alt="Page 144"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 144.pdf&page=144&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 145.jpeg" width="200" height="260" alt="Page 145"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 145.pdf&page=145&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 146.jpeg" width="200" height="260" alt="Page 146"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 146.pdf&page=146&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 147.jpeg" width="200" height="260" alt="Page 147"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 147.pdf&page=147&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 148.jpeg" width="200" height="260" alt="Page 148"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 148.pdf&page=148&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 149.jpeg" width="200" height="260" alt="Page 149"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 149.pdf&page=149&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 150.jpeg" width="200" height="260" alt="Page 150"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 150.pdf&page=150&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 151.jpeg" width="200" height="260" alt="Page 151"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 151.pdf&page=151&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 152.jpeg" width="200" height="260" alt="Page 152"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 152.pdf&page=152&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 153.jpeg" width="200" height="260" alt="Page 153"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 153.pdf&page=153&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 154.jpeg" width="200" height="260" alt="Page 154"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 154.pdf&page=154&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 155.jpeg" width="200" height="260" alt="Page 155"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 155.pdf&page=155&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 156.jpeg" width="200" height="260" alt="Page 156"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 156.pdf&page=156&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 157.jpeg" width="200" height="260" alt="Page 157"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 157.pdf&page=157&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 158.jpeg" width="200" height="260" alt="Page 158"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 158.pdf&page=158&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 159.jpeg" width="200" height="260" alt="Page 159"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 159.pdf&page=159&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 160.jpeg" width="200" height="260" alt="Page 160"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 160.pdf&page=160&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 161.jpeg" width="200" height="260" alt="Page 161"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 161.pdf&page=161&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 162.jpeg" width="200" height="260" alt="Page 162"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 162.pdf&page=162&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 163.jpeg" width="200" height="260" alt="Page 163"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 163.pdf&page=163&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 164.jpeg" width="200" height="260" alt="Page 164"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 164.pdf&page=164&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 165.jpeg" width="200" height="260" alt="Page 165"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 165.pdf&page=165&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 166.jpeg" width="200" height="260" alt="Page 166"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 166.pdf&page=166&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 167.jpeg" width="200" height="260" alt="Page 167"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 167.pdf&page=167&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 168.jpeg" width="200" height="260" alt="Page 168"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 168.pdf&page=168&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 169.jpeg" width="200" height="260" alt="Page 169"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 169.pdf&page=169&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 170.jpeg" width="200" height="260" alt="Page 170"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 170.pdf&page=170&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 171.jpeg" width="200" height="260" alt="Page 171"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 171.pdf&page=171&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 172.jpeg" width="200" height="260" alt="Page 172"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 172.pdf&page=172&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 173.jpeg" width="200" height="260" alt="Page 173"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 173.pdf&page=173&total=174)
[<img src="http://static.pcjs.org/pubs/pc/reference/ibm/ega/thumbs/IBM-EGA 174.jpeg" width="200" height="260" alt="Page 174"/>](/modules/shared/templates/pdf.html?url=/pubs/pc/reference/ibm/ega/pages/IBM-EGA 174.pdf&page=174&total=174)

View file

@ -1,3 +1,9 @@
---
layout: page
title: Intel 80286 CPU Documentation
permalink: /pubs/pc/reference/intel/80286/
---
Intel 80286 CPU Documentation
---
@ -26,7 +32,7 @@ Intel 80286 CPU Documentation
### Assorted Publications
![iAPX 286 Hardware Reference (1983)](../static/iAPX_286_Hardware_Reference--1983/thumbs/iAPX_286_Hardware_Reference--1983.jpg "link:http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Hardware_Reference.pdf:200:260")
![iAPX 286 OS Writer's Guide (1983)](../static/iAPX_286_Operating_System_Writers_Guide--1983/thumbs/iAPX_286_Operating_System_Writers_Guide--1983.jpg "link:http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Operating_System_Writers_Guide.pdf:200:260")
![iAPX 286 Programmer Reference (1985)](../static/iAPX_286_Programmers_Reference_Manual--1985/thumbs/iAPX_286_Programmers_Reference_Manual--1985.jpg "link:http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1985_iAPX_286_Programmers_Reference_Manual.pdf:200:260")
![80286/80287 Programmer Reference (1987)](../static/80286/progref/thumbs/80286_and_80287_Programmers_Reference_Manual_1987 1.jpeg "link:progref/:200:260")
[<img src="http://static.pcjs.org/pubs/pc/reference/intel/iAPX_286_Hardware_Reference--1983/thumbs/iAPX_286_Hardware_Reference--1983.jpg" width="200" height="260" alt="iAPX 286 Hardware Reference (1983)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Hardware_Reference.pdf)
[<img src="http://static.pcjs.org/pubs/pc/reference/intel/iAPX_286_Operating_System_Writers_Guide--1983/thumbs/iAPX_286_Operating_System_Writers_Guide--1983.jpg" width="200" height="260" alt="iAPX 286 OS Writer's Guide (1983)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Operating_System_Writers_Guide.pdf)
[<img src="http://static.pcjs.org/pubs/pc/reference/intel/iAPX_286_Programmers_Reference_Manual--1985/thumbs/iAPX_286_Programmers_Reference_Manual--1985.jpg" width="200" height="260" alt="iAPX 286 Programmer Reference (1985)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1985_iAPX_286_Programmers_Reference_Manual.pdf)
[<img src="http://static.pcjs.org/pubs/pc/reference/intel/80286/progref/thumbs/80286_and_80287_Programmers_Reference_Manual_1987 1.jpeg" width="200" height="260" alt="80286/80287 Programmer Reference (1987)"/>](progref/)

View file

@ -1,5 +1,13 @@
ARPL (63H)
---
layout: page
title: "Intel 80286 CPU Documentation: ARPL"
permalink: /pubs/pc/reference/intel/80286/arpl/
---
Intel 80286 CPU Documentation
---
### ARPL (63H)
When the second operand of the ARPL instruction (as described in the iAPX286 Programmer's Reference Manual) is a null
selector, the ARPL instruction generates exception 13. This behavior of the ARPL instruction has not been previously described,
@ -8,4 +16,4 @@ but will be described in future revisions of the "iAPX286 Programmer's Reference
This functionality of the ARPL is not believed not to be a problem, and there are no plans to change this functionality
of the ARPL instruction.
[This information is from an Intel document titled "80286 ARPL and Overlength Instructions, 15 October 1984"]
[This information is from an Intel document titled "80286 ARPL and Overlength Instructions, 15 October 1984"]

View file

@ -1,5 +1,13 @@
80286 (B-2/B-3) Information
---
layout: page
title: "Intel 80286 CPU Documentation: B-2/B-3 Steppings"
permalink: /pubs/pc/reference/intel/80286/b2_b3_info/
---
Intel 80286 CPU Documentation
---
### 80286 B-2/B-3 Steppings
This applies to S-spec #40093 and to S-spec #54012 of the 80286, since they contain a (B-2/B-3) stepping of the 80286.
Their complete parametric specifications are given by the datasheet in the 1984 Intel Microsystem Components Handbook,
@ -190,4 +198,4 @@ is performed no unmasked interrupt is active. The interrupt handler for IR7 can
interrupt on IR7. The ISR7 bit will be 0 if at the time the interrupt was acknowledged, no unmasked IR inputs of the 8259A were
active ("phantom" interrupt).
[This information is from a 7-page Intel document titled "80286(B-2/B-3) Information Sheet, 21 November 1984"]
[This information is from a 7-page Intel document titled "80286(B-2/B-3) Information Sheet, 21 November 1984"]

View file

@ -1,5 +1,13 @@
Exceptions from Undefined Opcodes and String Instructions
---
layout: page
title: "Intel 80286 CPU Documentation: Early Errata"
permalink: /pubs/pc/reference/intel/80286/early_errata/
---
Intel 80286 CPU Documentation
---
### Exceptions from Undefined Opcodes and String Instructions
The exception 13 handler will probably use a lookup table for the opcode byte of the instruction causing exception
13 to determine the correct action for this instruction. In general, any undefined opcode causes exception 6 and
@ -94,4 +102,4 @@ steppings of the 80286 and are fixed in later steppings of the 80286.
extension data transfers should be inhibited while [LOADALL](../loadall/) is running. Later steppings of the 80286 will correctly
load the MSW during [LOADALL](../loadall/) with HOLD and processor extension transfers.
[This information is from an undated 15-page Intel document titled "Undocumented iAPX 286 Test Instruction"]
[This information is from an undated 15-page Intel document titled "Undocumented iAPX 286 Test Instruction"]

View file

@ -1,5 +1,13 @@
Instructions Longer than 10 Bytes
---
layout: page
title: "Intel 80286 CPU Documentation: Extra Prefixes"
permalink: /pubs/pc/reference/intel/80286/extra_prefixes/
---
Intel 80286 CPU Documentation
---
### Instructions Longer than 10 Bytes
When the CPU detects an instruction that is illegal due to being greater than 10 bytes in length, it generates an
exception #13 (General Protection Violation) instead of exception #6 (Invalid Opcode). The only way an instruction
@ -9,4 +17,4 @@ greater than ten bytes can occur is by using the assembler to intentionally plac
There are no plans to change this functionality of the 80286 and future editions of the "iAPX286 Programmer's Reference
Manual" and 80286 datasheet will accurately describe how 80286 reacts to instructions greater than 10 bytes in length.
[This information is from an Intel document titled "80286 ARPL and Overlength Instructions, 15 October 1984"]
[This information is from an Intel document titled "80286 ARPL and Overlength Instructions, 15 October 1984"]

View file

@ -1,5 +1,13 @@
LOADALL (0F05H)
---
layout: page
title: "Intel 80286 CPU Documentation: LOADALL"
permalink: /pubs/pc/reference/intel/80286/loadall/
---
Intel 80286 CPU Documentation
---
### LOADALL (0F05H)
The iAPX 286 microprocessor (part number 80286) has an undocumented instruction used by Intel test programs to
allow direct access to internal registers for fast initialization. The instruction is called LOADALL. Each 80286

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,13 @@
Executing Real Mode Programs in Protected Mode
---
layout: page
title: "Intel 80286 CPU Documentation: Real Mode"
permalink: /pubs/pc/reference/intel/80286/real_mode/
---
Intel 80286 CPU Documentation
---
### Executing Real Mode Programs in Protected Mode
An iAPX 86/88 program using real mode addressing can be executed in protected mode with full protection between
it and other programs. All segment register semantics of iAPX 86 real mode can be emulated. The address space

View file

@ -1,5 +1,13 @@
80286 REP MOVS and REP INS Restartability
---
layout: page
title: "Intel 80286 CPU Documentation: REP Restart"
permalink: /pubs/pc/reference/intel/80286/rep_restart/
---
Intel 80286 CPU Documentation
---
### 80286 REP MOVS and REP INS Restartability
The repeated string instructions on 80286 were made restartable after protection violations on the (B-2/B-3) and
later 80286 steppings. Should a protection violation occur when using these instructions in protected mode, it is
@ -39,4 +47,4 @@ register will hold 0ffffH when the CPU detects a violation due to the conditions
REP INS restartability is corrected, CX will correctly continue to be 0000H when these instructions complete without generating
a protection violation.
[This information is from an Intel document titled "80286 REP MOVS and REP INS Restartability, 15 October 1984"]
[This information is from an Intel document titled "80286 REP MOVS and REP INS Restartability, 15 October 1984"]

View file

@ -1,3 +1,9 @@
---
layout: page
title: Intel CPU Documentation
permalink: /pubs/pc/reference/intel/
---
Intel CPU Documentation
---
@ -5,8 +11,8 @@ Intel CPU Documentation
### Assorted Publications
![iAPX 86,88 User's Manual (1981)](static/iAPX_86_88_Users_Manual--1981/thumbs/iAPX_86_88_Users_Manual--1981.jpg "link:http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1981_iAPX_86_88_Users_Manual.pdf:200:260")
![iAPX 286 Hardware Reference (1983)](static/iAPX_286_Hardware_Reference--1983/thumbs/iAPX_286_Hardware_Reference--1983.jpg "link:http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Hardware_Reference.pdf:200:260")
![iAPX 286 OS Writer's Guide (1983)](static/iAPX_286_Operating_System_Writers_Guide--1983/thumbs/iAPX_286_Operating_System_Writers_Guide--1983.jpg "link:http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Operating_System_Writers_Guide.pdf:200:260")
![iAPX 286 Programmer Reference (1985)](static/iAPX_286_Programmers_Reference_Manual--1985/thumbs/iAPX_286_Programmers_Reference_Manual--1985.jpg "link:http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1985_iAPX_286_Programmers_Reference_Manual.pdf:200:260")
![80286/80287 Programmer Reference (1987)](static/80286/progref/thumbs/80286_and_80287_Programmers_Reference_Manual_1987 1.jpeg "link:80286/progref/:200:260")
[<img src="http://static.pcjs.org/pubs/pc/reference/intel/iAPX_86_88_Users_Manual--1981/thumbs/iAPX_86_88_Users_Manual--1981.jpg" width="200" height="260" alt="iAPX 86,88 User's Manual (1981)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1981_iAPX_86_88_Users_Manual.pdf)
[<img src="http://static.pcjs.org/pubs/pc/reference/intel/iAPX_286_Hardware_Reference--1983/thumbs/iAPX_286_Hardware_Reference--1983.jpg" width="200" height="260" alt="iAPX 286 Hardware Reference (1983)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Hardware_Reference.pdf)
[<img src="http://static.pcjs.org/pubs/pc/reference/intel/iAPX_286_Operating_System_Writers_Guide--1983/thumbs/iAPX_286_Operating_System_Writers_Guide--1983.jpg" width="200" height="260" alt="iAPX 286 OS Writer's Guide (1983)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1983_iAPX_286_Operating_System_Writers_Guide.pdf)
[<img src="http://static.pcjs.org/pubs/pc/reference/intel/iAPX_286_Programmers_Reference_Manual--1985/thumbs/iAPX_286_Programmers_Reference_Manual--1985.jpg" width="200" height="260" alt="iAPX 286 Programmer Reference (1985)"/>](http://bitsavers.trailing-edge.com/pdf/intel/_dataBooks/1985_iAPX_286_Programmers_Reference_Manual.pdf)
[<img src="http://static.pcjs.org/pubs/pc/reference/intel/80286/progref/thumbs/80286_and_80287_Programmers_Reference_Manual_1987 1.jpeg" width="200" height="260" alt="80286/80287 Programmer Reference (1987)"/>](80286/progref/)

View file

@ -1,5 +1,13 @@
FAT (File Allocation Table) Documentation
---
layout: page
title: Microsoft Specifications
permalink: /pubs/pc/reference/microsoft/
---
- [FAT: General Overview of On-Disk Format (v1.02)](static/fatgen102.pdf) (courtesy of [PC DOS Retro](https://sites.google.com/site/pcdosretro/))
- [FAT: General Overview of On-Disk Format (v1.03)](static/fatgen103.pdf) (courtesy of [Microsoft Corporation](http://msdn.microsoft.com/en-us/windows/hardware/gg463080))
Microsoft Specifications
---
### FAT (File Allocation Table) Documentation
- [FAT: General Overview of On-Disk Format (v1.02)](http://static.pcjs.org/pubs/pc/reference/microsoft/fatgen102.pdf) (via [PC DOS Retro](https://sites.google.com/site/pcdosretro/))
- [FAT: General Overview of On-Disk Format (v1.03)](http://static.pcjs.org/pubs/pc/reference/microsoft/fatgen103.pdf) (via [Microsoft Corporation](http://msdn.microsoft.com/en-us/windows/hardware/gg463080))