We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed453af commit 5359693Copy full SHA for 5359693
src/fileioc/fileioc.asm
@@ -833,13 +833,9 @@ _DetectVar:
833
; arg0 : address of pointer to being search
834
; arg1 : pointer to null terminated string of data to search for
835
; arg2 : type of varaible to search for
836
- pop hl
837
- pop de
838
- pop bc
839
- push bc
840
- push de
841
- push hl
842
- ld a,c
+ ld hl,9
+ add hl,sp
+ ld a,(hl)
843
jr +_
844
845
;-------------------------------------------------------------------------------
0 commit comments