Browse Source

Update sz.asm

pull/264/head
lynchaj 4 years ago
committed by GitHub
parent
commit
3a468cbc50
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      Source/Apps/Test/rzsz/sz.asm

14
Source/Apps/Test/rzsz/sz.asm

@ -48,7 +48,7 @@ loc_0_10B: ; CODE XREF: startj
cp 30h cp 30h
jp c, loc_0_21E jp c, loc_0_21E
ld de, 231h ld de, 231h
ld c, 9
ld c, C_WRITESTR
call 5 call 5
call sub_0_1F1 call sub_0_1F1
ld a, (80h) ld a, (80h)
@ -119,7 +119,7 @@ loc_0_196: ; CODE XREF: start+59j
ld de, 36Ch ld de, 36Ch
call sub_0_1E49 call sub_0_1E49
ld de, 36Ch ld de, 36Ch
ld c, 9
ld c, C_WRITESTR
call 5 call 5
pop hl pop hl
pop de pop de
@ -146,7 +146,7 @@ loc_0_196: ; CODE XREF: start+59j
ld (26F1h), hl ld (26F1h), hl
ld (26F5h), hl ld (26F5h), hl
ld de, 385h ld de, 385h
ld c, 9
ld c, C_WRITESTR
call 5 call 5
call sub_0_408 call sub_0_408
call sub_0_854 call sub_0_854
@ -208,12 +208,12 @@ sub_0_20C: ; CODE XREF: start+7Ap start+EBp
loc_0_21E: ; CODE XREF: start+1Bj loc_0_21E: ; CODE XREF: start+1Bj
ld de, 259h ld de, 259h
ld c, 9
ld c, C_WRITESTR
call 5 call 5
loc_0_226: ; CODE XREF: start+2Dj start+44j loc_0_226: ; CODE XREF: start+2Dj start+44j
ld de, 26Eh ld de, 26Eh
ld c, 9
ld c, C_WRITESTR
call 5 call 5
jp 0 jp 0
;---------------------------------------------------------------------------- ;----------------------------------------------------------------------------
@ -1002,11 +1002,11 @@ sub_0_561: ; CODE XREF: sub_0_561+1Fj
ld de, 200h ld de, 200h
sbc hl, de sbc hl, de
jr z, loc_0_582 jr z, loc_0_582
ld c, 7
ld c, A_STATIN
call 5 call 5
or a or a
jr z, loc_0_582 jr z, loc_0_582
ld c, 3
ld c, A_READ
call 5 call 5
ld c, a ld c, a
ld hl, 2067h ld hl, 2067h

Loading…
Cancel
Save