View Single Post
Old 01 May 2023, 13:34   #3
bebbo
bye
 
Join Date: Jun 2016
Location: Some / Where
Posts: 680
I updated the script to support the parameter "20" for 68020. Output is then
Code:
add.l   d0,d0 = 2
lsl.l   #2,d0 = 4
move.b  d0,(a0) = 4
move.w  d0,(a0) = 4
move.l  d0,(a0) = 4
move.l  d0,(a0)+ = 4
move.l  d0,-(a0) = 5
move.l  (a0)+,d0 = 6
move.l  -(a0),d0 = 7
move.l  d0,(2,a0) = 5
move.l  d0,(2,a0,d0) = 7
move.l  (a0),(a0) = 8
move.l  (2,a0),(2,a0) = 10
move.l  (2,a0,d0),(2,a0,d0) = 14
move.l  0x10000,d0 = 6
move.l  d0,0x10000 = 6
mulu    #0x2,d0 = 29
mulu    #0x3,d0 = 29
mulu    #0x101,d0 = 29
muls    #0x5555,d0 = 29
lea (a5,a5.l),a1 = 9
(fixed lsl for 020 too)

Last edited by bebbo; 01 May 2023 at 13:54.
bebbo is offline  
 
Page generated in 0.04628 seconds with 11 queries