Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 277 Bytes

File metadata and controls

12 lines (11 loc) · 277 Bytes

ASM_Text_Reader

This program reads a text file and gives us: the number of words, characters, (upper/lower)case letters

  1. Requirements
  • DOS environment or DOSBox emulator
  • TASM assembler
  1. Run
     tasm program.asm
     tlink program.obj
     program.exe