Code readability cleanup
This commit is contained in:
@@ -2893,7 +2893,7 @@ NEWSYM ClockOutputB
|
|||||||
dec ebx
|
dec ebx
|
||||||
jnz .loop2b
|
jnz .loop2b
|
||||||
.do8b
|
.do8b
|
||||||
call GetTimeInSeconds
|
call GetTimeInSeconds
|
||||||
xor edx,edx
|
xor edx,edx
|
||||||
mov ebx,60
|
mov ebx,60
|
||||||
div ebx
|
div ebx
|
||||||
@@ -3035,7 +3035,6 @@ NEWSYM hextestoutput
|
|||||||
add eax,40h
|
add eax,40h
|
||||||
mov edx,eax
|
mov edx,eax
|
||||||
mov [Testval],edx
|
mov [Testval],edx
|
||||||
|
|
||||||
cmp byte[pressed+25],1
|
cmp byte[pressed+25],1
|
||||||
jne .nopress25
|
jne .nopress25
|
||||||
jmp .nopress25
|
jmp .nopress25
|
||||||
@@ -3505,7 +3504,6 @@ NEWSYM copyvid
|
|||||||
mov dword[chatstrR5],0
|
mov dword[chatstrR5],0
|
||||||
.nortl5
|
.nortl5
|
||||||
|
|
||||||
|
|
||||||
; Test if add table needs updating
|
; Test if add table needs updating
|
||||||
cmp byte[cbitmode],0
|
cmp byte[cbitmode],0
|
||||||
je .notatud
|
je .notatud
|
||||||
|
|||||||
Reference in New Issue
Block a user