From 6e4086e7007d1729485d6b2ea892fc5f8056692f Mon Sep 17 00:00:00 2001 From: Andrew Scott <91222421+andcscott@users.noreply.github.com> Date: Thu, 28 Jul 2022 21:37:18 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b10d0b..97c8a83 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ # MASM-Low_Level_IO -This program was my final project for **CS 271 - Computer Architecure and -Assembly Lanuage** at Oregon State University. It uses string primitives, macros +This program uses string primitives, macros 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 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