Rabu, 12 Oktober 2011

[P408.Ebook] Get Free Ebook The New Apple II User's Guide, by Mr David Finnigan

Get Free Ebook The New Apple II User's Guide, by Mr David Finnigan

Below, we have various e-book The New Apple II User's Guide, By Mr David Finnigan and collections to read. We additionally serve variant types and sort of guides to look. The fun e-book, fiction, history, novel, scientific research, and also other kinds of publications are offered below. As this The New Apple II User's Guide, By Mr David Finnigan, it comes to be one of the preferred publication The New Apple II User's Guide, By Mr David Finnigan collections that we have. This is why you are in the best site to see the incredible books to own.

The New Apple II User's Guide, by Mr David Finnigan

The New Apple II User's Guide, by Mr David Finnigan



The New Apple II User's Guide, by Mr David Finnigan

Get Free Ebook The New Apple II User's Guide, by Mr David Finnigan

Envision that you get such particular incredible encounter and understanding by only reviewing a book The New Apple II User's Guide, By Mr David Finnigan. Exactly how can? It appears to be higher when a publication can be the most effective point to find. Publications now will appear in published as well as soft file collection. One of them is this publication The New Apple II User's Guide, By Mr David Finnigan It is so typical with the printed books. Nonetheless, lots of people in some cases have no space to bring the e-book for them; this is why they can not check out guide anywhere they want.

If you really want actually obtain guide The New Apple II User's Guide, By Mr David Finnigan to refer currently, you need to follow this web page constantly. Why? Remember that you require the The New Apple II User's Guide, By Mr David Finnigan source that will give you best requirement, do not you? By visiting this site, you have actually begun to make new deal to constantly be current. It is the first thing you could start to obtain all take advantage of being in a website with this The New Apple II User's Guide, By Mr David Finnigan and other compilations.

From currently, finding the finished site that sells the completed books will be lots of, but we are the relied on website to see. The New Apple II User's Guide, By Mr David Finnigan with simple link, easy download, and also completed book collections become our good services to obtain. You could discover and also make use of the advantages of selecting this The New Apple II User's Guide, By Mr David Finnigan as everything you do. Life is constantly establishing as well as you require some brand-new book The New Apple II User's Guide, By Mr David Finnigan to be reference consistently.

If you still require much more publications The New Apple II User's Guide, By Mr David Finnigan as recommendations, going to look the title and style in this site is readily available. You will certainly find more great deals publications The New Apple II User's Guide, By Mr David Finnigan in various disciplines. You could also as soon as possible to check out the book that is already downloaded and install. Open it as well as conserve The New Apple II User's Guide, By Mr David Finnigan in your disk or device. It will certainly reduce you wherever you need the book soft file to read. This The New Apple II User's Guide, By Mr David Finnigan soft file to review can be referral for everyone to improve the skill as well as capability.

The New Apple II User's Guide, by Mr David Finnigan

This book covers all models of Apple II, and contains everything that the new user needs to know to get started using and programming his Apple. Learn how to setup and start using the Apple, then learn how to program in BASIC. Further chapters cover graphics and sound, the disk system, networking, printing, and much more. This book is completely up-to-date and covers all recent advancements and developments in the Apple II world.

  • Sales Rank: #1073155 in Books
  • Published on: 2012-06-06
  • Original language: English
  • Dimensions: 9.61" h x 1.80" w x 6.69" l,
  • Binding: Paperback
  • 796 pages

Most helpful customer reviews

6 of 6 people found the following review helpful.
A must have book for the Apple II
By Speccie
For anyone interested in the Apple II and IIgs, this book is a must. It is equally of interest to newcomers, and old hands alike, covering everything from setting up your Apple II, to programming in Basic. It also has chapters with the technical information on how it works, and how to interface with it. Nothing has been left out, and most importantly, it brings us up to date with hardware that is still being designed and launched on the market, with the latest software that is also being released.
There are many programming examples and photographs to help you along the way with your Apple II, all expertly laid out in the nearly 800 pages that makes up this weighty tome! A must have book in my opinion.

5 of 5 people found the following review helpful.
OK for beginners. Misses revealing the secret behind the magic of the Apple hardware
By Michael Pohoreski
Disclaimer: I am one of the developers of AppleWin so I know a little bit about Apple programming having grown up with an Apple ][. :-)

