/application/src/main/files/README.md
https://github.com/vbmacher/emuStudio · Markdown · 42 lines · 24 code · 18 blank · 0 comment · 0 complexity · 572d53c70bd6d0d0874e4390e05aa4bb MD5 · raw file
- # Welcome to emuStudio
- [emuStudio](https://www.emustudio.net/) is a desktop application used for computers emulation and writing programs
- for emulated computers. It extensible; it encourages developers to write their own computer emulators.
- Main goal of emuStudio is support learning about older but important computers, or abstract machines, while
- having fun. Nowadays the ability to write programs for old computers is probably not quite interesting for the market,
- but I guess emulation has always be more about fun, trying to keeping alive something which was outstanding
- in it's peak, and preserve memories.
- emuStudio is very appropriate for using at schools, e.g. when students are doing first steps in assembler, or when they
- are taught about computers history. For example, emuStudio is used at [Technical University of Košice](http://www.fei.tuke.sk/en)
- since 2007.
- ## Available emulators
- * [MITS Altair8800](https://www.emustudio.net/docuser/mits_altair_8800/index/)
- * [Manchester SSEM](https://www.emustudio.net/docuser/ssem/index/)
- * [Random Access Machine (RAM)](https://www.emustudio.net/docuser/ram/index/)
- * [Random Access Stored Program (RASP)](https://www.emustudio.net/docuser/rasp/index/)
- * [BrainDuck (brainfuck interpreter)](https://www.emustudio.net/docuser/brainduck/index/)
- # License
- This project is released under GNU GPL v3 license.
- # Supported host platform
- Currently supported are Linux and Windows. Mac is NOT supported, but it might work to some extent.
- # Installation
- Please follow the instructions on [project's web page](https://www.emustudio.net/download/).
- To run the project from the command line, type the following:
- java -jar "emuStudio.jar"