A simple word search program that searches through a .txt and prints the matches line, total number of lines, and the number of matches
- Assembly 100%
|
|
||
|---|---|---|
| README.md | ||
| word-search.s | ||
Arm-word-search
A simple word search program that searches through a .txt file and prints the matches line, total number of lines, and the number of matches
To run the program
- Go to where the file is in your directory via
cdcommand - Make an executable with the .s file:
arm-linux-gnueabi-gcc -o word-search word-search.s - run the program:
cat [filename].txt | qemu-arm -L /usr/arm-linux-gnueabi/ word-search