; Strange Brew Checking code
; Slayer - a desktop anti-virus for RISC OS
; Copyright (C) 1996 - 2000 Kiwi Software (UK)
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program; if not, write to the Free Software
; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
;
; info@kiwisoft.co.uk
; -------------------------------------------------------------------------


; created by Rob (07/12/98)
; Created with the help of Kira L Brown



.sbrew1_word		dcd	&05150c00
.sbrew2_word		dcd	&f7a1be2d

			funcName "sbrew_check"

.sbrew_check		ldr	r1,bufferBottomOfFile_152
 			ldr	r2,sbrew1_word
			cmp	r2,r1
			movnes	pc,r14


			ldr	r1,bufferBottomOfFile_156
			ldr	r2,sbrew2_word
			cmp	r2,r1
			movnes	pc,r14

 			mov	r0,#sbrew
 			ldmfd	r13!,{pc}	;found virus: unstack and
 						;return to caller



