; ; SYSLIB Module Name: SCANN ; Author: Richard Conn ; SYSLIB Version Number: 2.0 ; Module Version Number: 1.0 ; Module Entry Points: ; SCANNER ; Module External References: ; None ; ; ; SSCANNER -- ; SCANNER scans the vector of bytes pointed to by HL for ; the vector of bytes pointed to by DE. The HL-byte vector is B bytes ; long, and the DE-byte vector is C bytes long. ; On return, if found, HL points to the beginning location within ; the original HL vector of the located vector and Zero Flag is set. ; If not found, Zero Flag is not set and HL is unaffected. DE and BC ; are not affected by this routine. ; SCANNER:: PUSH B ; SAVE REGISTERS PUSH H ; MAIN LOOP SCAN: ; CHECK FOR DONE MOV A,B ; DONE IF B