Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fwcd/dlx

DLX assembly IDE, interpreter and debugger
https://github.com/fwcd/dlx

assembly assembly-language dlx

Last synced: about 1 month ago
JSON representation

DLX assembly IDE, interpreter and debugger

Awesome Lists containing this project

README

        

# DLX
A [DLX](https://en.wikipedia.org/wiki/DLX) assembly simulator running on Electron.

![Screenshot](screenshot.png)

## To Use
* `npm install`
* `npm run start`

## Features
* Editor:
* Syntax Highlighting
* Code Completion
* Jump to Definition
* Basic refactoring (renaming)
* Interpreter:
* Run, Step, Stop
* Line highlighting, Breakpoints
* Storage view:
* Multiple data formats (Decimal, Hex, Binary, ASCII, ...)