Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!mintaka!ogicse!zephyr.ens.tek.com!vice!bobb From: bobb@vice.ICO.TEK.COM (Bob Beauchaine) Newsgroups: comp.lang.pascal Subject: Re: Graphic-screen to disk Message-ID: <6327@vice.ICO.TEK.COM> Date: 17 Nov 90 15:29:08 GMT References: <25017@adm.brl.mil> <11492@j.cc.purdue.edu> Organization: Tektronix Inc., Beaverton, Or. Lines: 11 In article <11492@j.cc.purdue.edu> zhou@brazil.psych.purdue.edu (Albert Zhou) writes: > > Here is my diagnosis: > (1) If it is for CGA, the address is obviously wrong. CGA start from >$BA00:0. Wrong,Wrong,WRONG! Please try to be accurate when posting to other programmers on the net! CGA starts at $B800:0. I use it all the time for my assembly language screen drawing routines. Bob Beauchaine bobb@vice.ICO.TEK.COM