Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!eng.ufl.edu!joker.mil.ufl.edu!jc From: jc@joker.mil.ufl.edu (Jim Castleberry) Newsgroups: comp.sys.tandy Subject: Re: zoo CRC problem on Tandy 6000: FIX Summary: I made a typo Message-ID: <1991Jan16.010709.14297@eng.ufl.edu> Date: 16 Jan 91 01:07:09 GMT References: <1991Jan9.093708.12518@eng.ufl.edu> <214@rwing.UUCP> <1991Jan13.021726.14048@eng.ufl.edu> Sender: news@eng.ufl.edu Distribution: na Organization: Machine Intelligence Lab, University of Florida Lines: 20 In article <1991Jan13.021726.14048@eng.ufl.edu> I wrote: > Consider the layout >of virtual memory when the program is running: > -- ----------------- >text | | | > seg | | text | > -- ----------------- <-0x80000 > | | heap | > | ----------------- <- _end + stack size (0x2000 default) >data | | stack | > seg | ----------------- <- _end, the end of the data+bss > | | bss | > | ----------------- > | | data | > -- ----------------- <- 0x00000 Someone noticed that I dropped a 0 on the text address. 0x80000 should be 0x800000, so the 24-bit address space is divided in two. Jim.