GithubHelp home page GithubHelp logo

simd20s-assembler's Introduction

Assembler for the upcoming SIMD20S (an SIMD unit made in The Powder Toy). Still under development and very unstable. This is a fork of SIMD16S's assembler, which has been abandoned for obvious reasons.

See arch_docs.txt for sketchy details on the SIMD20S architecture (along with a lot of other future plans).

To use:

  1. Install node.
  2. node assembler.js asm-file > bin-file, where asm-file is the assembly code and bin-file is the file to output the machine code to. So, for example, node assembler.js gpuTest.asm > gpuTest.bin.
  3. Use loadProgram.lua to load a program into the RAM. Enter loadfile('loadProgram.lua')(x, y, filename) into the Lua console, where (x, y) are the coordinates of the top-left corner of the RAM block, and filename is the name of the machine code file. So, for example, loadfile('loadProgram.lua')(71, 112, 'gpuTest.bin')
  4. Don't complain about my using Javascript.

simd20s-assembler's People

Contributors

krawthekrow avatar

Stargazers

 avatar

Watchers

 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.