Re: [Sdcc-user] Link external binary data into ROM image

2016-11-28 Thread spudarnia
I normally use 'xxxd-i' to create a compilable header file.  See the xxd man page. Sent from Samsung tablet.-- ___ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https:

Re: [Sdcc-user] Link external binary data into ROM image? (gbz80)

2016-11-28 Thread Maarten Brock
Hello, How about converting the blob to a constant initialized byte array in a C file? This something that e.g. http://srecord.sourceforge.net/ can do. Maarten > Hey there. > > I'm having a question. I'd need to include binary blobs (more precisely > image data) into my program. These should exp