From 91e6911c75f4315df1cebbbf0fe1e9dad86cea6a Mon Sep 17 00:00:00 2001 From: Andrew Scott <91222421+andcscott@users.noreply.github.com> Date: Sat, 26 Mar 2022 22:15:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 582e6ef..5b10d0b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This program was my final project for **CS 271 - Computer Architecure and Assembly Lanuage** at Oregon State University. It uses string primitives, macros -and procedures to perform low level I/O operations. +and procedures to perform low level I/O operations in x86 Assembly. ## Program Description