hi. i'm trying to write a program that replicates a bit *LIKE* a virus
but not a virus. basically it just generates mutated copies of itself.
I was wondering if it is possible to do the following:
org 100h
.code
jmp start
unit1offst dw ? ; offset to 1st unit
unit2offst dw ? ; offset to 2nd unit
unit3offst dw ? ; offset to 3rd unit
start: jmp unit1offst
would this be possible? if not, can someone point me in the right
direction??
thanks,
marc