View Single Post
Old 23 May 2023, 15:27   #80
denis2342
Registered User
 
Join Date: May 2023
Location: germany
Posts: 3
Quote:
Originally Posted by phx View Post
Other reassemblers would probably output
Code:
L00B0:  JMP     L00B0+2(PC,D0.W)
instead of indicating their failure with a tilde.
Yes, that would do it. But the disassembler would need to check that that label is not used by anything else.

After some thinking, that would not work. The jumptable is relative to L00B0 and that value needs to be used for the JMP instruction.
So just put the label somewhere near and don't use the +2.
denis2342 is offline  
 
Page generated in 0.05818 seconds with 11 queries