English Amiga Board


Go Back   English Amiga Board > Support > support.WinUAE

 
 
Thread Tools
Old 18 February 2023, 04:53   #1
a/b
Registered User
 
Join Date: Jun 2016
Location: europe
Posts: 1,039
dbg/disasm: max opcode length

od-win32/debug_win32.cpp, line 583 (GetPrevAddr() function):
Code:
	dasmaddr = addr - 20;
This should be 22 since the longest opcode is 22 bytes. For example, if you have something like:
Code:
	move.l	([$87654321.l,a0],$12345678.l),([$87654321.l,a0],$12345678.l)
and scroll one line up in debugger (UI version, so F5 and then alt+up) it won't properly detect the whole opcode, and it will end up somewhere in the middle of it since it only goes back 20 bytes.
a/b is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
680x0 opcode encoding - odd branches? NorthWay Coders. Asm / Hardware 4 18 March 2022 18:16
WinUAE disasm question rikkles Coders. Asm / Hardware 6 15 October 2020 09:30
WinUAE message - Opcode 0CD9... Bigby support.WinUAE 2 01 February 2014 19:42
New opcode for 68000 family clenched request.UAE Wishlist 15 14 April 2009 15:02
Hidden Amiga 68000 opcode? pmc Coders. General 20 14 May 2007 09:10

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 00:01.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06277 seconds with 13 queries