All Projects → Schweigi → Assembler Simulator

Schweigi / Assembler Simulator

Simple 8-bit Assembler Simulator with Angular.js

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects
assembler
53 projects

Projects that are alternatives of or similar to Assembler Simulator

Metroboy
MetroBoy - A playable, circuit-level simulation of an entire Game Boy
Stars: ✭ 169 (-78.66%)
Mutual labels:  emulator, simulator
Quantum Circuit
Quantum Circuit Simulator implemented in JavaScript
Stars: ✭ 157 (-80.18%)
Mutual labels:  emulator, simulator
I8086.js
16bit Intel 8086 / 80186 + X87 emulator written in TypeScript with REPL assembly compiler and tiny C compiler
Stars: ✭ 54 (-93.18%)
Mutual labels:  emulator, simulator
PokemonBattleEngine
A C# library that can emulate Pokémon battles.
Stars: ✭ 92 (-88.38%)
Mutual labels:  emulator, simulator
ts-c99-compiler
ANSI C 16bit Compiler + NASM Assembler + Intel 8086 / 80186 + X87 emulator written entirely in TypeScript
Stars: ✭ 78 (-90.15%)
Mutual labels:  emulator, simulator
ravel
A RISC-V simulator
Stars: ✭ 24 (-96.97%)
Mutual labels:  emulator, simulator
Awesome Emulators Simulators
A curated list of software emulators and simulators of PCs, home computers, mainframes, consoles, robots and much more...
Stars: ✭ 94 (-88.13%)
Mutual labels:  emulator, simulator
FEMU
FEMU: Accurate, Scalable and Extensible NVMe SSD Emulator (FAST'18)
Stars: ✭ 213 (-73.11%)
Mutual labels:  emulator, simulator
facebook-send-api-emulator
Facebook Messenger Emulator & Facebook Send API Emulator functionality allowing you to test web hooks on developer's machine.
Stars: ✭ 24 (-96.97%)
Mutual labels:  emulator, simulator
Rv8
RISC-V simulator for x86-64
Stars: ✭ 476 (-39.9%)
Mutual labels:  emulator, simulator
Diyhue
Philips Hue emulator that is able to control multiple types of lights
Stars: ✭ 586 (-26.01%)
Mutual labels:  emulator
Habitat Lab
A modular high-level library to train embodied AI agents across a variety of tasks, environments, and simulators.
Stars: ✭ 587 (-25.88%)
Mutual labels:  simulator
Gibsonenv
Gibson Environments: Real-World Perception for Embodied Agents
Stars: ✭ 666 (-15.91%)
Mutual labels:  simulator
Androidnativeemu
Allows you to partly emulate an Android native library.
Stars: ✭ 717 (-9.47%)
Mutual labels:  emulator
Jsnes
A JavaScript NES emulator.
Stars: ✭ 5,354 (+576.01%)
Mutual labels:  emulator
Pce
Emulates Mac Plus, PC, & Atari ST in the browser using WebAssembly
Stars: ✭ 659 (-16.79%)
Mutual labels:  emulator
Hexapod Robot Simulator
A hexapod robot simulator built from first principles
Stars: ✭ 577 (-27.15%)
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 (-27.9%)
Mutual labels:  simulator
Quadplay
The quadplay✜ fantasy console
Stars: ✭ 563 (-28.91%)
Mutual labels:  emulator
Osim Rl
Reinforcement learning environments with musculoskeletal models
Stars: ✭ 763 (-3.66%)
Mutual labels:  simulator

Simple 8-bit Assembler Simulator

A simulator which provides a simplified assembler syntax (based on NASM) and is simulating a x86 like cpu. Press Help inside the simulator to see an overview about the supported instructions.

####TRY IT ONLINE

Features

  • 8-bit CPU
  • 4 general purpose registers
  • 256 bytes of memory
  • Console output

How to build

Make sure you have Grunt installed to compile the asmsimulator.js script. Run grunt to build the project.

Background

A technical introduction is available on my blog: www.mschweighauser.com.

License

The MIT License

Copyright (c) 2015 Marco Schweighauser

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].