mirror of
https://github.com/weiju/amiga-stuff
synced 2026-09-12 03:30:36 +00:00
fixed disassembler to compute the correct branch target
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
mainloop:
|
||||
waitras1:
|
||||
cmp.b #$ac,$dff006
|
||||
bne waitras1
|
||||
move.w #$fff,$dff180
|
||||
|
||||
waitras2:
|
||||
cmp.b #$ac,$dff006
|
||||
beq waitras2
|
||||
move.w #$116,$dff180
|
||||
|
||||
btst #6,$bfe001
|
||||
bne mainloop
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user