home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / hardware / 14771 < prev    next >
Encoding:
Text File  |  1992-09-01  |  2.2 KB  |  47 lines

  1. Newsgroups: comp.sys.amiga.hardware
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!lynx!nmsu.edu!opus!pfeiffer
  3. From: pfeiffer@nmsu.edu (Joe Pfeiffer)
  4. Subject: Re: Newcomer questions (not in FAQ)
  5. In-Reply-To: wgs1@ra.msstate.edu's message of Fri, 28 Aug 1992 21:41:31 GMT
  6. Message-ID: <1992Sep1.222729.28807@nmsu.edu>
  7. Sender: usenet@nmsu.edu
  8. Organization: NMSU Computer Science
  9. References: <1992Aug28.214131.8336@ra.msstate.edu>
  10. Date: Tue, 1 Sep 1992 22:27:29 GMT
  11. Lines: 34
  12.  
  13. In article <1992Aug28.214131.8336@ra.msstate.edu> wgs1@ra.msstate.edu (Walter G. Seefeld) writes:
  14.  
  15.    I am completely new to Amiga's, but I'm looking for a good machine on
  16.    which to do some 68000 programming.  Does assembly language on the Amiga
  17.    feel anything like 68000 assembly, or does the surrounding circuitry
  18.    make it more a dialect of it's own?
  19.  
  20.    I am considering buying an A500 for this purpose, and would appreciate
  21.    anyone's input on the matter.  Also, what will suffice for a video monitor?
  22.    I have a TV, but it's small.  I would prefer to avoid that.  On the other
  23.    hand, I have a 640x480 VGA monitor that would do nicely if there is some
  24.    way to make the A500 drive it without being too expensive.
  25.  
  26. The Amiga is an excellent choice for what you're trying to do.  You
  27. can write 68K programs to try that out without dealing with the custom
  28. chips; you can also learn about doing I/O with the CIAs and serial
  29. interface on board, including interrupt handling.  Finally, if you
  30. want to get into learning about some really sophisticated coprocessor
  31. hardware, you can get into the custom chips.
  32.  
  33. We (and I was chair of the committee) made the bad mistake of
  34. migrating our sophomore assembly language course from PDP-11s to
  35. Macintoshes.  The Mac is basically a royal pain to try to program, and
  36. the I/O devices on it are really complicated for a first I/O
  37. experience.  They completely screwed up the interrupt mechanism, to
  38. the point where we can't even use it in class.  The mistake, BTW, was
  39. based on planning to migrate a Modula-2 class from Suns to the Macs.
  40. Meanwhile, that class is migrating to other languages, still on Suns,
  41. instead.
  42.  
  43. Had I investigated the Mac as thoroughly as I did the Amiga, we would
  44. have gotten Amigas.
  45.  
  46. -Joe.
  47.