microbit-foundation / microbit-universal-hex

TypeScript/JavaScript library to create micro:bit Universal Hex files.

Home Page:https://microbit-foundation.github.io/microbit-universal-hex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process Extended Segment Address records

microbit-carlos opened this issue · comments

They are currently passing through, without taking in consideration the memory address change as we do with the Extended Linear Address records.

So, until this is implemented, hex files with Extended Segment Address records will not work.

This has been implemented and they are converted into Extended Linear Address records.