Subject: Re: Can someone suggest a good intro book on IIgs assembly+C Path: lobby!newstf02.news.aol.com!portc01.blue.aol.com!cyclone2.usenetserver.com!news-out.usenetserver.com!news-out.uswest.net!easynews!uunet!dfw.uu.net!ffx.uu.net!news.rt66.com!not-for-mail From: "Mike Westerfield" Newsgroups: comp.sys.apple2.programmer Date: Tue, 18 Jul 2000 11:45:36 -0600 Organization: Byte Works, Inc. Lines: 27 Distribution: world Message-ID: <8l2580$hqn$1@news.rt66.com> References: <20000716235604.13987.00000947@ng-fd1.aol.com> NNTP-Posting-Host: pmg13.rt66.com Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express Macintosh Edition - 4.5 (0410) ---------- In article <20000716235604.13987.00000947@ng-fd1.aol.com>, nach4321@aol.com (Nach4321) wrote: > Can someone suggest a good intro book on IIgs assembly + C? > There where many books on programming the IIgs but which is the best. And > which are the best compilers? Assembly is a tough one. Frankly, there never were any really top-notch beginner assembly books for the Apple IIGS, mostly because Apple IIGS assembly programmers were Apple II assembly programmers, and they wanted intermediate or advanced books. Of those, the Eyes-Lichty books are my favorites, but you'll have to find them used. You can use pretty much any ANSI C book with ORCA/C. We also have two that are Apple IIGS specific, and you can get bundled deals when you buy either with the compiler. One is Learn to Program in C, which is a beginning C book; the other is Toolbox Programming in C, which is an intermediate book written for people who already know C well enough to handle pointers and structs and who want to learn to write desktop programs. You can find more information on these products at http://www.byteworks.org. Mike Westerfield