https://github.com/kenpusney/orgasm
Organized Assembly
https://github.com/kenpusney/orgasm
Last synced: 7 days ago
JSON representation
Organized Assembly
- Host: GitHub
- URL: https://github.com/kenpusney/orgasm
- Owner: kenpusney
- Created: 2017-10-25T09:17:34.000Z (about 8 years ago)
- Default Branch: spec
- Last Pushed: 2017-10-25T09:31:23.000Z (about 8 years ago)
- Last Synced: 2025-01-29T07:46:50.184Z (12 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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