[hatari-devel] WinUAUE CPU |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] WinUAUE CPU
- From: "J.Young" <jyoung8299@xxxxxxxxxx>
- Date: Tue, 21 Nov 2023 03:09:59 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1700536201; bh=sWvIwL4x/7ysn9jtM30S2rItFVXyyCH2z0y10z6MQfQ=; h=Message-ID:Date:MIME-Version:To:From:Subject: Content-Transfer-Encoding:From; b=GvPcceHbkO4MMILii9YM/Mix8QDmOBcrUjIjWrdQ0vi1Oq6UW9VxE2p0uQMbxXmAU u+0/AynJSGFC/l2Lji2ZMLq7s+8KONb/S6z2UwNVCWdOMOY70LqcUXfccEZWghlvrG WBoy7RdUD6qo5Je7otjoEwyNbxJQapf/Ttv+vcoLT2ixZIiv0YO01BOxSiuzLpIlPf upQm35q5Gcd9CNsdizYEEpp+JrpIZMLar/u5H5XnKwQhdUCAhzTP0dYCUsE0I6MX4j 815xt1iqgkgi98/sQWO028y0Er+ROFbc5kGzBGXB5UAKNSlXn77oTp+L+BEC4ZvqKY dq2/lwCtHzCrw==
When tracing, the disassembler has a quirk on the instruction below:
jsr (a0)
You can see it doesn't show the address in a0.
Like for other instructions such as this that shows the effective address:
move.w (a0,$000e) == $00076fa0
Is it possible to get a patch to allow the jsr (a0) to show the address
also?
Thank you.