Fixed the BRL command in the ZSNES debugger (byuu)

This commit is contained in:
pagefault
2001-08-15 06:46:02 +00:00
parent 95953186df
commit cd1aaef33e

View File

@@ -191,7 +191,7 @@ NEWSYM startdebugger
; mov edx,[romdata]
; add edx,3E5CCEh
; mov ecx,0022h
; mov edx,[romdata]
; mov edx,[romdata]
; add edx,1024*4096
; mov ecx,65536
@@ -2991,6 +2991,7 @@ SECTION .text
stosb
mov ax,[esi+1]
add ax,[xpc]
add ax,3
call .printhex16
mov al,32
mov ecx,5