/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

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