Fixed the BRL command in the ZSNES debugger (byuu)
This commit is contained in:
@@ -191,7 +191,7 @@ NEWSYM startdebugger
|
|||||||
; mov edx,[romdata]
|
; mov edx,[romdata]
|
||||||
; add edx,3E5CCEh
|
; add edx,3E5CCEh
|
||||||
; mov ecx,0022h
|
; mov ecx,0022h
|
||||||
; mov edx,[romdata]
|
; mov edx,[romdata]
|
||||||
; add edx,1024*4096
|
; add edx,1024*4096
|
||||||
; mov ecx,65536
|
; mov ecx,65536
|
||||||
|
|
||||||
@@ -2991,6 +2991,7 @@ SECTION .text
|
|||||||
stosb
|
stosb
|
||||||
mov ax,[esi+1]
|
mov ax,[esi+1]
|
||||||
add ax,[xpc]
|
add ax,[xpc]
|
||||||
|
add ax,3
|
||||||
call .printhex16
|
call .printhex16
|
||||||
mov al,32
|
mov al,32
|
||||||
mov ecx,5
|
mov ecx,5
|
||||||
|
|||||||
Reference in New Issue
Block a user