Thread: Need next steps for 6502 emulator

  1. #1
    C lover
    Join Date
    Oct 2007
    Location
    Virginia
    Posts
    266

    Need next steps for 6502 emulator

    So, I have a bare bones MOS 6502 emulator written in C. It has all of the OPCodes implemented. What is the next step? It follows the basic fetch decode execute cycles. Do I need an assembler/disassembler if the ultimate goal is to create an NES emulator?

  2. #2
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Emulate all the other important chips in the system.

    I see no need for assembler/disassembler.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MOS 6502 - More Advice on my implementation
    By Syscal in forum C Programming
    Replies: 11
    Last Post: 07-07-2013, 06:31 AM
  2. Writing a MOS 6502 emulator
    By Syscal in forum C Programming
    Replies: 20
    Last Post: 07-03-2013, 07:04 PM
  3. 6502 assembler question
    By Syscal in forum C Programming
    Replies: 2
    Last Post: 09-21-2010, 10:25 PM
  4. Replies: 15
    Last Post: 08-30-2010, 09:26 AM
  5. Replies: 2
    Last Post: 08-29-2009, 06:10 AM