Hi all,
Is it possible to generate assembly listing with the relative offset of the instructions? E.g:
// void main(void)
// {
// printf("Hello Wordl");
main:
0x0000 LDR R13, 1223 ...
Currently I use the following parameters:
-k -al -ss
Regards,
Lajos