home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / KELSTAR / KELSTR3A.MSA / TEXT_BOOKREV.TXT < prev    next >
Encoding:
Text File  |  1989-07-27  |  22.3 KB  |  436 lines

  1. This review is one of the most comprehensive that I`ve cast my eyes 
  2. upon.It comes from Peter Hibbs of the ICTARI programmers group and was 
  3. originally shown in that groups magazine.I contacted Peter in the last 
  4. fortnight for the first time just to see what his group were about and 
  5. he gave me a few of these files and some very interesting information 
  6. on the group which I`ll share with you in this and future issues of 
  7. Kelstar.Thanks again Peter for permission for using this article.*Bob*
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.              ATARI PROGRAMMING BOOKS REVIEW  by Peter Hibbs
  16.  
  17. There is always a  need  for  technical  books  by Atari programmers, the
  18. problem is which books  to  get  especially  when  funds  are limited and
  19. whether they are even  still  available.  This  article  provides a brief
  20. description of a number of  Atari  related  programming  books that I and
  21. some colleagues  own  and  which  may  be  of  some  help  to prospective
  22. purchasers. It is not intended to  be  an  'in-depth' review of each book
  23. but rather a description of what  the  book contains and whether we think
  24. it is worth buying. This is,  of  course, a purely subjective view, other
  25. readers may have a different  idea  on  the  usefulness of any particular
  26. book although I don't think you  can  have  too many books on programming
  27. since no book tells  the  user  absolutely  everything  he  wants to know
  28. (usually quite the reverse in fact).
  29.  
  30. Unfortunately a number of these  books  are  no longer available although
  31. some may be obtainable in America  if  anyone has any contacts there. The
  32. prices (where quoted) are what I  paid  at  the time and may be different
  33. now and should, therefore, only be taken  as a rough guide. The asterisks
  34. following the titles indicate that the book is available from the address
  35. mentioned at the end of this document.
  36.  
  37. Several of the books  mentioned  below  (including  the  ST Internals and
  38. Compute books) appear in the  latest  ST Applications magazine 'For Sale'
  39. section, presumably being sold by programmers that are defecting to other
  40. computers. If you don't have the  mag  we  (ICTARI)  can let you have the
  41. contact numbers if you ring us on 0425 474415.
  42.  
  43.                       ----------------------------
  44.  
  45. Atari ST Internals (480 pages)
  46. Published by Abacus Software    ISBN 0-916439-46-1   (£14.95)
  47. Authors-  K Gerits, L Englisch, R Bruckmann
  48.  
  49. This book seems  to  have  become  the  Atari  bible  on  the  ST  and is
  50. reasonably comprehensive although lacking  in  great  detail.  It gives a
  51. brief description of the main chips and  how  they are used in the system
  52. as well as  their  addresses  in  the  memory  map.  There  is not really
  53. sufficient detailed information on  the  chips  to  program them properly
  54. however.
  55.  
  56. Chapter 2 deals with the  interfaces  and  gives  quite  a good amount of
  57. information on the connections  and  particularly  on  how to program the
  58. keyboard processor. There are also  details  on the cartridge port, video
  59. port, MIDI port, DMA port and the Centronics port.
  60.  
  61. Chapter 3 covers the operating system  calls  i.e. GEMDOS, BIOS, XBIOS, A
  62. LINE calls, exception vectors,  interrupts  and  VT52 emulator. Each BIOS
  63. call is described with  a  brief  example  of  how  to  use  it  in C and
  64. Assembler. There are very few  practical  examples of code however. There
  65. is also a list of system variables and the 68000 instruction set.
  66.  
  67. The last 190 pages are taken up  by  a dissaembled listing of part of the
  68. BIOS system which can be useful if  you  need to delve into the operating
  69. system but wastes a lot of  space  if  you  don't. The appendix shows the
  70. three system fonts and an index.
  71.  
  72. There are a number  of  minor  errors  in  the  book  but  not any that a
  73. reasonably competent programmer can't sort  out.  The  book is quite well
  74. laid out and it is easy to  find  the  information you are looking for, I
  75. find that I tend to use this  book  first when looking up any BIOS calls.
  76. It is certainly worth having as  a  good  reference  book in spite of the
  77. lack of detailed information.  There  is,  of  course,  no mention of the
  78. extra STE BIOS calls as the book was issued before the STE came out.
  79.  
  80.                       ----------------------------
  81.  
  82. ATARI ST 3D Graphics programming (330 pages) *
  83. Published by Abacus Software  ISBN 0-916439-69-0  (£17.95)
  84. Author- Uwe Braun
  85.  
  86. This book describes methods for drawing  3D images and provides dozens of
  87. example programs all in machine  code.  There  are a lot of illustrations
  88. and explanations of the various programs.  There  is quite a lot of maths
  89. involved in some of the explanations  but  this could probably be skipped
  90. over if it is too difficult  (I  did).  It covers line drawing, clipping,
  91. hidden lines, fill surfaces, shading, etc,  etc. It is fairly heavy going
  92. if you are going to follow all the  code  in  the book but it does give a
  93. lot of useful information on drawing  line images. Recommended if you are
  94. into 3D graphics.
  95.  
  96.                       ----------------------------
  97.  
  98. GEM on the ATARI ST (414 pages)
  99. Published by Abacus Software   ISBN 0 948015 667   (£12.95)
  100. Authors- Norbert Szczepanowski, Bernd Gunther
  101.  
  102. This book is basically a reference  book  for  the GEM VDI and AES rather
  103. than a tutorial on GEM. Each VDI  and  AES  call  is shown with the C and
  104. Assembler format as well  as  the  function  of  the  various arrays (i.e
  105. contrl, intin, intout, pstsin, etc). There  are a few example programs in
  106. C and Assembler which help but there  is  no  way you could learn the VDI
  107. and AES from this book. However, once  you  know what you are doing it is
  108. an extremely useful reference book because it  is well laid out and quite
  109. easy to find the information  you  want.  There  are also diagrams of the
  110. different fill patterns and text types  and  I  find that I use this book
  111. frequently.
  112.  
  113.                       ----------------------------
  114.  
  115. ST Disk Drives: Inside and Out (410 pages) *
  116. Published by Abacus Software  ISBN 0-916439-84-4  (£18.95)
  117. Authors- Uwe Braun, Stefan Dittrich, Axel Schramm
  118.  
  119. This book gives a fairly detailed description of the disk file structures
  120. for floppy disks and hard disks  (the  Atari  SH204  anyway) as well as a
  121. useful example of a simple  RAM  disk  program. There are descriptions of
  122. the boot sector, BIOS parameter  block, directory format, File Allocation
  123. Tables, program header, relocation table,etc.
  124.  
  125. There is a very detailed description  of  the Floppy Disk Controller chip
  126. (the WD1772) including the hardware  layout and register functions. There
  127. are numerous examples with detailed flow charts.
  128.  
  129. Most of the example programs  are  in  Assembler  although there are also
  130. brief examples of C, Basic and even  Pascal and Fortran. A large chunk of
  131. the book is taken up  with  a  program  listing  (in Assembler) of a disk
  132. editor. There are also some (brief)  examples  of using the file handling
  133. BIOS calls and a formatting program.
  134.  
  135. This book covers all the basics of  disk drives but, considering the size
  136. of the book, does not  seem  to  go  into  great  detail on file handling
  137. (especially on hard disks) but is, nevertheless, a useful book to have.
  138.  
  139.                       ----------------------------
  140.  
  141. Atari ST Tricks & Tips  (262 pages) *
  142. Published by Abacus Software    ISBN 0-916439-47-X  (£13.95)
  143. Authors-  K Gerits, L Englisch, R Bruckmann, J Walkowiak
  144.  
  145. This book is basically a book  for beginners, it has programming examples
  146. in ST BASIC,  Assembler  and  C.  The  program  listings  include a clock
  147. display (Basic), a time  displayer,  a  print  spooler, RAM Disk, printer
  148. screen dump in colour, plotter dump  in  colour (all in Assembler). There
  149. are some C examples of  GEM  programming  such as window applications and
  150. accessories.  These  are  fairly  brief   but   do  provide  some  useful
  151. information, probably a useful book  to  have  if  it is cheap enough but
  152. most of the contents can be found in other larger books.
  153.  
  154.                       ----------------------------
  155.  
  156. Atari ST: Volume 1: The VDI (343 pages) * (Now out of print)
  157. Published by COMPUTE! Books   ISBN 0-87455-093-9   (£18.95)
  158. Author- Sheldon Leemon
  159.  
  160. This book explains the operations  of  the  VDI  GEM  calls in quite good
  161. detail with plenty of example  programs.  Most  of  the listings are in C
  162. (with a few in Assembler and Basic)  but  they are usually easy enough to
  163. follow. The main advantage is that  the main functions are well explained
  164. with numerous  diagrams  included.  The  appendix  includes  the keyboard
  165. codes, VDI font format  and  the  system  character  set with the decimal
  166. equivalent codes. There is a comprehensive VDI function reference section
  167. and a good index to the main sections. It  is not quite so easy to find a
  168. particular subject quickly but  it  is  an  essential  book  to have when
  169. trying to learn how to use the VDI system.
  170.  
  171.                       ----------------------------
  172.  
  173. Atari ST: Volume 2: The AES (330 pages) *
  174. Published by COMPUTE! Books   ISBN 0-87455-114-5   (£18.95)
  175. Author- Sheldon Leemon
  176.  
  177. This is the second volume of the  COMPUTE! series and covers the AES part
  178. of GEM. There are detailed explanations of starting applications, windows
  179. (including the dreaded  rectangle  list  redraw  system), resource files,
  180. menus, file selector,  object  handling,  events  (including evnt_multi),
  181. etc, etc. There  is  also  some  information  on  graphics  libraries and
  182. accessories. As in the previous book  most  of  the examples are in C but
  183. the main listings  are  also  shown  in  Assembler.  Again  this  book is
  184. essential for learning about the AES.
  185.  
  186.                       ----------------------------
  187.  
  188. Atari ST: Volume 3: The TOS (410 pages) *
  189. Published by COMPUTE! Books   ISBN 0-87455-149-8   (£22.95)
  190. Author- Sheldon Leemon
  191.  
  192. This is the third book in  the  COMPUTE!  series  and covers the TOS (the
  193. BIOS calls, XBIOS calls and  GEMDOS  calls)  in some considerable detail.
  194. Each function is  described  with  numerous  example  programs  in  C and
  195. Assembler. There is also  detailed  coverage  of the Keyboard controller,
  196. graphics, sound  chip,  A  line  routines,  MFP  chip  and  file handling
  197. functions.  The  appendix  gives  information   on  error  codes,  system
  198. characters, keyboard codes,  ST  memory  map  and  VT52 escape sequences,
  199. amongst other things. Although the Atari Internals book (described above)
  200. also contains much  of  the  same  information,  this  book describes the
  201. operation of the calls in  much  more  detail.  Even though this book was
  202. written at a later date than the previous books there is still no mention
  203. of the extra STE XBIOS calls. Nevertheless,  definitely a book to have in
  204. your library.
  205.  
  206.                       ----------------------------
  207.  
  208. Atari ST: Machine Language Programming Guide (315 pages)
  209. Published by COMPUTE! Books   ISBN 0-87455-039-4   (£18.95)
  210. Author- Simon Field
  211.  
  212. This book is intended for  beginners  in  Machine code programming on the
  213. Atari ST. The main part of  the  book describes the 68000 instruction set
  214. and how to write machine code programs.  It uses the AS68 assembler as an
  215. example but the  programs  can  easily  be  converted  to  a  more modern
  216. assembler such as DevPac.  The  second  half  of  the  book shows example
  217. programs using various BIOS calls and  how  to display sprites on screen,
  218. how to generate sounds,  etc.  There  is  quite  a  comprehensive list of
  219. system variables with a brief description of each one.
  220.  
  221. This book would be very useful for  the  programmer who is new to machine
  222. code but the experienced programmer would  probably  not find much new in
  223. it.
  224.  
  225.                       ----------------------------
  226.  
  227. The ST Assembly Language Workshop (261 pages) *
  228. Published by Kuma Computers Ltd   ISBN 0-7457-0053-5  (£14.95)
  229. Author- Clayton Walnum
  230.  
  231. This is another book for learning  machine  code  on the Atari. It covers
  232. all the 68000 instructions set and  has  plenty of example programs, some
  233. of which also use the  BIOS  calls.  Again  this  book will be useful for
  234. beginners but less so for experienced machine code programmers. This book
  235. is, in fact, the first of a  set  of  three.  The next two, which I don't
  236. think have been published yet, will cover the programming of the GEM, VDI
  237. and AES in some detail. If they  cover  the  subject in as much detail as
  238. this book does, they should be worth getting.
  239.  
  240.                       ----------------------------
  241.  
  242. Midi and Sound Book for the Atari ST (295 pages) *
  243. Published by M & T Publishing Inc   ISBN 1-55851-042-7  (£17.25)
  244. Authors- B Enders, W Klemme
  245.  
  246. This book describes the operation of  the  sound  chip with a few example
  247. programs in GFA  Basic  and  C  although  the  subject  is covered fairly
  248. briefly. The next section describes the  MIDI system in quite some detail
  249. including the MIDI command  set  and  some  examples of professional MIDI
  250. programs. The supplement describes a  circuit  for  a sound digitizer and
  251. then lists a program (in  Assembler)  to  sample  the sound and replay it
  252. through the sound chip.  The  supplement  also  includes  a table of note
  253. pitches with their equivalent  frequencies  and  hex  codes for the sound
  254. chip and covers octaves -3 to +4.  For anyone interested in MIDI or sound
  255. sampling this would be a very useful book to have.
  256.  
  257.                       ----------------------------
  258.  
  259. Real-Time 3D Graphics for the Atari ST  (254 pages) *
  260. Published by Sigma Press, UK   ISBN 1-85058-217-3  (£12.95)
  261. Author- Andrew Tyler
  262.  
  263. This book is definitely  for  the  advanced  machine  code programmer and
  264. describes a method of  drawing  3D  graphics  in  real time. The examples
  265. cover A  line  routines,  line  drawing,  polygon  filling,  hidden  line
  266. removal, surface illumination, mouse  and  joystick control, clipping and
  267. dozens of other subjects. There  are  thousands  of lines of machine code
  268. (which is  available  on  disk)  as  well  as  diagrams  and  mathmatical
  269. formulae. This book is obviously full  of  very  useful data once you can
  270. decipher it all although it must  be  said that the explanations with the
  271. routines are very well done  and  are  quite comprehensive. For the price
  272. the book is also very good value for  money and if you need to know about
  273. Homogeneous coordinates, Bresenham  Algorithms,  frustums  of visibility,
  274. Euler angles, etc then this is the book for you (and even if you don't it
  275. is still a useful book to have).
  276.  
  277.                       ----------------------------
  278.  
  279. C-Manship complete (398 pages) *
  280. Published by Kuma Computers Ltd  ISBN 0-7457-0042-X  (£14.95)
  281. Author- Clayton Walnum
  282.  
  283. This book describes the VDI and AES on the Atari ST using the C language.
  284. There are plenty of examples of  programming  techniques in C and is very
  285. useful for learning how the AES  and  the  VDI  work on the Atari ST. The
  286. book is not so good for  learning  C itself, however. Some other standard
  287. text book on C would be required for this.
  288.  
  289.                       ----------------------------
  290.  
  291. Program Design Techniques for the Atari ST (360 pages)
  292. Published by Kuma Computers Ltd  ISBN 07457 0029 2  (£14.95)
  293. Author- Paul Overaa
  294.  
  295. This book is  primarily  concerned  with  the  techniques  of programming
  296. rather than the detailed information on  the  ST hardware or software, in
  297. fact, although the  ST  features  in  the  title,  there  is  very little
  298. concerning the ST itself. The book could  be used in conjunction with any
  299. computer that allows the use of  C  or  Basic programming. The book shows
  300. the methods of planning a large program  by breaking it down into smaller
  301. sections and coding each section with flow charts. There are descriptions
  302. of Venn diagrams, truth tables, Karnaugh  maps, etc and the main emphasis
  303. is on Warnier  diagrams  as  a  means  of  showing  program  structure in
  304. diagrammatic form rather  than  conventional  flow  charts. The languages
  305. covered are Assembler, C and  Basic.  This  book  would probably be quite
  306. useful for beginners  to  programming  but  less  useful  for experienced
  307. programmers.
  308.  
  309.                       ----------------------------
  310.  
  311. Introducing Atari ST machine code (400 pages) *
  312. Published by zzSoft  ISBN 1 873423 01 2  (£19.75)
  313. Authors- R Pearson, S Hodgson
  314.  
  315. This book is for machine code programmers who have a reasonable knowledge
  316. of the 68000 CPU and wish to know how to program with the Atari operating
  317. system. There is only a  brief  explanation  of  the instruction set, the
  318. majority of the book being  concerned  with  using  the GEM system calls.
  319. Chapters 1-5 describe the  data  types,  debugging,  addressing modes and
  320. instructions. The following chapters cover file handling, screen mapping,
  321. picture conversion (Degas), disk formatting,  VDI, GEM objects, drop-down
  322. menus, text editing, file selector,  bit  images,  GEM windows, VDI, GDOS
  323. and assign  files,  desk  accessories  and  GFA  Basic  interfacing. Each
  324. section seems to be covered in  quite  good detail and there are hundreds
  325. of example programs. There is  also  a  disk available which contains all
  326. the source code shown in the book as well as an assembler, debugger and a
  327. resource code editor. In the miscellaneous  section there are some useful
  328. tips on programming  and  some  small  example  programs  for solving the
  329. 'right mouse button' using the event_mult  AES call, booting from drive B
  330. and ASCII-Hex and Hex-ASCII conversion  routines.  I would recommend this
  331. book  for  any  machine  code  programmers   who  do  not  have  anything
  332. equivalent.
  333.  
  334.                       ----------------------------
  335.  
  336. Musical Applications of the Atari ST's (90 pages) *
  337. Published by Bernard Babani Ltd  ISBN 0-85934-191-7  (£5.95)
  338. Author- R A Penfold
  339.  
  340. Although this book has only 90  pages  the  size  of the pages are larger
  341. than the other books described (19cm x 26cm) and at only £6 is good value
  342. for money. The first  chapter  describes  the  operation  of the internal
  343. sound chip and the register functions. The next chapter shows the various
  344. MIDI connections used with musical instruments, thru boxes, MIDI filters,
  345. etc. The are lots of circuit diagrams showing the various configurations.
  346. The next two chapters describe the  MIDI  system itself with more circuit
  347. diagrams. The next chapter describes some MIDI applications programs such
  348. as Notator, EZ-Track and a shareware  sequencer  program. There is then a
  349. chapter on 'add-ons' with circuit diagrams to wire up. There are a number
  350. of small programs in Basic to use  in conjunction with the sound chip and
  351. the MIDI ports. A useful book for anyone interested in MIDI applications.
  352.  
  353.                       ----------------------------
  354.  
  355. The Concise Atari ST 68000 Programmers reference guide (320 pages)
  356. Published by Glentop Publishers Ltd   ISBN 1-85181-017-X  (£15.95)
  357. Author- Katherine Peel
  358.  
  359. This is purely a  reference  book  and  consists  mainly  of lists of GEM
  360. functions, tables, hardware connections,  etc,  etc. Virtually everything
  361. to do with the  Atari  ST  (not  STE)  is  listed  somewhere  in the book
  362. although it can be quite hard to  find sometimes. There are a few machine
  363. code example programs in the back  but  not  anything that can't be found
  364. elsewhere. There are virtually no explanations of  any of the data so you
  365. need to know what  you  are  looking  for  to  be  able  to  use the book
  366. properly.
  367.  
  368.                       ----------------------------
  369.  
  370. Microprocessor Programming for the Computer Hobbyist (380 pages)
  371. Published by TAB Books, Pennsylvania, USA  ISBN 0-8306-6952-3  (£6,50)
  372. Author- Neil Graham
  373.  
  374. This is  not  specifically  an  ATARI  book,  it  is  a  general  book on
  375. programming and can be used by  any  programmer  since it is not designed
  376. for any particular  language.  It  covers  various programming techniques
  377. such as  Number  systems,  Base  conversions,  Data  definitions, Control
  378. structures, Program design, Multiple precision arithmetic, Floating point
  379. arithmetic, Pseudo  random  numbers,  Data  structures,  Stacks,  Queues,
  380. Deques, Strings, Chains, Trees, Graphs, Searching trees & lists, Hashing,
  381. Indexes, Key retrieval, Searching game trees  and sorting lists, etc. All
  382. the example programs and routines are listed  in 'pseudo code', i.e. as a
  383. list of operations  so  that  they  can  be  easily  coded  in  the users
  384. language. I have used it lots  of  times for solving programming problems
  385. and I would suggest it is an  essential  book for any programmer to have.
  386. Unfortunately, according to my  local  bookshop,  it  is not available in
  387. this country any more although some specialised technical bookshops (such
  388. as those found in University cities)  may  still  have copies. If you can
  389. find a copy, buy it (and let us know).
  390.  
  391.                       ----------------------------
  392.  
  393. HiSoft have just released two new  Atari  books  which I have not seen. I
  394. quote from their advertisment in ST User magazine :-
  395.  
  396.  "Modern Atari System Software (256 pages) £19.95
  397. This invaluable book contains all  the  latest  details of Atari's newest
  398. system software together with  the  bindings  for  Lattice C 5.60, HiSoft
  399. Basic 2.10 and DevPac 3.10  -  essential  for all serious programmers who
  400. want to use  these  packages.  Majoring  on  the  Falcon030, Modern Atari
  401. System  Software  contains  extensive   discussion  on  programming  this
  402. exciting new machine.
  403.  
  404. The Atari Compendium (840 pages) £39.95
  405.  
  406. Finally! This book, from Scott  Sanders,  provides the most comprehensive
  407. collection of information designed for  every  level of Atari programmer.
  408. It covers all Atari 680x0 computers  from  the  520ST up to the Falcon030
  409. and includes a detailed reference for  every  function present in TOS 1.0
  410. up to TOS 4, and beyond. This is the book we've all been waiting for.."
  411.  
  412. These books sound good and usually  HiSoft release good quality material,
  413. perhaps if anyone gets one they could send in a short review.
  414.  
  415.  
  416. The following books are also available  from the address below although I
  417. have not seen them, perhaps someone else who has could enlighten the rest
  418. of us.
  419.  
  420. Atari Basic to C by Hart and Wig
  421. Atari ST Graphics Applications by Dirk Schaun
  422. Atari ST Machine Language by Grohmann, Seidler & Slibar
  423. Atari ST Programmers Guide by Gilbert Held
  424. Compute! ST Artist by Bateman & Noel
  425. Presenting the Atari ST by Englisch & Walkowiak
  426. The Atari ST Explored by John Braga
  427. Program by example Atari ST by Graham McMaster
  428. Program Design Techs Atari ST by John Braga
  429.  
  430.  
  431. Most of the above books are available from-
  432.  
  433.  Douglas Communications, PO Box 119
  434.  Stockport, SK2 6HW
  435.  Telephone  061-4569587
  436.