Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerijo/vscode-discotools
Various tools for debugging the Discovery boards in COMP2300
https://github.com/aerijo/vscode-discotools
Last synced: about 2 months ago
JSON representation
Various tools for debugging the Discovery boards in COMP2300
- Host: GitHub
- URL: https://github.com/aerijo/vscode-discotools
- Owner: Aerijo
- License: mit
- Created: 2019-03-12T23:35:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:26:53.000Z (about 2 years ago)
- Last Synced: 2023-02-28T03:32:55.984Z (almost 2 years ago)
- Language: TypeScript
- Size: 147 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discotools README
Provides various tools relating to the discovery boards used in COMP2300.
## Features
### Current
- Show decoded instruction on hover. It treats the hovered byte as the start of the instruction.
- Check the settings for ways to customise what is presented. Also provide a PDF viewer option & absolute path to the ARM manual to get a direct link to the documentation of a command.
- Snippet for functions (with global variant)
- Language grammar for ARM unified
- Only an approximation; limitations of the engine mean things like respecting `\` line continuations are impossible (or at least not worth the effort).### Planned
- Where a branch will go (either absolute or offset of PC)
- What the typed instruction might have been
- Better variable formatting