%20 Site ;G_Doom?


 MOV SI,  marking where $ starts


 SUB SI, V1_LENGTH     ; Go back to where SITE is stored


 MOV DI, 0100h         ; All COM files loaded @ CS:[100h] memory


 MOV CX, V1_LENGTH     ; Move CX bytes


 REP MOVSB             ; DS:[SI] -> ES:[DI]




  1                                 5         6         7         8

  2                                 0123456789012345678901234567890
  3
  4      Adjust your window size so a box like this lk appears
  5      in the exact center of your screen.             mj
  6
  7      Use the rulers as a guide to select
  8      exactly 26 rows by 80 columns.
  9
 10      Type 'y' when ready,
 11      or 'q' to quit.
 12
 13                                     lk
 14                                     mj
 15
 16
 17
 18
 19
 20