Update README.md
This commit is contained in:
parent
91e6911c75
commit
6e4086e700
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
||||||
# MASM-Low_Level_IO
|
# MASM-Low_Level_IO
|
||||||
|
|
||||||
This program was my final project for **CS 271 - Computer Architecure and
|
This program uses string primitives, macros
|
||||||
Assembly Lanuage** at Oregon State University. It uses string primitives, macros
|
|
||||||
and procedures to perform low level I/O operations in x86 Assembly.
|
and procedures to perform low level I/O operations in x86 Assembly.
|
||||||
|
|
||||||
## Program Description
|
|
||||||
|
|
||||||
The program asks for 10 signed integers from the user as strings. The strings
|
The program asks for 10 signed integers from the user as strings. The strings
|
||||||
are converted from ASCII to SDWORDs and stored in an array. Then, their sum,
|
are converted from ASCII to SDWORDs and stored in an array. Then, their sum,
|
||||||
and the truncated average are calculated. Finally, all numbers entered by the
|
and the truncated average are calculated. Finally, all numbers entered by the
|
||||||
|
|
Loading…
Reference in a new issue