X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=blobdiff_plain;f=README.md;h=f7bf383d2c7590051ea8c86beba201b04e3d79eb;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=b807c368a322f07144d976c502b3d242bc7ea51e;hpb=002110424653b282ab9c7ea4b12f967d59e5f66a diff --git a/README.md b/README.md index e69de29b..f7bf383d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,28 @@ +# About Mograsim + +Mograsim is a modular, graphical simulator for teaching microprogramming, ISAs and +circuit logic in a way that allows for a smooth transition between those levels. + +The aim is to give students a better understanding how these layers blend in a machine, +and what the purpose of microprogramming is. In more detail, Mograsim allows: + +* Programming and running simple assembler on the machine *(in development)* +* Defining an ISA (Instruction Set) to use in the assembler *(in development)* +* Microprogram the CPU to implement the specified ISA +* View the Circuit Logic operating and executing the microprogram in detail + +Mograsim focuses especially on the AMD Am2900 Family microprocessors in a specific +16-bit arrangement used by the Technical University of Munich as an example. + +# Getting Started + +See [Getting Started](docs/getting_started.md) + +# Building Mograsim + +| Branch | Status | +| ------ | ------ | +| `master` | ![Java CI](https://github.com/MaisiKoleni/Mograsim/workflows/Java%20CI/badge.svg) | +| `development` | ![Java CI](https://github.com/MaisiKoleni/Mograsim/workflows/Java%20CI/badge.svg?branch=development) | + +See [Building Mograsim](docs/building_mograsim.md)