GithubHelp home page GithubHelp logo

bicep.js's Introduction

bicep.js

ARM assembler interpreter in JavaScript

What?

Write ARM assembler and it will be interpreted -- results are shown as register and memory contents. No directives needed (or currently allowed.. ); just write plain ASM.

Still very much work in progress: error reporting is minimal, pc is not modeled correctly etc. Instructions supported are adds, subtracts, bitwise ops, moves, compares, B, LDR and STR. All conditionals work and inline shifts (not rotates) work. Constraints on instructions are not checked. So you are free to cotribute, but don't expect the current version to be an accurate simulation :)

Why?

Ever just wanted to try out something in a REPL? Now it can be done in ARM assembly!

It all started with the intent to understand ARM assembler better, to try out how well JavaScript suits this sort of application and to have an easy way to try some things in assembler rather than firing up a full system vm.

Did JS work out for this? It can be done, it's not really painful, but there are better languages out there for this sort of work. Somewhat surprisingly, not having printf was the main thing leading to ugly code.

bicep.js's People

Contributors

pnex2000 avatar

Stargazers

 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.