From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: SRAM chip access problem Date: Sat, 26 May 2001 11:59:28 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 12 Message-ID: <990878367.720176@queeg.ludd.luth.se> References: <003701c0e555$31fcb600$1400a8c0 AT alex2000> <2593-Sat26May2001100124+0300-eliz AT is DOT elta DOT co DOT il> X-Trace: news.luth.se 990878368 23481 130.240.16.109 (26 May 2001 11:59:28 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) Cache-Post-Path: queeg.ludd.luth.se!unknown AT father DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: : The selector itself (c7) looked to me like a code selector. Charles, : did I miss something? You don't see on a selector if it's a code or data one. All you see RPL (bits 0 and 1) and if it's in GDT or LDT (bit 2). The other bits are the pointer into the GDT/LDT. Right, MartinS