Hello, While hacking start.S file I saw, on line 120, this call to ROM Driver: bl _rom_data_init+.-base what does it exactly initialize ? In my project I must use FORTH language but I have trouble when I try to call these ROM function. Perhaps have I to initialize with the above call ? Why add current position ( "." ) -base ? Regards