https://github.com/eanders-ms/mb-hex-explorer
https://github.com/eanders-ms/mb-hex-explorer
hex intel microbit
Last synced: 10 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T21:18:48.000Z (about 3 years ago)
- Last Synced: 2025-02-02T04:45:03.880Z (over 1 year 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`