Search found 2 matches

by hkzlab
Sat Sep 05, 2009 10:53 pm
Forum: Megadrive/Genesis
Topic: Problems with md.ld linker script
Replies: 8
Views: 8814

Thank you very much, worked at the first try! :)

Given your advice, i've also added a little piece of code to my start() function to copy initialized data into ram, so i don't have to worry about initialized vars when coding.
by hkzlab
Sat Sep 05, 2009 12:59 pm
Forum: Megadrive/Genesis
Topic: Problems with md.ld linker script
Replies: 8
Views: 8814

Problems with md.ld linker script

Hi to everyone!
I recently started to look into Megadrive/Genesis programming.
So far i've been able to build little binaries writing directly in 68k asm and assembling, but when i tried to use the GenesisDev04 the problems started:
First of all, i don't use windows, so i had to build my own ...