home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / folklore / computer / 16341 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.1 KB  |  49 lines

  1. Newsgroups: alt.folklore.computers
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!caen!batcomputer!reed!henson!news.u.washington.edu!news.uoregon.edu!nntp.uoregon.edu!nntp.uoregon.edu!stevev
  3. From: stevev@miser.uoregon.edu (Steve VanDevender)
  4. Subject: Re: ASSEMBLY LANGUAGE IBM
  5. In-Reply-To: kodak@mentor.cc.purdue.edu's message of Mon, 16 Nov 1992 19:16:05 GMT
  6. Message-ID: <STEVEV.92Nov17104240@miser.uoregon.edu>
  7. Sender: news@nntp.uoregon.edu
  8. Organization: University of Oregon Chemistry Stores
  9. References: <16NOV92.12250000.0072@VM1.MCGILL.CA> <BxtpIv.AMD@mentor.cc.purdue.edu>
  10. Date: 17 Nov 92 10:42:40
  11. Lines: 36
  12.  
  13. In article <BxtpIv.AMD@mentor.cc.purdue.edu>
  14. kodak@mentor.cc.purdue.edu (Jason Balicki (KodaK)) writes:
  15.  
  16.    In article <16NOV92.12250000.0072@VM1.MCGILL.CA>
  17.    IEGS@MUSICB.MCGILL.CA (IEGS) writes:
  18.  
  19.    >HOW COULD YOU SOLVE THIS:
  20.    >DETERMINE HOW MANY MICRO-INSTRUCTIONS ARE REQUIRE TO PERFORM
  21.    >THE ASSEMBLY INSTRUCTIONS WITH OPERATION CODES FROM 0 TO 4.
  22.    >  WRITE A (MAC-1) ASSEMBLY IBM PROGRAM TO COMPUTE X = MIN(A,B)
  23.    >{IF (A<B) X=A ELSE X=B}
  24.    >PLEASE REPLY TO MC.BER
  25.  
  26.    Since you posted it twice I have to ask:  Is this your homework?
  27.  
  28.    If yes then: DO IT YOURSELF!!
  29.  
  30.    If no then: Sorry, I don't know Intel. (I *THINK* you're talking about a PC)
  31.  
  32. Bzzt!  Thank you for playing.  IBM doesn't just make IBM PCs.  In
  33. any case, the 80x86 is not microprogrammable.  It may be
  34. microprogrammed, but the control store is definitely not
  35. writable.
  36.  
  37. I suspect that the questions apply to IBM's most famous series of
  38. machines, the 360/370 series.  If you thought them placing
  39. increasingly souped-up versions of the 8088 in IBM PCs was bad,
  40. note that the 360/370 series has been using the same instruction
  41. set and processor architecture for nearly _30 years_.  IBM's
  42. top-end mainframes (like the 3090) still run IBM 360 programs in
  43. binary form.
  44. --
  45. Steve VanDevender     stevev@greylady.uoregon.edu
  46. "Bipedalism--an unrecognized disease affecting over 99% of the population.
  47. Symptoms include lack of traffic sense, slow rate of travel, and the
  48. classic, easily recognized behavior known as walking."
  49.