View Single Post
Old 29 December 2018, 15:52   #28
tlenl
Registered User
 
Join Date: Dec 2018
Location: Italy
Posts: 19
@BippyM
Eheh i'll try to explain later if it will have some use (or sense!) in what we need!

For the moment using a mix of AR3 and WinUAE debugger
this is the function (??) decrementing lives in gods

Code:
000039EE 5378 0224                SUB.W #$01,$0224 [0002]
000039F2 6a00 feca                BPL.W #$feca == $000038be (T)
000039F6 4eb9 0001 2daa           JSR $00012daa
000039FC 3f00                     MOVE.W D0,-(A7) [0010]
000039FE 3f01                     MOVE.W D1,-(A7) [0010]
00003A00 323c 0064                MOVE.W #$0064,D1
00003A04 303c 002a                MOVE.W #$002a,D0
00003A08 4eb9 0001 faf2           JSR $0001faf2
00003A0E 321f                     MOVE.W (A7)+ [2004],D1
00003A10 301f                     MOVE.W (A7)+ [2004],D0
I think i'll definitely have to polish some ASM 68000 manual

@Toni Wilen
The 68000 architecture has a kind of stack in wich are memorized all of the addresses of the functions loaded in memory?

If yes there is a way i can query the debugger to show me the list?

(Or there a no function at all in asm?? Damn what an ignorant.... learn...learn...learn)

Forgive me for my poor assembly preparation

Last edited by tlenl; 29 December 2018 at 16:24.
tlenl is offline  
 
Page generated in 0.04254 seconds with 11 queries