Re: Memory
- Posted by Daniel Berstein <danielberstein at USA.NET> Aug 05, 1997
- 961 views
> Hi, anyone can send me a list of memory adresses ? > More expecific, I want the starting and ending adresses of video display > memory, used to poke and peek in graphics mode 19. Eduardo, video memory starts at offset #A000 (in hexadecimal), for text modes it'a at #B800. You'll have some problems poking directly to videomem, mostly related with VGA and SVGA modes... you just can't access all the video mem at once, you must swith banks and do some other weirds stuff that's better Michael Packard (or Jiri, or Jacques, or Ralf) explain. Regards, Daniel Berstein danielberstein at usa.net http://www.geocities.com/SiliconValley/Heights/9316