/m20

Fork of Dmitry Stefankov's emulator of M-20 soviet mainframe

Primary LanguageCGNU General Public License v2.0GPL-2.0

Digital Computer M-20 Emulator

Accurate emulator for soviet general-purpose mainframe M-20

M-20 BUILD License

Languages: 🇷🇺 Русский | 🇺🇸 English

Building

Linux

Go to the sources directory:

cd sources/emulator

Build project:

make -f makefile.unx

Run tests:

make -f makefile.unx test

Clean project:

make -f makefile.unx clean

Windows