What made the Apple ][, ][+, //e, and //c so special is the charm of its esoteric hardware. This book is clearly aimed at the beginner. However it misses revealing the secrets of the hardware that kept us Apple ][ fans glued to our screens for so many years!

For example, in HGR mode, there are 2 whites and 2 blacks. Beagle Bros's "Silicon Salad" had an "amazing" program that showed how Black + White = Color. There is no mention of this demo, nor the equivalent demo given.

i.e. This program should be added to the "Color Quirks" section in Chapter 8:

10 HGR
20 C=3:Y=100:GOSUB 88
30 C=7:Y=120:GOSUB 88
40 S= 0:E=50:C=0:GOSUB 99:C=4:Y=100:GOSUB 99
50 S=51:E=100:GOSUB 99:C=0:Y=120:GOSUB 99
60 END
88 HCOLOR=C:HPLOT 0,Y TO 279,Y:RETURN
99 HCOLOR=C:FOR X=S TO E STEP 2:HPLOT E+X,Y:NEXT:RETURN

It is these type of interactive investigations that can be used to as a starting point for an interesting discussion and as a natural springboard to figure out _why_ things were done the way they were on the Apple. i.e. Why does White 1 not equal White 2? Why does 2 adjacent colors equal white? Why are there different color fringes on the leading edge and trailing edge of HGR white pixels? etc.

Sadly they are missing in this book.

I grew up with the fantastic "The Elementary Apple" by William Sanders. It had funny comics sprinkled through-out and didn't take itself too seriously. It was the perfect blend of information + humor. This book, in contradistinction, doesn't have the same "magic", sadly.

Moving on, a lot of us cut our teeth learning the Apple with Beagle Bro's famous "Peeks, Pokes, and Pointers" chart. While there is an Appendix H the information is listed rather dryly. Part of the reason the Beagle Bro's chart stood out is that it was a work of beauty. You can see an example here:

* http://www.lazilong.com/apple_ii/bbros/chart.jpg

The book feels like an sterile unofficial updated "version" of the "Apple II User's Guide" by Poole, McNiff, and Cook without mentioning all of the modern changes happening.

Since a person will be typing in these programs I'm also curious about the quality of some of the Applesoft programs.

1. The question mark '?' can be used as a short-hand for PRINT and this "trick" is completely missing. It is not listed in the index.
2. Also it is not necessary to label the variable in a NEXT statement; little tricks to save typing are not told to the reader.
3. The much larger looming problem then the nitpicking above is seen in this program given on page 294 to display all the Lo-Res colors:

5 GR
10 X=0:C=0:R=0
20 FOR C=0 TO 39
30 FOR R=0 TO 39
40 PLOT C,R
50 NEXT R
60 X=X+1
70 COLOR=X
80 NEXT C
90 END

This is WAY more verbose then it needs to be. This program appears to make programming appear FAR more complicated then it really needs to be. It is much more straight forward to just write this program in a much simpler fashion:

10 GR
20 FOR C=0 TO 39
30 FOR R=0 TO 39
40 COLOR=C
50 PLOT C,R
60 NEXT
70 NEXT

It is exactly this type of "sloppiness" that extends throughout the whole book and my biggest criticism with it.

The first rule on the Apple is K.I.S.S. That is, Keep It Simple, Silly. This book doesn't keep the "spirit" of the Apple: Minimalism, Inquisitiveness, and Inspiration. :-(

Also extremely depressing that Bob Sander-Cederlof, who provided an _excellent_ reverse engineering of Applesoft Basic is not mentioned in the index. See: http://www.txbobsc.com/scsc/scdocumentor/

That's not to say there aren't some great parts here. There most certainly are!

Pros:
+ First, the sheer size is awesome!
+ The appendices make a good 1/5th of the book! Appendix D using ADTPro to transfer Disks is much appreciated!
+ Programming the mouse is covered!
+ Networking is covered! Nice!
+ There is even an appendix on repairing & troubleshooting the hardware.

However, that is over shadowed:

Cons:
- AppleWin is barely mentioned. There is no mention that you can use Shift-Insert to "paste" text into the emulator.
- There is no mention of Ivan's "MAGIC GOSUB", nor "MAGIC GOTO." See: http://appleii.ivanx.com/magicgoto/
- The graphics section is weak. Double High Resolution (DHGR) is glossed over which is a great disappointment.
- The sound section is weak and tacked onto Chapter 8. There is no mention of fake two voice music used in "Karateka" or "Nibble Duet". No mention of how the Apple was one of the first computers to have 1-bit digitized voice with "Sea Dragon" and "Castle Wolfenstien." There is no mention the ability to sample voice from the cassette port which is similar to Sony's Super Audio CD (SACD): 1-bit at 2.8224 MHz.
- Appendix E is extremely weak. It doesn't list Normal, Inverse, or Flashing characters. Also missing are the MouseText characters. Note: They ARE listed rather _inconveniently_ back in Chapter 6, Table 6.5.
- Appendix H is far too short. It is a far cry from of all the interesting peeks and pokes that we've come to know and love. :-/
- While it does mention the Ctrl-Y user-defined command in Chapter 11, "Ctrl-Y" is missing in the index. It should also link to page 692, the built-in self test. A toy example is given instead of a more practical way to move bytes from main memory to aux. memory for showing DHGR pictures. :-(
- Also in Chapter 11, C600G isn't mentioned in "Booting a Disk". Strangely enough the lesser known 6 is.

What I would like to see in the 2nd edition:

* At the end of each chapter a description of existing Apple II software that a person could explore more with. It could be labeled "Explore More: Classic Software". e.g. The chapter on sound/music could end with: " See 'Music Construction Set'". The graphics section with "See 'Alpha Plot', 'Fantavision', and 'Dazzle Draw'."
* More internals about Applesoft Basic. The appendix B lists all the Applesoft tokens. It should also list the hex token # next to it.
* A program to reveal Microsoft's encrypted signature hidden in Applesoft Basic.
* An updated ASCII Chart equivalent to the Beagle Bros chart: http://www.lazilong.com/apple_ii/bbros/ascii.jpg
* Tables for TEXT, and HGR that lists the memory address for each scan line.
* A demo, such as the "Rainbow" Applesoft + Machine language demo showing simultaneous mixed-modes of GR and HGR.
* One page in full color showing all the Apple GR, HGR, and DHGR colors.
* Links do the excellent demoscene group "French Touch" who's recent releases such as "Ansi Story" and "Unlimited Bobs" shows just what you can do with the machine that you didn't think possible!

Bottom line:
The author means well but I find the book lacking an amount of depth that would intrigue the reader to delve deeper into the mystery and joy of the Apple ][ //e //c. It is an OK modern book for the beginner.

Hopefully it will be updated to regain that "lost magic" and intrigue the new user.

Michael
AppleWin, Co-maintainer specializing in the Debugger and Video

7 of 8 people found the following review helpful.
The Apple II never dies...Apple II forever!!!
By SEPA-ELECTRONICS
I have received my copy, and it is filled with information that would
require a plethora of volumes to accumulate. Much of it is data that
has taken me upwards of 10 years to acquire.

Yes, it is true, I have only been an Apple II user a short 10 years,
but, I have to admit that of all the Vintage 8-bit computers that
I have come into contact with, the Apple II line 'is' the very best
that I have seen.

This volume should give newbies and experienced Apple II users
alike the greatest reference book ever.

See all 23 customer reviews...

The New Apple II User's Guide, by Mr David Finnigan PDF
The New Apple II User's Guide, by Mr David Finnigan EPub
The New Apple II User's Guide, by Mr David Finnigan Doc
The New Apple II User's Guide, by Mr David Finnigan iBooks
The New Apple II User's Guide, by Mr David Finnigan rtf
The New Apple II User's Guide, by Mr David Finnigan Mobipocket
The New Apple II User's Guide, by Mr David Finnigan Kindle

The New Apple II User's Guide, by Mr David Finnigan PDF

The New Apple II User's Guide, by Mr David Finnigan PDF

The New Apple II User's Guide, by Mr David Finnigan PDF
The New Apple II User's Guide, by Mr David Finnigan PDF

Tidak ada komentar:

Posting Komentar