using a commodore64 emulator to learn 6502 programming?
Moderator: Moderators
- Laserbeak43
- Posts: 188
- Joined: Fri Sep 21, 2007 4:31 pm
- Contact:
using a commodore64 emulator to learn 6502 programming?
hi, i'm assuming the 6502 programming book i have is geared towards the commodore64s and the KIM-1?
so what about using an emulator? i have one that i like, all i need i guess is to learn how to make virtial floppies to load my data and what the necessary programs are to use to do asm on it?
i like getting a realtime response when typing in the console and not having to deal with files sometimes. it's not someting i think i could do in the windows command prompt.
so what about using an emulator? i have one that i like, all i need i guess is to learn how to make virtial floppies to load my data and what the necessary programs are to use to do asm on it?
i like getting a realtime response when typing in the console and not having to deal with files sometimes. it's not someting i think i could do in the windows command prompt.
-
atari2600a
- Posts: 324
- Joined: Fri Jun 29, 2007 10:25 pm
- Location: Earth, Milkyway Galaxy, The Universe, M-Theory
- Contact:
I used an Atari 8-bit computer emu for my first few 6502 programs....
Code: Select all
*=$0000
loop JMP loop
.eof- Laserbeak43
- Posts: 188
- Joined: Fri Sep 21, 2007 4:31 pm
- Contact:
- Laserbeak43
- Posts: 188
- Joined: Fri Sep 21, 2007 4:31 pm
- Contact:
i have absolutely no clue. i just thought it would be basic.kyuusaku wrote:Doesn't C64 BASIC allow you to input assembly?
i've managed to find a copy of Profi Assembler Plus, but i don't know how to use it yet.
hmm this looks interesting, http://www.haddewig.de/nogames64/ i wonder if i can find docs for the assembler
- Laserbeak43
- Posts: 188
- Joined: Fri Sep 21, 2007 4:31 pm
- Contact:
does this PDF file teach about assembly? i'm under the impression that it only teaches about BASIC.[/url]
I thought the goal of Project 64 was to emulate a 64-bit game console.PDF author wrote:The goal of Project 64 is to preserve Commodore 64 related documents in electronic text format that might otherwise cease to exist with the rapid advancement of computer technology and declining interest in 8-bit computers on the part of the general population.
-
NotTheCommonDose
- Posts: 523
- Joined: Thu Jun 29, 2006 7:44 pm
- Location: lolz!
- Laserbeak43
- Posts: 188
- Joined: Fri Sep 21, 2007 4:31 pm
- Contact:
- Laserbeak43
- Posts: 188
- Joined: Fri Sep 21, 2007 4:31 pm
- Contact:
hmm thanks for raising that question!! i forgot all about that site!!
http://project64.ath.cx/misc/assembler.txt
http://project64.ath.cx/misc/assembler.txt