Deutsch English Français Italiano |
<v0imun$b6s2$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Thomas Koenig <tkoenig@netcologne.de> Newsgroups: comp.arch Subject: Re: The Design of Design Date: Sat, 27 Apr 2024 11:18:47 -0000 (UTC) Organization: A noiseless patient Spider Lines: 18 Message-ID: <v0imun$b6s2$1@dont-email.me> References: <v03uh5$gbd5$1@dont-email.me> <v0dv2p$338mv$1@dont-email.me> <v0ekid$1p5u$1@gal.iecc.com> <v0fln1$3iapn$1@dont-email.me> <v0gsbj$2cok$1@gal.iecc.com> Injection-Date: Sat, 27 Apr 2024 13:18:47 +0200 (CEST) Injection-Info: dont-email.me; posting-host="4d0d5e931b27d0621db2daf0dd9fec39"; logging-data="367490"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18KBeZ+bspTMHlw+ZBy8u+kpkVY17w3raA=" User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:7QU1efj7pp9zraV9VtqyH8CLe5Q= Bytes: 1795 John Levine <johnl@taugh.com> schrieb: [PDP-10] > I misread the manual. The extended addresses were 30 bits or about 4GB > which was plenty for that era, but the way they did it in 256K word > sections was still a kludge. In the original PDP-6/10 every > instruction could address all of memory. In extended mode you could > directly address only the current section, and everything else needed > an index register or an indirect address. > > While this wasn't terribly hard, it did mean that any time you wanted > to change a program to run in extended mode you had to look at all the > code and check every instruction that did an address calculation, > which was tedious. Hmm... would a simple recompilation have done the trick, or were there also issues with integers being restricted to 18 bits, for example?