; list of label + data that will be
; embedded into the binary (order matter)
; data is optional if you allocate (have a label ending with :anumber)
; lines format:
;  ...etc...
;  label
;  filepath
;  ...etc...
; you can also allocate (will reserve 500 bytes here):
;  ...etc...
;  label:500
;  ...etc...