Translation and run: TASM sample.asm /m /jjumps /z TLINK sample.obj /3 /x DEL *.obj Translation and run under Turbo Debugger. TASM sample.asm /m /jjumps /z /zi TLINK sample.obj /3 /x /v TD sample.exe DEL *.obj DEL *.exe