GithubHelp home page GithubHelp logo

tdefriess / computer-architecture Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bloominstituteoftechnology/computer-architecture

0.0 0.0 0.0 59 KB

Computer Architecture

JavaScript 29.28% Shell 0.41% Assembly 13.44% Python 56.87%

computer-architecture's Introduction

LS8 Emulator

This is a week long project I did as a part of the Lambda School Computer Science curriculum.

This project emulates an 8-bit computer which may accept assembly code from the .ls8 files and run them in the terminal. This emulator simulates RAM reads, writes, and the use of a system stack written to RAM. The program begins by reading a program from an .ls8 file into RAM starting from index 0. After initialization, the emulator reads from RAM three indexes at a time, using the first input to determine which actions to perform and how to update the Program Counter, which is the pointer that tracks the currently executing instruction. I have implemented all ALU operations, including bitwise operations, per the spec.

computer-architecture's People

Contributors

beejjorgensen avatar br80 avatar mattmccarley avatar seanchen1991 avatar tdefriess 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.