home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.hardware
- 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
- From: pfeiffer@nmsu.edu (Joe Pfeiffer)
- Subject: Re: Newcomer questions (not in FAQ)
- In-Reply-To: wgs1@ra.msstate.edu's message of Fri, 28 Aug 1992 21:41:31 GMT
- Message-ID: <1992Sep1.222729.28807@nmsu.edu>
- Sender: usenet@nmsu.edu
- Organization: NMSU Computer Science
- References: <1992Aug28.214131.8336@ra.msstate.edu>
- Date: Tue, 1 Sep 1992 22:27:29 GMT
- Lines: 34
-
- In article <1992Aug28.214131.8336@ra.msstate.edu> wgs1@ra.msstate.edu (Walter G. Seefeld) writes:
-
- I am completely new to Amiga's, but I'm looking for a good machine on
- which to do some 68000 programming. Does assembly language on the Amiga
- feel anything like 68000 assembly, or does the surrounding circuitry
- make it more a dialect of it's own?
-
- I am considering buying an A500 for this purpose, and would appreciate
- anyone's input on the matter. Also, what will suffice for a video monitor?
- I have a TV, but it's small. I would prefer to avoid that. On the other
- hand, I have a 640x480 VGA monitor that would do nicely if there is some
- way to make the A500 drive it without being too expensive.
-
- The Amiga is an excellent choice for what you're trying to do. You
- can write 68K programs to try that out without dealing with the custom
- chips; you can also learn about doing I/O with the CIAs and serial
- interface on board, including interrupt handling. Finally, if you
- want to get into learning about some really sophisticated coprocessor
- hardware, you can get into the custom chips.
-
- We (and I was chair of the committee) made the bad mistake of
- migrating our sophomore assembly language course from PDP-11s to
- Macintoshes. The Mac is basically a royal pain to try to program, and
- the I/O devices on it are really complicated for a first I/O
- experience. They completely screwed up the interrupt mechanism, to
- the point where we can't even use it in class. The mistake, BTW, was
- based on planning to migrate a Modula-2 class from Suns to the Macs.
- Meanwhile, that class is migrating to other languages, still on Suns,
- instead.
-
- Had I investigated the Mac as thoroughly as I did the Amiga, we would
- have gotten Amigas.
-
- -Joe.
-