GithubHelp home page GithubHelp logo

jnjenga / e6502 Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 0.0 1.3 MB

A 6502 CPU emulator with a 32x32 display input device and ability to step through asm code

Rust 99.65% Assembly 0.25% Batchfile 0.10%
rust assembly 6502 emulator assembler 6502-processor cpu-emulator

e6502's People

Contributors

jnjenga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

e6502's Issues

High level language?

It'd be cool if there was a highlevel language that'll compile to the assembley language,
Doesn't have to be a complete language, a subset of C maybe?

Implementaiton of instructions progress

Below is the current progress of the instructions that have been implemented and those that are yet to be implemented

  • ADC
  • AND
  • ASL
  • BCC
  • BCS
  • BEQ
  • BIT
  • BMI
  • BNE
  • BPL
  • BRK
  • BVC
  • CLC
  • CLD
  • CLI
  • CLV
  • CMP
  • CPX
  • CPY
  • DEC
  • DEX
  • DEY
  • EOR
  • INC
  • INX
  • INY
  • JMP
  • JSR
  • LDA
  • LDX
  • LDY
  • LSR
  • NOP
  • ORA
  • PHA
  • PHP
  • PLA
  • PLP
  • ROL
  • ROR
  • RTI
  • RTS
  • SBC
  • SEC
  • SED
  • SEI
  • STA
  • STX
  • STY
  • TAX
  • TAY
  • TSX
  • TXA
  • TXS
  • TYA

Implement tests for instructions

Below is the current progress of the instruction tests that have been implemented and those that are yet to be implemented

  • ADC
  • AND
  • ASL
  • BCC
  • BCS
  • BEQ
  • BIT
  • BMI
  • BNE
  • BPL
  • BRK
  • BVC
  • CLC
  • CLD
  • CLI
  • CLV
  • CMP
  • CPX
  • CPY
  • DEC
  • DEX
  • DEY
  • EOR
  • INC
  • INX
  • INY
  • JMP
  • JSR
  • LDA
  • LDX
  • LDY
  • LSR
  • NOP
  • ORA
  • PHA
  • PHP
  • PLA
  • PLP
  • ROL
  • ROR
  • RTI
  • RTS
  • SBC
  • SEC
  • SED
  • SEI
  • STA
  • STX
  • STY
  • TAX
  • TAY
  • TSX
  • TXA
  • TXS
  • TYA

Drivers?

Not sure about this one but,
I'd like to simulate drivers. An external piece of code or program or a module that can update a specific memory region.

For example, a keyboard driver. We can set aside 2 bytes in some memory region to hold 2 keys that are down. The drivers work would be to read the keyboard keys and update the values.

Or, a mouse driver.

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.