the alemeda virus needs some mods before compiling with A86

1) A86 doesn't like POP CS, so change that to NOP
2) A86 guesses wrong, so it doesn't like the DW 0 command at the end of the
   file, change the MOV xx,[ALT_CTRL] to  MOV xx, [ALT_CTRL W] and
   it should compile correctly
3) compile it
4) debug it and go near the end of the phile, that is where the code begins
5) search for the PUSH ES command, and look for the NOP after it
6) Assemble the NOP so it is POP CS

you are done!
