Giter VIP home page Giter VIP logo

6502-experiments's Introduction

6502 experiments

Inspired by Ben Eater's 6502 project I've decided to try out my own experiments with it.

This repository contains several simple projects written for 6502 microprocessor. All code is meant to be compiled using VASM assembler.

Compile and run

Unfortunately I do not have a real 6502 computer right now, using Py65 emulator instead. While it is not a real thing, I'm trying to keep everything as close to Ben's design as possible. The main differences are with data output, as it can be seen by comparing the hello-world and hello-emulated projects.

For convenience, I've added simple makefiles for each project so that there is no need to enter long commands each time. Then one can use short commands to compile, run in an emulator or write to the EEPROM.

make
make run
make program

Contents

There are several subdirectories, each containing a self-contained project.

  • hello-world - Ben Eater's finished "Hello, World!" program
  • hello-emulated - "Hello, World!" adjusted for emulator
  • bin2dec - Ben Eater's binary to decimal decoder (transcribed from video)
  • double-dabble - Decode binary to decimal using Double dabble algorithm

6502-experiments's People

Contributors

velko avatar

Watchers

James Cloos avatar  avatar  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.