An open API service indexing awesome lists of open source software.

https://github.com/kenpusney/orgasm

Organized Assembly
https://github.com/kenpusney/orgasm

Last synced: 7 days ago
JSON representation

Organized Assembly

Awesome Lists containing this project

README

          

ORGASM: Organized Assembly
=========

ORGASM (a.k.a. orgasm) is a very human-oriented assembly language inspired by LLVM IR and [TAL (Typed Assembly Language)](https://www.cs.cornell.edu/talc/).

ORGASM targets to future computer/language architecture, and currently have no active/stable implementations for production usage. This repo is only a specification that describes the requirements and rules of ORGASM, and some implementation guide.

ORGASM have few optional features provided as add-on of the language, which requires machine-level implementation to support, and makes the machine feature-rich for high-level application development.

Currently it is still under design, please go to issues page if you have any questions.

10/25/2017
ORGASM Core Team / Unsafely