/assembly_file_statistics

Assembly project to compute file statistics using MIPS for class CS5330 (Computer Architecture) at the University of Texas at Dallas.

Primary LanguageAssembly

File Statistics using MIPS

Wite a MIPS Assembly Language program to produce the following statistics from an input file. A sample is attached: do not hardcode the file name in your source code. How many: upper case letters, lower case letters, number symbols, other symbols, lines of text, and signed numbers? Upload your source code, report, and any other required files here.