Including binary data to ASM project

Other misc things
Post Reply
ArtyomSh
New member
Posts: 1
Joined: Fri Mar 24, 2023 6:49 pm

Including binary data to ASM project

Post by ArtyomSh »

Is there way to add binary data to the assembler-source based project?
I have a set of resources (like bitmaps, SFX music) I would like to reference from the assembler source code.
What is the best way to do this without converting these binary resources to assembler text?
User avatar
dom
Well known member
Posts: 2076
Joined: Sun Jul 15, 2007 10:01 pm

Re: Including binary data to ASM project

Post by dom »

There's a BINARY directive available to include a raw binary file into a .asm file.
Post Reply