1Fermer3
HPMANLe 20/10/2016 à 02:09
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