Search results
Another question of the Moonblaster file format
Score: 182.43 %,
Type: Forum topic , Comments: 10 comments
see that it writes in register 0x02, but I can't guess the value to write depending ... value of the file its value &0x3F and again but now &0xC0. But I fail to see why.
Can ... because register 0x02 is the modulator value.
Now I'd like to know when I set X+1 in moonblaster ...
SDCC global constant initialized array in a fixed position in memory
Score: 181.76 %,
Type: Forum topic , Comments: 5 comments
it outside the main function like
uint8_t __at(0x8200) notesFreq[12] = {
173, 181, 192, 193, 194, ... --data 0x8200 will start your data at address 0x8200 (using 0 for address puts it right behind the code ... placed just after the _CODE area by the crt0) and will also allocate the equivalent space in RAM ...
