You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the square brackets so as to help my trace listing program to identify the current instruction. Here's the logic (sorry for unreadable perl code) to skip over bytes sent from the debugger if they appear to match up to listing file opcode bytes enclosed in square brackets.
The text was updated successfully, but these errors were encountered:
This is an example assembly listing file output using gcc-ia16 with appropriate parameters: (Copied from my other issue earlier today.)
This is how NASM's
-f bin
output format indicates relocations in the listing, note the square brackets:I want the square brackets so as to help my trace listing program to identify the current instruction. Here's the logic (sorry for unreadable perl code) to skip over bytes sent from the debugger if they appear to match up to listing file opcode bytes enclosed in square brackets.
The text was updated successfully, but these errors were encountered: