GithubHelp home page GithubHelp logo

nessharp's People

Contributors

alfonsohdez08 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

nessharp's Issues

Finish the 6502 cpu implementation

  • Review how each instruction affects the CPU flags.
  • Implement the arithmetic, logical and shift operations.
  • Review the current design of how a cycle is executed (fetch -> decode -> execute).
  • Abstract the addressing modes (there should be a single method per each instruction, not a method per instruction and its addressing mode). Addressing modes and instructions should be decoupled (addressing modes it's the approach for fetch from memory the instruction's operands).

revisit ppu registers

Avoid using properties that are evaluated each time we call... I see we can use fields and just store their values when main value is written to - usually from the cpu. For instance, the Control Register might take help from this.

Create a 6502 assembler

Just a basic assembler that would take the 6502 instructions (program) and dump it into hexadecimals. Its main use would be for test the CPU functionalities (tests automation).

Integration with MacOS

  • How can I make this project run in Mac?

  • Would it be possible to migrate to .Net Core ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.