;program TEST.ASM: Testing the MASM installation.
;
      .MODEL SMALL
      .DATA
MSG DB \'way to go... MASM works!\',13,10,\'$\'

      .CODE
      ;STARTUP
      LEA DX,MSG ;set up pointer to greeting
      MOV AH,9 ;display string function
      INT 21H ;DOS call
      ;EXIT

      END

교수새끼가 똑같이 따라하고 감상문 써라고하더니
막상 따라하니까 오류만 존나 나네
오류에 대한 감상문쓰는거냐니까 직접 고쳐서하래네
존나 빡친다