Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!ittvax!qumix!len From: len@qumix.UUCP (Leonard Labar) Newsgroups: net.micro.cbm Subject: VIC20 assembly lang. Message-ID: <258@qumix.UUCP> Date: Thu, 12-Jul-84 09:49:24 EDT Article-I.D.: qumix.258 Posted: Thu Jul 12 09:49:24 1984 Date-Received: Sat, 14-Jul-84 02:19:53 EDT Lines: 13 Anyone out there have opinions about writing programs in 6502 assembly language vs. Basic? I hated 6502 at first but now that I'm getting into it I like it. I write my programs in Basic first to make sure they work and then convert to 6502. I agree that it isn't as nice as high level languages. The 6502 is very limited in fact as to num. of instructions. However, any program written in assembly language will run a lot faster than Basic. It will run faster than Forth or Pascal too. Now that I think about it, I can't understand why anyone would want a program that wasn't written in assembly language. Now that I've said that, let's see what happens.