Coder Social home page Coder Social logo

praveenmunagapati / gnusim8085 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnusim8085/gnusim8085

0.0 1.0 0.0 1.72 MB

A graphical simulator, assembler and debugger for the Intel 8085 microprocessor

Home Page: gnusim8085.github.io

License: GNU General Public License v2.0

Makefile 0.37% Shell 33.97% M4 13.71% C 51.96%

gnusim8085's Introduction

GNUSim8085 (http://www.gnusim8085.org/)
==========

GNUSim8085 is a graphical cross platform simulator plus assembler with
debugger for the Intel 8085 microprocessor. 

You have to enter assembly code in order to use the simulator.  The
assembly syntax is not too hard to learn. For more information see
"asm-guide.txt" in the doc/ directory.

Variable declarations are supported in assembler.  You have
a seperate Data view widget to show variable values during debugging.
And did I mention that?  Yes, you can also debug your code with the
builtin debugger!  For detailed stuff, you can generate program
listing which contains line by line of code with address and operand
information.

Contents of memory, IO ports can be modified during program execution.
Modification of registers, flag are being planned, but they are not
necessary always.

A lot of examples can be found in the docs directory! Try them.

Also don't forget to take a tutorial, when you will be asked during
the program startup.

Build dependencies (Mandatory)
* GTK2 (>= 2.24) or GTK3 (>= 3.0.0) development package
* GtkSourceView2 (>= 2.10) or GtkSourceView3 (>= 3.0) development package

Build dependencies (Optional)
* gettext (>= 0.18)
* xsltproc
* docbook-xsl

To install from source, run the following commands

  $ ./autogen.sh #only required when configure script does not exist
  $ ./configure
  $ make
  $ sudo make install

OR, see the INSTALL file.

gnusim8085's People

Contributors

onkarshinde avatar srid avatar aanjhan avatar vistaus avatar tatsuvalue avatar comradekingu avatar doughdemon avatar meirusfandi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.