Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 672 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 672 Bytes

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.