home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spanish Scene 3
/
SpanishScene3.iso
/
programas
/
safe-hex
/
fchecker.lha
/
removelink.i
< prev
next >
Wrap
Text File
|
1980-01-29
|
1KB
|
81 lines
;---------------------------------------------------------------------------
;
; Assembler include file for the "removelink.library"
; (C) Copyrighted by Johan Öhman 1993
;
; For 'removelink.library' version 32.020 and higher
;---------------------------------------------------------------------------
IFND RL_RLLIB_I
RL_RLLIB_I= 1
; Include "Exec/Types.i"
rsreset
RemoveLinkStruct rs.b 0
RL_FileInfection rs.l 1
RL_MemoryInfection rs.l 1
RL_SectorVName rs.l 1
RL_SectorInfec rs.w 1
RL_NeedsRepair rs.w 1
RL_ActualStatus rs.w 1
RL_HunkStatus rs.w 1
RL_Reservated0 rs.w 1
RL_Reservated1 rs.w 1
RL_Reservated2 rs.w 1
RL_BufferPtr rs.l 1
RL_BufferLen rs.l 1
RL_SectorOffset rs.w 1
RL_VirusList rs.l 1
RL_VirusesCovered rs.w 1
RL_SIZEOF rs.w 0
;----------------------------
rsreset
FileInfectionNode rs.b 0
FI_NextNode rs.l 1
FI_VirusName rs.l 1
FI_InfectionTimes rs.l 1
FI_CopyCount rs.l 1
FI_c0 rs.w 1
FI_SIZEOF rs.w 0
;----------------------------
rsreset
MemoryInfectionNode rs.b 0
MI_NextNode rs.l 1
MI_VirusName rs.l 1
MI_CopyCount rs.l 1
MI_SIZEOF rs.w 0
;----------------------------
rsreset
VirusList rs. 0
VL_NextNode rs.l 1
VL_VirusName rs.l 1
;----------------------------
ERR_NoError:EQU 0
ERR_NotExecutable:EQU 1
ERR_NotWholeFile:EQU 2
ERR_NotCoveredHunkType:EQU 3
ERR_IllegalHunkStruct:EQU 4
ERR_IllegalHunkType:EQU 5
ERR_FileSizeMismatch:EQU 6
ENDC
;------------------------------------------------------------