vote up 0 vote down star

I was thinking about the exotic machine question recently posed, and it reminded me of my early days as a kid with a "book" of computer games. Since storage was a problem, I had to manually type in serveral pages of BASIC code (EACH SESSION - before my parents bought me a 5.25" Floppy drive) in order to play games. I wish I still had that book.

Ahhh how I loved those days...typos are such a bitch...

:)

Does anyone else remember programming on these platforms, or is it just me?

flag
Hate to join the killjoy brigade, but it's not really a question, is it? Ah well: “No. I never programmed the C-64 or A500”, if you want. (I did the C-16, but that's off-topic, right?) – bobince Mar 2 at 1:56

closed as not a real question by cletus, JosephStyons, bobince, David, SCdF Mar 2 at 6:58

7 Answers

vote up 2 vote down check

I learnt to program by making lego robots and programming my c64 to drive them using assembly language - those were the days, none of this 4gl stuff

link|flag
hehe me too - lego was awesome. And now that I have a son - I cant wait until he is old enough to get "REALLY" into lego - just so I have an excuse again to make awesome space ships and trains etc. :) – Ash Mar 2 at 1:42
vote up 0 vote down

I began on the C64 too. My first step was to copy game source-code from magazines and books into the compiler. Later on began playing with Basic, then a Music programming software with a Robot on the cover (forgot the name) and then got into programming games with Sid Meiers's Game Creator and Adventure Construction Set :)

link|flag
vote up 1 vote down

Not one of those, but I have had an Atari 600 XL, an Atari 130 XE, an Atari 520 STFM and an Atari 1024 STE.

The eight bit Ataris has some funny details:

  • A Basic code line ran faster depening on how many code lines was before it, so time sensetive code went first in the program, and you stuffed as many commands as possible in each line.

  • You could write machine code as a string in Basic and execute with the USR command.

  • The 130 XE had 128 kB RAM - double the size of the address space, so it had a memory switching chip that switched in different banks of memory.

  • The display chip was a funny creature, where you could mix different graphics modes on different lines of the screen.

  • I has a cassette tape player for saving and loading programs, at the whopping speed of 128 bytes per second.

link|flag
vote up 0 vote down

Of course! The C64 was my first "real" computer, and the A500 my second. My one regret these days was that I used them as more gaming machines than as learning devices, although I did do some coding and they were useful for school reports and video graphics.

If I recall, COMPUTE!'s Gazette was the big C64 magazine at the time, and while it had some good programs one could type in, their big thing was their MLX code listings, which essentially allowed for dense applications by typing in checksummed machine code from a printed listing, but it had zero educational value. I really wish there was either more graspable low level coding information, or that I had paid more attention to what was there.

On the other hand, applications like The Director scripting language on the Amiga were the precursor to modern Flash-style applications, and allowed for full multimedia application scripting. With Deluxe Paint and an 8-bit audio digitizer, I was able to code up a full platform game (that performed terribly, but was playable) in a weekend.

Again, my only regret was that I didn't pick up C++ or Assembly programming earlier in my life. But then, I was 16, and there were other, curvier interests I was chasing. :)

link|flag
vote up 1 vote down

I remember working on the TRS-80 and entering in all the BASIC code to run games on that one. It was a beautiful thing (when there were no typos) when it worked!

I also remember the Vic 20 and Commodore 64. I remember doing a school project (just to show off) on the Commodore 64 (WAAAAY back when)!

Good times!

link|flag
vote up 1 vote down

I learnt to program on a Commodore 64. First BASIC 2.0, and later 6502 assembler. It was a great machine, a glorious machine. Those halcyon days of my youth, when I first applied my mind to the laws of logic and software development, those days set me on the course I have taken thus far through life.

I loved that Commodore 64, man. It was great.

link|flag
My parents still have mine under the spare bed lol I was lucky becasue I had the model with a dedicated VGA Monitor - no crappy TV screen for me :) – Ash Mar 2 at 1:28
They're so inexpensive on eBay, I keep thinking about picking one up, but I just can never really justify it since emulators are so widely available. – Furious Coder Mar 2 at 1:39
I haven't the space for the hardware, so the choice of getting one is easy for me. I just use VICE, as it's in awesome shape and actively developed. Books, though, best to have in print and not as .txt files. – Chris Charabaruk Mar 2 at 7:32
vote up 1 vote down

i remember. It was my second computer, after the Ohio Scientific C1P, which was also a 6502-based system, with 8K ram.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.