Re: [Sdcc-user] Link external binary data into ROM image
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)
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