F800 in the lst file

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

F800 in the lst file

1,304件の閲覧回数
csosza
Contributor I

Hi,

 

Is it possible to generate the lst file with real addresses? The addresses in my lst file begin with

0000, however the simulator show, it is starting at F800 (register PC).

ラベル(1)
タグ(1)
0 件の賞賛
2 返答(返信)

540件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee

Disassemble the elf file.

 

Daniel

540件の閲覧回数
kef
Specialist I
Wow, nice feature, Daniel. However, *.abs file can't be opened in IDE. Abs file can be added to project files, then disassembled. And to be able to build project again (duplicated symbols in *.abs and *.o), do we need to remove abs file from project?