Skip to content

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

Notifications You must be signed in to change notification settings

SKpro-glitch/Shorthand-RISC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages