Hi Guys, can someone help me with this. Atari 1040 STe. 4meg RAM.
I want to add an 8 bit sound sample file called sample.sam at the end of my program so when I assemble my program using Devpac 3 it automatically includes the sample.sam file at the end. Then I could just set the address of the sample and let DMA play it.
My 68000 program just sets up the DMA sound for the STe and will play it but I can't add it to the end of my program when I assemble it.
I checked the Devpac 3 manual and can't seem to find any command to do this.
include command only includes txt files.
Can Devpac 3 add files at the end of an assembler program?
Can it be done?