Thread: Screen 13 mem address

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    317

    Screen 13 mem address

    I was wondering if anyone one knew offhand the memory address for screen 13 grafix mode. I have it written someplace but I'm nowhere near my house at the moment; so if you guys would please humor me.

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    0xA000:0x0000 or

    A000:0000

  3. #3
    Registered User
    Join Date
    May 2002
    Posts
    317
    Thanx alot, greatly appreciated.

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Just out of curiosity, could you specifiy a decimal number (i.e. a number without the 0x before it) and have that converted to decimal automatically for the address? If it could, that'd really help me out with something.

  5. #5
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Just convert the number yourself. It's easy to convert from base 16 to base 10. It's going to be a big number though. Why do you need this in decimal form? I can't see why you would need the address in decimal form.

  6. #6
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    My CGIASM project - I need to convert binary literals to ASCII. I found one solution but it's kind of uh..... wierd? I like to keep things simple to avoid too many errors and complicated debugging, so I'm still looking for other alternative.

  7. #7
    Registered User
    Join Date
    Jun 2002
    Posts
    14

  8. #8
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Well so much for trying to figure out the number conversions - turns out that would've been the easiest part of my program... Eventually I just gave up.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How does this user get screen to run under root?
    By Overworked_PhD in forum Tech Board
    Replies: 2
    Last Post: 06-28-2009, 09:31 AM
  2. Linux Problem Screen Resoultion
    By Matus in forum Tech Board
    Replies: 1
    Last Post: 01-29-2009, 04:39 PM
  3. I thought pointers were pointers...
    By keira in forum C Programming
    Replies: 19
    Last Post: 08-15-2007, 11:48 PM
  4. Block address from word address
    By xddxogm3 in forum Tech Board
    Replies: 0
    Last Post: 04-25-2007, 09:02 PM
  5. need help in making graphics in C++
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 10-21-2001, 12:14 PM