Code Monkey home page Code Monkey logo

lc3-ex's Introduction

LC-3 Ex Transpiler/Assembler

About LC-3(Ex)

Go to Wikipedia
Put simply, it is a toy ISA for education, with very few instructions. LC-3 Ex is the name I call my modified version of LC-3.

What can this script do?

  • Assembler: Translate the LC-3(Ex) assembly into "machine code"
  • Transpiler: More instructions are supported. You can use this tool to "down-grade", or transpile the assembly with extended instructions to the native LC-3 language/machine code. That is to say, extended instructions are expanded. Disclaimer: It may be helpful for some homework/assignments, but never use it to cheat!

How to use it?

Just open the index.html file in your browser. Make sure you keep app.js in the same directory.

Extended instructions supported

To understand the meaning of extended instructions, take x86 ISA as a reference.

  • putc(=out)
  • push
  • pop
  • test
  • move
  • set (assignment)
  • shl, sal
  • shr, sar (TODO)

lc3-ex's People

Contributors

cubicyyy avatar

Stargazers

 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.