home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / misc / 3608 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  2.4 KB

  1. Path: sparky!uunet!ibmps2!kgnaix11!mjones
  2. From: mjones@bk-kgnaix11.aix.kingston.ibm.com (Mike Jones)
  3. Newsgroups: comp.unix.misc
  4. Subject: Re:  The need for an assembler (was: Favorite CPU)
  5. Message-ID: <1992Sep8.172236@bk-kgnaix11.aix.kingston.ibm.com>
  6. Date: 8 Sep 92 21:22:36 GMT
  7. References: <1992Sep01.163246.19563@yarc.uucp> <1992Sep4.042704.21287@news.columbia.edu> <liam.06m7@durie.amigans.gen.nz> <Bu6svH.31J@hatch.socal.com>
  8. Sender: mjones@kgnaix11.aix.kingston.ibm.com
  9. Reply-To: mjones@donald.aix.kingston.ibm.com
  10. Organization: IBM, Kingston NY
  11. Lines: 37
  12.  
  13.  
  14. In article <Bu6svH.31J@hatch.socal.com!, richg@hatch.socal.com (Rich Greenberg) writes:
  15. | In article <liam.06m7@durie.amigans.gen.nz> liam@durie.amigans.gen.nz (Liam Greenwood) writes:
  16. | >   O.K. then, the above code put onto some machines say... RS/6000, some
  17. | >IBM PC or clone therof, Amiga, NCR Tower, Unisys 1100/2200, U6000, some
  18. | >CP/M machine, really anything with a K&R C or ANSI C compiler. Compile it
  19. | >and it will run. Please show us the code to do this on the above list of
  20. | >machines in assembler.
  21. | OK, here is some assembler code that will run on every member (except
  22. | the 360/20) of IBM's 360, 370, 303x, 43xx, 308x, 3090, 9370, and 390 series 
  23. | of mainframes, plus the compatables from Amdahl, Hitachi et al that are 
  24. | running any flavor of OS (PCP, *MFT*, MVT, VS1, SVS, and MVS/*),  
  25. | or are running in CMS under the control of VM (any flavor):
  26. |  
  27. |     HELLO    CSECT
  28. |              SAVE   (14,12)
  29. |              LR     12,15
  30. |              USING  HELLO,12
  31. |              WTO    'Hello World.'
  32. |              SR     15,15
  33. |              RETURN (14,12)
  34. |              END    HELLO
  35.  
  36. Nice. He posts a list of machines using a variety of processors from a
  37. variety of manufacturers, and you run back a list of IBM and IBM-compatible
  38. processors all from the same family. I notice that you don't claim that your
  39. code will run on the System/36 or /38, the AS/400, the System/88, or the IBM
  40. PC or PS/2. Besides, I tell you unequivocally that this code will not run
  41. on any S/390 that happens to be running AIX/ESA. NeXT?
  42.  
  43.    Mike Jones  |  AIX/ESA Development  |  mjones@donald.aix.kingston.ibm.com
  44.  
  45. Quayle stumbled in response to a question about his opinion of the Holocaust.
  46. He said it was "an obscene period in our nation's history." Then, trying to
  47. clarify his remark, Quayle said he meant "this century's history" and added a
  48. confusing comment.  "We all lived in this century, I didn't live in this
  49. century," he said.
  50.