Earlier quoted context omitted.
I'm not sure dearth is the right word here. Sure the total volume of information was less, but the quality was massively higher. Sure, you might get incorrect information from BBS's or friends, but the manuals were detailed, technically accurate, and usually complete. AKA, you didn't get through reading one and go "but what about..." only to discover a dark hole. There was a bit of that, but usually 3rd parties stepp…
That was our point... manuals were better. Dearth is correct only if you compare those manuals to today’s resources... YouTube videos? Can you imagine Ben Eaters videos in 1983? We both would have killed for something like that!
My New Old Apple IIe Computer
71–80 of 107 posts
Re: My New Old Apple IIe Computer
#72A very short time later I bought a Hayes Smartmodem 1200 from someone wanting to avoid advertising in the local paper. Again, a smoking deal. At one point I dialed 60 BBSes a week.
A very short time later I bought a Z80 card so that I could also run CP/M.
It was glorious. I regret selling it.
I learned to type so that I could be more productive on that machine. That, and my handwriting was already atrocious. I programmed Apple Basic, Apple Pascal, 6502 assembly, and C on that machine. I used Apple Writer to transcribe and print a literary magazine for my school. I typeset calculus notes on the machine. I plotted star charts.
So much fun, and, yes, such a wonderfully expandable machine.
Re: My New Old Apple IIe Computer
#73And the keyboard works! My MB Pro's keyboard? Not so much.
Re: My New Old Apple IIe Computer
#74$95 for a new power supply? Should have shelled out for a soldering iron or station, pliers, new caps, which might have ended up cheaper in the long run (or not)
Yeah, I acknowledged my shame with this decision in the post. I did buy this $15 radio kit to "practice" soldering: https://www.amazon.com/gp/product/B004YHZE0G , but I've already somehow oxidized my solder iron's tip to the point that it won't heat the solder anymore. I would love a dummy's guide to soldering (YouTube or books) recommendation if you have one! (Although, I'm sure practice, practice, practice is going…
Re: My New Old Apple IIe Computer
#75So.. back in the day, I used to do random PEEKs, POKEs, and CALLs, and there was one particular call that I stumbled upon that could quickly render a disc unbootable. Two questions: 1. Can you give it a try? It's CALL -20480 2. Anyone know what in the hell that one actually does? It takes about a millisecond to render the disc useless.
Try https://github.com/iKarith/beneath-apple-dos/blob/master/ch0... for more info.
Re: My New Old Apple IIe Computer
#76Re: My New Old Apple IIe Computer
#77Great piece. Haven't seen Beagle Bros mentioned. Their awesome catalogs: https://stevenf.com/beagle/contents.html Also haven't seen mentioned Pinball Construction Set- an absolutely amazing piece of engineering, by Bill Budge: https://en.wikipedia.org/wiki/Pinball_Construction_Set Last I checked, Budge was still working- for Google- on the V8 runtime. Think he is on twitter. And while there are a lot of 6502 assembly…
> Other than AppleSoft BASIC (which was written by Microsoft! For Apple!!), which is burned into a ROM chip on the Apple II, there's also some sort of built-in assembler that you can access by typing this into the BASIC prompt:
CALL-151
> I believe this is where I'll be able to do some of the more Commodore 64-like peeking and poking directly at memory. I have a feeling there's a lot of exploring (and fun) to be done here. I need to read up more on this.Try the "Beagle Bros Peeks and Pokes Supplement":
https://apple2online.com/web_documents/Beagle%20Bros%20Peeks...
There were collections of cheat sheets, you want the Peeks and Pokes one:
https://blog.codinghorror.com/i-heart-cheatsheets/
Also multiple delightful "catalogs" and tips books:
https://apple2online.com/web_documents/Beagle%20Bros%20Catal...
Unfortunately, I can never find the big compendium they produced, vaguely recalled as a brown legal sized paperback with their logo on the front and chock full of everything.
This is available and good tho:
Assembly Lines
"... designed for students of all ages: the nostalgic programmer enjoying the retro revolution, the newcomer interested in learning low-level assembly coding, or the embedded systems developer using the latest 65C02 chips...
https://smile.amazon.com/Assembly-Lines-Complete-Roger-Wagne...
- - -
EDIT: I FOUND THE BIG TIP BOOK!!!!
https://archive.org/details/Beagle_Bros-The_Big_Tip_Book_OCR...
It's 250 pages, and previously couldn't find it because Beagle Bros wasn't in the name. Brown w/ the logo tho, heh.
Re: My New Old Apple IIe Computer
#78So.. back in the day, I used to do random PEEKs, POKEs, and CALLs, and there was one particular call that I stumbled upon that could quickly render a disc unbootable. Two questions: 1. Can you give it a try? It's CALL -20480 2. Anyone know what in the hell that one actually does? It takes about a millisecond to render the disc useless.
My trusty copy of "What's Where in the Apple", which includes a catalog of where everything is in memory, says that the routine to write the VTOC from its in-memory buffer to disk starts at $AFF8.
The VTOC is the volume table of contents (https://en.wikipedia.org/wiki/Talk%3AApple_DOS#Volume_Table_...), so calling into the middle of that presumably ends up overwriting the VTOC with junk, which would indeed make the disk useless.
Re: My New Old Apple IIe Computer
#79Great piece. Haven't seen Beagle Bros mentioned. Their awesome catalogs: https://stevenf.com/beagle/contents.html Also haven't seen mentioned Pinball Construction Set- an absolutely amazing piece of engineering, by Bill Budge: https://en.wikipedia.org/wiki/Pinball_Construction_Set Last I checked, Budge was still working- for Google- on the V8 runtime. Think he is on twitter. And while there are a lot of 6502 assembly…
Came here to mention Beagle Bros. In particular, for this: > Other than AppleSoft BASIC (which was written by Microsoft! For Apple!!), which is burned into a ROM chip on the Apple II, there's also some sort of built-in assembler that you can access by typing this into the BASIC prompt: CALL-151 > I believe this is where I'll be able to do some of the more Commodore 64-like peeking and poking directly at memory. I hav…
Now I have an Apple IIe right next to my work computer (Floppy Emu). I connected it to a linux terminal and was able to do text Google searches and the SERP still renders fine at 80x24.
Re: My New Old Apple IIe Computer
#80> Some wizards at work told me that I probably cannot just plug this into a modern phone line and expect it to work, though. Is this true? I can't think of any immediate reason it would fail, but finding something to actually dial into seems like a harder problem.
Doubtful, some quick googling seems to indicate that the micromodem iie is a 300bps modem (vs the micromodem II, for which the manual pops up right away). Even if its 1200 or 2400bps, its still likely way to slow to be affected by the codec issues/etc that others have pointed out. You have to remember people are still running fax and home security systems with modems in 2020, so the vast majority of VOIP codecs handl…