Thread: ira for Windows
View Single Post
Old 21 April 2021, 22:41   #33
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,500
Quote:
Originally Posted by kamelito View Post
IRA is not disassembling the following code stream. Isn't it suppose to be andi.b #$FB, CCR ?

DC.W $023c
DC.W $fffb
IRA expects $00fb by default, because the MSB of the extension word should be unused in a byte-size instruction. Some assemblers generate such code, so you have to enable compatibility mode for that:
-compat=bi


Quote:
DC.L $4e7a8801
isn't it supposed to be : movec vbr, a0 ?
Yes, it is. But this is a 68010 instruction. Add the option
-m68010
phx is offline  
 
Page generated in 0.04511 seconds with 11 queries