HPMANOn the 2016-10-20 at 02:09am
Parse the bank map file into defines to use labels directly.
You have a parser to asm from previous samples, outputting into an asm include something like:BOX = 0x00001234
you need the same thing but as C defines into a .h to use in C:#define BOX 0x00001234