|
|
|
|
|
by jonjacky
4227 days ago
|
|
No, he's right. The PET and Apple were second generation 6502 machines - intended to be personal computers. The first 6502 products were evaluation kits like the KIM-1, which only had a keypad and seven segment LEDs for entering and viewing code in hex. Even this was quite an advance over the previous generation like the Altair where you had to enter code by flipping switches. This page has a picture, explains the process and shows some handwritten source code: http://blog.jgc.org/2013/04/how-i-coded-in-1985.html (Despite the title, this was more typical of 1976 or so.)
It seems awkward, but it was quite workable for embedded
controllers, which was the original application that the microprocessor manufacturers had in mind. |
|
That said, while I never wrote assembly opcodes by hand, I did know the hex values for most of the 6502 opcodes at some point. And I did later debug M68k assembler by annotating dot matrix printouts until '92 or '93 or so - I used to bring them to school with me so I could work on my compiler projects during recess.
The things you do when you don't have portable computers or network access.