flat assembler
Message board for the users of flat assembler.

Index > Main > Suggestion: Debugger

Goto page Previous  1, 2
Author
Thread Post new topic Reply to topic
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 09 Mar 2012, 16:47
AsmGuru62 wrote:
It is the information on who calls which functions, I believe.


Yes, but for all labels as well. What label where is used. The cross reference is great for fast browsing in big projects. As Tomasz already said, FASM supports only bit used/not used.
I hope in the future there will be full featured cross reference as well.

_________________
Tox ID: 48C0321ADDB2FE5F644BB5E3D58B0D58C35E5BCBC81D7CD333633FEDF1047914A534256478D9
Post 09 Mar 2012, 16:47
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
AsmGuru62



Joined: 28 Jan 2004
Posts: 1619
Location: Toronto, Canada
AsmGuru62 09 Mar 2012, 18:17
Since I am generating FASM code -- it will be easy for me, just an option.
Post 09 Mar 2012, 18:17
View user's profile Send private message Send e-mail Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8351
Location: Kraków, Poland
Tomasz Grysztar 09 Mar 2012, 19:01
JohnFound wrote:
I hope in the future there will be full featured cross reference as well.
Please try my quick 1.69.43 development release. I added additional table to .fas file (the header is expanded to 64 bytes, nice size, the offset of new table is at 56, and its size at 60). The table contains 8-byte entries, first dword is an offset in symbols table, second dword is an offset in assembly dump. If symbol was used many times in the same line, there will be duplicates in the dump; if symbol was used in line inside "repeat" block, the references will link to different places in assembly dump, which in turn will link to one and the same line in source.

Please let me know if that works for you.
Post 09 Mar 2012, 19:01
View user's profile Send private message Visit poster's website Reply with quote
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 09 Mar 2012, 22:01
Hey, it is great! I will test it and use it ASAP. Thanks!
Post 09 Mar 2012, 22:01
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.