Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eanders-ms/mb-hex-explorer
https://github.com/eanders-ms/mb-hex-explorer
hex intel microbit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eanders-ms/mb-hex-explorer
- Owner: eanders-ms
- License: mit
- Created: 2023-05-25T00:10:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-25T21:18:48.000Z (over 1 year ago)
- Last Synced: 2024-10-20T04:12:21.602Z (3 months ago)
- Topics: hex, intel, microbit
- Language: TypeScript
- Homepage: https://eanders-ms.github.io/mb-hex-explorer/
- Size: 6.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intel Hex Explorer
Displays a map of the memory occupied by data blocks described in an Intel Hex formatted file.
Try it out: https://eanders-ms.github.io/mb-hex-explorer/
Tested with
* [micro:bit universal hex](https://tech.microbit.org/software/spec-universal-hex/)
* A few samples of generic [Intel hex](https://en.wikipedia.org/wiki/Intel_HEX)
* [MakeCode for micro:bit's](https://makecode.microbit.org) cached hex files (pulled from browser local storage)### Developing
* `git clone https://github.com/eanders-ms/mb-hex-explorer`
* `cd mb-hex-explorer`
* `npm install`
* `npm run start`