GithubHelp home page GithubHelp logo

hueprism's Introduction

Documentation

The direction pointer always starts at the upper-left-most pixel, and always starts facing right.

In HuePrism, programs are given as 24-bit images. The values of the red (R), green (G), and blue (B) channels for each pixel, ranging from 0 to 255, make up the opcode and parameters for each instruction in the language. Each pixel is its own instruction.

R: Input 1

G: Input 2

B: Instruction Type

If R or G is zero then it is replaced with a value from the stack if possible.

All undefined functions are simply reserved and will add R and G to the stack.

0: noop

2: Add (Input 1) and (Input 2)

3: Subtract (Input 1) from (Input 2)

4: Divide (Input 1) from (Input 2)

5: Multiply (Input 2) from (Input 1)

6: (Input 1) Modulo (Input 2)

7: Outputs (Input 1) as a number.

10: Outputs (Input 1) as a ASCII character.

247: Gets a input from the user and adds it to the stack. (The input only supports integers.)

248: Duplicates the first item in the stack.

50: Skips next instruction if (Input 1) is (Input 2).

51: Skips next instruction if (Input 1) is zero.

250: Discards the first item in the stack.

251: changes pointer move direction to be to the down

252: changes pointer move direction to be to the up

253: changes pointer move direction to be to the left

254: changes pointer move direction to be to the right

255: end program

i really need to update this more

hueprism's People

Contributors

emir4169 avatar

Stargazers

Proloy Mishra avatar misa ch 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.