Coder Social home page Coder Social logo

hs6502's Introduction

hs6502

A 6502 CPU emulator written in haskell.

The hs6502 repository is divided into three main parts:

  • the HS6502 library, the CPU emulator itself (in src/)
  • a basic assembler to create binary programs (in assembler/)
  • a basic "fantasy computer" with 32KiB/32KiB of RAM/ROM (respectively) for running assembled programs (in app/)

Usage

To run the emulator use cabal build to build each part, or simply use cabal run:

# Assemble the 6502 assembly file 'program.s' into a binary program
~ $ cabal -O2 run assembler program.s

# Run the resulting binary program 'program.bin'
~ $ cabal -O2 run hs6502 program.bin

Assembling and running programs

Example programs are available in the examples/ folder. To assemble them, simply run the assembler on every file:

~ $ cabal -O2 run assembler examples/*.s

And run them as was shown above.

Creating your own programs

You can also create and assemble your own programs.

todo... check out https://www.nesdev.org/obelisk-6502-guide/ and the hi command in the debugger if you are actually interested in doing this.

Useful and helpful sources

hs6502's People

Contributors

iskake avatar

Watchers

 avatar

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.