Re: [Mspgcc-users] Call the function with 20-bit address

2011-07-19 Thread Glib Dovgych
Thanks for the answer, Peter! And thank you for your work on mspgcc! :) Regards, Glib 2011/7/19 Peter Bigot > 20-bit addresses are not currently supported by mspgcc. You can use inline > asm directives to work around this limitation (see the list archives for > details). > > I'll be back to s

Re: [Mspgcc-users] Call the function with 20-bit address

2011-07-19 Thread Peter Bigot
20-bit addresses are not currently supported by mspgcc. You can use inline asm directives to work around this limitation (see the list archives for details). I'll be back to spending considerably more time on mspgcc starting next week, and this will be one of the main features that will debut in

[Mspgcc-users] Call the function with 20-bit address

2011-07-19 Thread Glib Dovgych
Hi everyone, I'm trying to call the function, which is placed in the upper memory (starting with 0x1 address), but instead of calla#0x1 in disassembly I get 44a8:b0 12 00 00 call#0x though the function is placed really to the 0x1 address: 0001 : 1: