Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fwcd/dlx
- Owner: fwcd
- License: epl-2.0
- Created: 2019-01-18T22:59:45.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T05:40:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T11:35:57.962Z (about 2 months ago)
- Topics: assembly, assembly-language, dlx
- Language: TypeScript
- Homepage:
- Size: 273 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, ...)