Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skpro-glitch/shorthand-risc

This is a simplified assembly language with a tabular structured instruction set. This is meant for easy learning and fast implementation of assembly languages in microprocessors and microcontrollers. - Soham Kapur, VIT Chennai
https://github.com/skpro-glitch/shorthand-risc

assembler assembly assembly-language assembly-language-programming compiler compiler-construction compiler-design compiler-optimization compiler-principles compilers risc risc-processor risc-v riscv shorthand shorthand-notation shorthand-syntax

Last synced: about 1 month ago
JSON representation

This is a simplified assembly language with a tabular structured instruction set. This is meant for easy learning and fast implementation of assembly languages in microprocessors and microcontrollers. - Soham Kapur, VIT Chennai

Awesome Lists containing this project

README

        

**Author:** Soham Kapur


**Description:** The proposed assembly language is designed to work with RISC architecture, to give high speed and low power consumption. It is meant to simplify the understanding of assembly languages in general and to allow students and untrained audience to learn it easily.
This repository contain the details of the notations and meanings of the instruction set, and the latest code to simulate the language.
The java code can be run, and the assembly program can be wrtten in its terminal window. The last line of teh program must be 'End' in order for it to execute.
Currently, Math and String functions are supported in this language.