All Projects → debjitbis08 → sim8085

debjitbis08 / sim8085

Licence: BSD-3-Clause license
Online 8085 simulator

Programming Languages

c
50402 projects - #5 most used programming language
elm
856 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to sim8085

blog
retrohunblog
Stars: ✭ 46 (-44.58%)
Mutual labels:  8080, 8085
UliEngineering
A python library for calculations perfomed in electronics engineering
Stars: ✭ 35 (-57.83%)
Mutual labels:  engineering, electronics
Scikit Rf
RF and Microwave Engineering Scikit
Stars: ✭ 321 (+286.75%)
Mutual labels:  engineering, electronics
SpiceSharp
Spice# is a cross-platform electronic circuit simulator based on Berkeley Spice - the mother of commercial industry-standard circuit simulators.
Stars: ✭ 146 (+75.9%)
Mutual labels:  simulator, electronics
Marconi.jl
A Julia Library for DC to Daylight
Stars: ✭ 15 (-81.93%)
Mutual labels:  engineering, electronics
ADE-Scheduler
A webapp for UCLouvain's ADE scheduling tool.
Stars: ✭ 22 (-73.49%)
Mutual labels:  students
pymae
Materials for the book "Python for Mechanical and Aerospace Engineering"
Stars: ✭ 56 (-32.53%)
Mutual labels:  engineering
classmanager-student-teacher-portal
A Student-Teacher Portal built using HTML, CSS, Python and Django
Stars: ✭ 155 (+86.75%)
Mutual labels:  students
access
Access - Access is a initiative started by a bunch of professionals from various disciplines (engineering/education/finance) with only one goal- "Make technology education accessible in rural areas of India". This repo contains the content related to access bootcamp.
Stars: ✭ 38 (-54.22%)
Mutual labels:  students
OtripleS
This is an open source schooling system, dedicated to provide a better experience for schools needing a management and communication and tutoring system all in one place. This project is aiming toward directing all the software development funds and hours to families in need, the idea of the project is to allow schools to use the system as long …
Stars: ✭ 273 (+228.92%)
Mutual labels:  students
curr
All curricular materials for Bootstrap course modules
Stars: ✭ 13 (-84.34%)
Mutual labels:  students
nrf52-IR
Decoding and saving carrier modulated IR signals and sending modulated IR signals using NRF52 SoCs
Stars: ✭ 17 (-79.52%)
Mutual labels:  electronics
MK404
A functional Simulator for Prusa (Mini/Einsy) Rambo based printers
Stars: ✭ 52 (-37.35%)
Mutual labels:  simulator
InPynamoDB
PynamoDB asynchronous plugin
Stars: ✭ 28 (-66.27%)
Mutual labels:  engineering
ontask b
A platform offering teachers and educational designers the capacity to use data to personalise the learner experience.
Stars: ✭ 31 (-62.65%)
Mutual labels:  students
trifolia
Trifolia template/profile editor and publication tool
Stars: ✭ 24 (-71.08%)
Mutual labels:  engineering
simulator
Desktop simulator for embedded-graphics
Stars: ✭ 52 (-37.35%)
Mutual labels:  simulator
Hacktoberfest-2k19
A Repository for Micro Club members dedicated for Hacktoberfest 6th edition (2k19). The purpose of this repo is getting MC members into the open source community and help them develop and share projects and knowledge with other students, profesionals and open source enthousiasts while having a fun challenge !!
Stars: ✭ 16 (-80.72%)
Mutual labels:  students
OutSystemsNow-Android
Create mobile applications and enhance them with native capabilities using the OutSystems native components.
Stars: ✭ 20 (-75.9%)
Mutual labels:  engineering
pendfetch
Double Pendulum visualised with fetching system information in Python.
Stars: ✭ 62 (-25.3%)
Mutual labels:  engineering

Sim8085

⚠️ Major refactor in progress. All issues and bugs will be handled with the refactoring.


Sim8085 is a online development environment for Intel 8085 microprocessor. It is hosted at https://www.sim8085.com.

Features

  1. Editor with syntax highlighting.
  2. Viewing and editing of registers, flags and memory.
  3. Debugging code with breakpoints.
  4. Opcode listing view.

Screenshot

Development

Steps

  1. Download and install emscripten prerequisites using the instructions here.
  2. Do yarn install.
  3. Do yarn start to start the development server.

Building Assembler and Simulator changes

  1. Do yarn build-assembler to build the assembler code.
  2. Do yarn build-emulator to build the simulator.
  3. Commit the changed files.

Production Build

  1. Build assembler and simulator code.
  2. Do yarn build to build the UI.
  3. Built code should be available in dist.
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].