home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / asm370 / 197 < prev    next >
Encoding:
Text File  |  1992-12-30  |  2.4 KB  |  54 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!auvm!CCM.HF.INTEL.COM!SKI_TANIGUCHI
  3. Message-ID: <921230101537_3@ccm.hf.intel.com>
  4. Newsgroups: bit.listserv.asm370
  5. Date:         Wed, 30 Dec 1992 10:15:37 PST
  6. Sender:       IBM 370 Assembly Programming Discussion List <ASM370@UGA.BITNET>
  7. From:         Ski Taniguchi <Ski_Taniguchi@CCM.HF.INTEL.COM>
  8. Subject:      Re: None (mail relay)
  9. Comments: To: ASM370@uga.cc.uga.edu
  10. Lines: 42
  11.  
  12. >could someone please give me some hints on learning assembly. I have written
  13. >-one
  14. >or two little test programs in 'C' that do boring stuff like add numbers
  15. >together and even that too nearly 50k! So I am going to switch to assembly.
  16. >I just need to be told where to start. Should I start with a book, by
  17. >-debugging
  18. >something or what ?? I would like to write nice little programs, for example
  19. >a phone-dialler...
  20. >
  21. >Cheers everyone.
  22. >
  23. >-//-> Kelvin Lawson
  24. >-//-> InterNet: LiveWire@sound.demon.co.uk
  25. >-//-> FidoNet: 2:258/71
  26. Kelvin,
  27. Are you talking about 370 assembler or assembler on PC?? They are
  28. "completely" different (to me, anyway).
  29. For System/370 Assembler, I've started with following books:
  30.   1) 370/360 Assembler Language Programming by Stern, Sager, Stern; published
  31. by Wiley. This book is used by many college classes and is a very good
  32. starter book.
  33.   2) MVS Assembler Language by Kevin McQuillen, Anne Prince; published by Mike
  34. Murach & Associates, Inc. This is very good self-learning book.  Little more
  35. advanced then #1, and gives lots of examples.
  36.   3) Advanced Assembler Language and MVS Interfaces by Carmine Cannatello;
  37. published by Wiley.  This is a very good advanced assembler book.  It pickes
  38. up after where #2 left off. It goes into Macro Assembler, SVC, Macro
  39. Instructions, ADEND Recovery, SVC 99, Processing of PDS, Channel Programming,
  40. 31-bit addressing, Inter-Address Space Communications, etc.  This book
  41. requires previous "good" knowledge of assembler language.
  42.  
  43. For PC Assembler, try:
  44.   Assembly Language Primer for IBM PC & XT by Robert Lafore; published by the
  45. Waite Group.  Yes, this is old book (not AT), but does give very good
  46. fundamentals for PC Assembler with many examples and figures.  I've goen
  47. thru few PC assembler books, but I've found this one to be the best (at the
  48. time). --- I'm sure there are newer books out covering PC/AT level systems.
  49.  
  50. Enjoy!
  51.    Ski Taniguchi
  52.    Intel Corp.
  53.    Phoenix, AZ
  54.