mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-16 07:49:24 +00:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
|
||||
|
||||
.model tiny
|
||||
|
||||
.code
|
||||
|
||||
;******************************************************************************
|
||||
;The host program starts here. This one is a dummy that just returns control
|
||||
;to DOS.
|
||||
public HOST
|
||||
|
||||
db 100 dup (0)
|
||||
HOST:
|
||||
mov ax,4C00H ;Terminate, error code = 0
|
||||
int 21H
|
||||
|
||||
HOST_END:
|
||||
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user