Skip to content

temochka/Try8085

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try8085

Try8085 running on macOS with two simulated devices

Try8085 is an integrated development environment and simulator of the 8085 microprocessor. It is intended as an educational tool for teaching and studying the 8085 assembly language.

Features

  • Simulated 8085 bytecode runtime.
  • 4 simulated external devices: graphical display, keyboard, ADC/DAC, and a block of eight 7-segment indicators.
  • Built-in text editor with syntax highlighting for the 8085 assembly language.
  • Integrated interactive debugger.
  • Easy-to-use disassembler and memory navigator.

Installation

Try8085 is available for macOS and GNU/Linux (64-bit only). It comes with 4 virtual devices and code examples.

Download Try8085 V1.0

macOS (dmg) | GNU/Linux (tar.bz2)

Building from source

Build prerequisites:

  • Qt 5.6.0 or later
  • g++ 4.8 or later

Use qdevelop to build the solution.

License

Copyright © 2009-2017 Artem Chistyakov, Ilya Beda, Daniil Zapyatoy

See CONTRIBUTORS.md for additional information on contributors.

Try8085 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Try8085 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See included COPYING file for the copy of GPLv3 license.