home *** CD-ROM | disk | FTP | other *** search
/ Graphics Programming Black Book (Special Edition) / BlackBook.bin / disk1 / zenasmlg / readme.txt next >
Text File  |  1997-06-18  |  3KB  |  47 lines

  1. TEXT FILES FOR MICHAEL ABRASH'S 
  2.  
  3. ZEN OF ASSEMBLY LANGUAGE
  4.  
  5. All files (c) 1989, 1996 by Michael Abrash.  
  6. All rights reserved. Distributed here by permission.
  7.  
  8.  
  9. In 1989, Michael Abrash completed *the* classic work on 8088-oriented code 
  10. optimization.  ZEN OF ASSEMBLY LANGUAGE was published by Scott, Foresman & 
  11. Company as part of a series of assembly books edited by Jeff Duntemann.  Unfortunately, 
  12. not long after the book was published, Scott, Foresman was acquired by Harper Collins, 
  13. and the larger firm chose not to continue the Scott, Foresman computer trade line.  200 
  14. books perished in the acquisition, and while the world was better off without most of 
  15. them, ZEN OF ASSEMBLY LANGUAGE vanished as well.
  16.  
  17. In the intervening years, since quantities of the book in stores were exhausted, many 
  18. people have asked for reprints of ZEN OF ASSEMBLY LANGUAGE.  The economies of 
  19. publishing do not allow it to be reprinted in its original form, but Michael has arranged to 
  20. make the book available as a set of word processor files on the CD-ROM for the second 
  21. edition of ZEN OF GRAPHICS PROGRAMMING.
  22.  
  23. There was insufficient time to include scanned bitmaps of the many figures in ZEN OF 
  24. ASSEMBLY LANGUAGE on this first pressing of the CD-ROM, but the figures will be 
  25. available on the Coriolis Web Site: http://www.coriolis.com, under book diskette files.  
  26. Alternately, you can locate the files through ftp from directory  
  27. ftp://coriolis.com/pub/bookdisk/ in several files in the form ZOAFIG??.ZIP, where ?? will 
  28. be a two-digit number representing the chapter from which the figures were taken.  If 
  29. a chapter is not represented it means that that chapter contained no figures.
  30.  
  31. Future pressings of the CD-ROM will contain all of the figure bitmap files as well as the 
  32. text.
  33.  
  34. The text files are in two formats on the CD-ROM.  One, in the WP42 subdirectory of ZOA, 
  35. is the Word Perfect 4.2 format, which is still readily importable to many major word 
  36. processors.  The other is RTF, in the RTF subdirectory of ZOA, which is the Rich Text
  37. Format, which is easily importable by Microsoft Word and most newer word processors.
  38.  
  39. All of the chapters are present except for Chapter 6, which has become lost.  Chapter 
  40. 6 simply contains an overview of the 8088 processor, which can be had in other older 
  41. books on PC assembly language.  Michael did not get into any of his trademark Zen 
  42. insights in Chapter 6.  It was presented strictly as foundation knowledge.
  43.  
  44. The code listings for the book are contained in a self-extracting archive file 
  45. ZEN_LIST.EXE.  Copy this file to a subdirectory and execute it.  The listing files will be 
  46. extracted into the subdirectory.
  47.