Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`