Re: Assembly Listing headers

2021-11-11 Thread Jonathan Scott
I'm currently looking at fixing some old problems with the USING map and Active Using headers which give incorrect information if a dependent USING base address is not the start of a section. While I'm working on this area, I'm planning to omit the range value (X'') in the Active Using list

Re: Assembly Listing headers

2021-11-08 Thread David Cole
Sigh. Well, thanks for looking. I appreciate it. Dave dbc...@gmail.com (personal) dbc...@colesoft.com (business) 540-456-6518 (cell) At 11/8/2021 06:21 AM, Jonathan Scott wrote: David Cole writes: >Is there a way to increase the assembly listing header lines limit >past 8? I looked

Re: Assembly Listing headers

2021-11-08 Thread Jonathan Scott
David Cole writes: >Is there a way to increase the assembly listing header lines limit >past 8? I looked recently but didn't find anything. Sorry, but I've just had a look at the heading routine, and the limit of 4 lines of USING headers cannot easily be changed. It isn't even a simple constant;

Assembly Listing headers

2021-11-08 Thread David Cole
Hi, I've got a question. Is there a way to increase the assembly listing header lines limit past 8? I looked recently but didn't find anything. You might ask why 8 lines isn't enough. Well... I use named USINGs a LOT! So much so, that I frequently blow through the 8 line limit. And of