X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=README.md;h=04ce0bdc7f13f101103c57386b7157600fbf91b6;hb=bb9021dfad4f4ad45000c93a968ba97d85c4c9ff;hp=a20ad72be71b554cee05bd203ae0edbf8fe00178;hpb=f72e7f0706149d0413e7c607b861022ea7480cc1;p=Mograsim.git diff --git a/README.md b/README.md index a20ad72b..04ce0bdc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# About +# 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. @@ -6,8 +6,8 @@ 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 -* Defining an ISA (Instruction Set) to use in the assembler +* 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 @@ -20,4 +20,9 @@ See [Getting Started](docs/getting_started.md) # Building Mograsim +| Branch | Status | +| ------ | ------ | +| `master` | [![Build Status](https://travis-ci.com/Mograsim-Team/Mograsim.svg?branch=master)](https://travis-ci.com/Mograsim-Team/Mograsim) | +| `development` | [![Build Status](https://travis-ci.com/Mograsim-Team/Mograsim.svg?branch=development)](https://travis-ci.com/Mograsim-Team/Mograsim) | + See [Building Mograsim](docs/building_mograsim.md) \ No newline at end of file