From b60e988aba7502f0481360b76930217cac1d8e08 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 4 Feb 2015 22:12:10 -0800 Subject: [PATCH] More PDFs --- modules/shared/templates/pdf.html | 4 +- pubs/README.md | 1 + .../Graphics_for_the_IBM_PC/README.md | 324 ++++++++++++++++++ pubs/pc/programming/README.md | 3 +- 4 files changed, 330 insertions(+), 2 deletions(-) create mode 100644 pubs/pc/programming/Graphics_for_the_IBM_PC/README.md diff --git a/modules/shared/templates/pdf.html b/modules/shared/templates/pdf.html index f7661a597..41bbcbfa0 100644 --- a/modules/shared/templates/pdf.html +++ b/modules/shared/templates/pdf.html @@ -76,8 +76,10 @@ e = document.getElementById('returnPath'); if (e) e.textContent = sReturnPath; } - i = pdf.indexOf("%20"); + i = pdf.indexOf('%20'); + if (i < 0) i = pdf.indexOf(' '); if (i > 0) pdf = pdf.substr(0, i); + pdf = pdf.replace('/static/', '/'); var setPage = function(page) { frame.setAttribute('src', 'http://static.pcjs.org' + pdf + ' ' + curPage + '.pdf'); }; diff --git a/pubs/README.md b/pubs/README.md index 7498b7b8f..8bbe12627 100644 --- a/pubs/README.md +++ b/pubs/README.md @@ -8,5 +8,6 @@ and more. ![Byte Magazine](pc/magazines/byte/static/BYTE-1975-11/thumbs/BYTE-1975-11 1.jpeg "link:pc/magazines/byte/:200:260") ![Microsoft Systems Journal](pc/magazines/msj/static/MSJ-1986-10/thumbs/MSJ-1986-10 1.jpeg "link:pc/magazines/msj/:200:260") ![PC Tech Journal](pc/magazines/pctj/static/PCTJ-1987-11/thumbs/PCTJ-1987-11 1.jpeg "link:pc/magazines/pctj/:200:260") +![Graphics for the IBM PC](pc/programming/static/Graphics_for_the_IBM_PC/thumbs/Graphics_for_the_IBM_PC 1.jpeg "link:pc/programming/Graphics_for_the_IBM_PC/:200:260") ![IBM 5150 Technical Reference (August 1981)](pc/reference/ibm/static/5150/techref/1981-08/thumbs/IBM-5150-TECHREF 1.jpeg "link:pc/reference/ibm/:200:260") ![80286 and 80287 Programmer's Reference](pc/programming/static/thumbs/80286_and_80287_Programmers_Reference_Manual_1987.jpg "link:pc/reference/intel/:200:260") diff --git a/pubs/pc/programming/Graphics_for_the_IBM_PC/README.md b/pubs/pc/programming/Graphics_for_the_IBM_PC/README.md new file mode 100644 index 000000000..58a2bb728 --- /dev/null +++ b/pubs/pc/programming/Graphics_for_the_IBM_PC/README.md @@ -0,0 +1,324 @@ +[Graphics for the IBM PC](../static/Graphics_for_the_IBM_PC/Graphics_for_the_IBM_PC.pdf) +--- +by Dan Illowsky and Michael Abrash (1984) + +![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") diff --git a/pubs/pc/programming/README.md b/pubs/pc/programming/README.md index b7d1c5d6c..a2b5741d1 100644 --- a/pubs/pc/programming/README.md +++ b/pubs/pc/programming/README.md @@ -3,4 +3,5 @@ PC Programming Guides ![IBM PC Disk Operating System v1.00](static/thumbs/PCDOS100.jpg "link:http://bitsavers.trailing-edge.com/pdf/ibm/pc/dos/6172220_DOS_1.0_Jan82.pdf:200:260") ![IBM PC Disk Operating System v1.10](static/thumbs/PCDOS110.jpg "link:http://bitsavers.trailing-edge.com/pdf/ibm/pc/dos/IBM_DOS_1.1_May82.pdf:200:260") -![The 8086 Book](static/thumbs/The_8086_Book.jpg "link::200:260") \ No newline at end of file +![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")