Skip to content

gvmmybear/ASM_Portfolio_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ASM_Portfolio_Project

A Low Level I/O Program Written in Assembly Language

Author: Christian Castro Date: 01/09/2022

Program: Low Level I/O Using String Primitives and Macros Language: Assembly Language for x86 Processors using MASM

Overview: This project was our final portfolio project for Oregon State Univeristy CS course 271 (Computer Architecture and Assembly Language). The functionality of this program is quite simple, it takes 10 integers from user input and calculates the sum and truncated average of these numbers. After these calculations are complete, the program then prints out the entered numbers as well as the results for the sum and average.

However, the requirements for this particular project restricted use of certain Irvine32 library procedures such as ReadInt/WriteInt, ReadDec, etc. Thus, the user's input is processed as string and converted to signed integer values so these simple calculations can be computed. Once these calculations are done, the process of converting from integer to string is also executed by use of Macros and string primitives before being displayed for the program user.

Note: There are a few edge cases (i.e. very large and small integer values that should still fit within a 32-bit reg) that this program can not currently handle. Unfortunately the license for the IDE I was using for school has lapsed, but once I have some time to get set up in a new environment, I plan on fixing that issue as well as cleaning up some of the program flow.

About

A Low Level I/O Program Written in Assembly Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published