View Single Post
  #5  
Old 07-18-2008, 11:48 PM
Botnst's Avatar
Botnst Botnst is offline
Banned
 
Join Date: Jun 2003
Location: There castle.
Posts: 44,598
Quote:
Originally Posted by DieselAddict View Post
What, you've never played a video game? You must be smart!
Back when I bought an Apple II+ I bought a 16K language card boosting the total memory to 64k. I used it to learn how to program in the up-and-coming language of the future, Pascal. The Pascal version for the Apple II (licensed by UCSD) compiled to something called p-code that itself had to be interpreted into machine language. It was supposed to be faster than Basic, but I couldn't tell any difference. I wrote a program that worked with the control paddles. It was like "Pong!" but slower. Later I compiled some assembly routines that read the paddles and paddle buttons that were called from within the main program. That speeded it up considerably, IIRC.

Haven't played games much since.

B
Reply With Quote