F800 in the lst file

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

F800 in the lst file

1,292 次查看
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 回复数

528 次查看
CompilerGuru
NXP Employee
NXP Employee

Disassemble the elf file.

 

Daniel

528 次查看
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?