All Projects → amanvishnani → 8085

amanvishnani / 8085

Licence: gpl-3.0
A Simulator for 8085 programs,

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to 8085

Naev
Naev is a 2d action/rpg space game that combines elements from the action, rpg and simulation genres.
Stars: ✭ 482 (+4720%)
Mutual labels:  simulator
Gibsonenv
Gibson Environments: Real-World Perception for Embodied Agents
Stars: ✭ 666 (+6560%)
Mutual labels:  simulator
Syscrack
Virtual Online Crime Simulator (VOCS) written in PHP 7.0
Stars: ✭ 17 (+70%)
Mutual labels:  simulator
Space Nerds In Space
Multi-player spaceship bridge simulator. Captain your starship through adventures with your friends. See https://smcameron.github.io/space-nerds-in-space
Stars: ✭ 516 (+5060%)
Mutual labels:  simulator
Ripes
A graphical processor simulator and assembly editor for the RISC-V ISA
Stars: ✭ 584 (+5740%)
Mutual labels:  simulator
Rotors simulator
RotorS is a UAV gazebo simulator
Stars: ✭ 700 (+6900%)
Mutual labels:  simulator
Controlroom
A macOS app to control the Xcode Simulator.
Stars: ✭ 4,617 (+46070%)
Mutual labels:  simulator
Rubber Ducky Library For Arduino
An Arduino library that allows you to use a cheap Arduino (Leonardo) as a Rubber Ducky
Stars: ✭ 25 (+150%)
Mutual labels:  simulator
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+5850%)
Mutual labels:  simulator
Pxctest
Execute tests in parallel on multiple iOS Simulators
Stars: ✭ 800 (+7900%)
Mutual labels:  simulator
Littlenavmap
Little Navmap is a free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane.
Stars: ✭ 571 (+5610%)
Mutual labels:  simulator
Habitat Lab
A modular high-level library to train embodied AI agents across a variety of tasks, environments, and simulators.
Stars: ✭ 587 (+5770%)
Mutual labels:  simulator
Osim Rl
Reinforcement learning environments with musculoskeletal models
Stars: ✭ 763 (+7530%)
Mutual labels:  simulator
Holodeck
High Fidelity Simulator for Reinforcement Learning and Robotics Research.
Stars: ✭ 513 (+5030%)
Mutual labels:  simulator
Pyncov 19
Pyncov-19: Learn and predict the spread of COVID-19
Stars: ✭ 20 (+100%)
Mutual labels:  simulator
Rv8
RISC-V simulator for x86-64
Stars: ✭ 476 (+4660%)
Mutual labels:  simulator
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+70020%)
Mutual labels:  simulator
Sesc
Unofficial clone of SESC. Builds with modern C++ compilers.
Stars: ✭ 8 (-20%)
Mutual labels:  simulator
Tenyr
Simple, orthogonal 32-bit computer architecture and environment
Stars: ✭ 24 (+140%)
Mutual labels:  simulator
Assembler Simulator
Simple 8-bit Assembler Simulator with Angular.js
Stars: ✭ 792 (+7820%)
Mutual labels:  simulator

8085 Simulator

8085 Microprocessor is an elementary processor and can be programmed with Arithmetic and Logical Program (ALP) using its predefined instruction set. The idea is to build an 8085 simulator, designed (using Swing & AWT components) and developed in java which can mimic the way 8085 executes instructions. This software will gives user a real life experience and absolve them from the old fashioned training kits and confusing op codes. Students can practice on this software hassle free with clean and neat GUI. The software aims to provide user with status of accumulator (A), Registers (B, C, D, E, H, and L), Flags, Instruction Pointer, Program Counter and Stack Pointer. The software will feature a Text Area available to user for writing program and ability to execute one instruction at a time. More features will be added in future depending on the ease of programmer.

Language Used: JAVA

Compiled Using: JDK 1.8

System Requirements:

  • Any Platform with JDK installed

Downloads

#How To Run? Download the latest .jar file from the releases section and run.

#Troubleshooting Problem running software? Try compiling source code on your system.

  • Download Source file "test1.java"
  • Compile.
  • Run

#Follow Us

#License

Aman & Darshan’s 8085 Simulator

Copyright (C) 2016 Aman Vishnani & Darshan Sarje

This program 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.

This program 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.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].