home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / m68k / 1537 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.sys.m68k
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!mcdchg!mcdphx!gcall
  3. From: gcall@systemname.uucp (Glen Call)
  4. Subject: Re: A few Questions on the 68000 and 68008...
  5. Message-ID: <1993Jan11.162236.8907@phx.mcd.mot.com>
  6. Originator: gcall@
  7. Sender: gcall@systemname (Glen Call)
  8. Nntp-Posting-Host: tajmahal.phx.mcd.mot.com
  9. Organization: Motorola Computer Group Marketing
  10. References:  <steveh.726716248@tasman>
  11. Date: Mon, 11 Jan 1993 16:22:36 GMT
  12. Lines: 28
  13.  
  14.  
  15. In article <steveh.726716248@tasman>, steveh@tasman.cc.utas.edu.au (Steve Howell) writes:
  16. |> 
  17. [stuff deleted]
  18. |> 3) what is the base adress for RAM ($0000 is what a 6809 is at, but i hear its
  19. |> not this simple with 68k devices?.. is this right?)
  20.  
  21. You can put RAM just about anywhere.  Since the 68k processors vector fetch from
  22. $000000 upon power-up or reset, you will want either ROM or some kind of
  23. pre-initialized memory (spells ROM to me :-) at 0 following power-up.  Many 
  24. systems just shadow the ROM to $000000 for the first 4 word reads.  Why not put
  25. ROM at $000000?  Reason: the 680000 and 68008 have the vector table fixed at
  26. $000000-$0003FF.  Many people prefer to have their vector table RAM resident.
  27.  
  28. |> 4) Can i put ROM anywhere i like in the address map? (as long as its big enough)
  29.  
  30. Yes.
  31.  
  32. Good luck,
  33. Glen
  34.  
  35. ------------------------------------------------------------------------------
  36. Glen Call                          Technical Marketing Systems Engineer
  37. Motorola Computer Systems, Inc.    gcall@phx.mcd.mot.com or mcdapps!gcall
  38. M/S DW212                          phone: (602) 438-3408
  39. 2900 S. Diablo Way                 pager: 1-602-244-3252 Pager#2818 (digital)
  40. Tempe, AZ 85282                    FAX:   (602) 438-3534
  41.  
  42.