JaredStrandWSU / CS260-Keyboard-Interrupt-Assembly

A program that polls/interrupt handles buffers for inputs from an external device and prints the value of the buffer handler to the screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer-Science-260

Examples of my Assembly programming projects for Computer Architecture

All projects were written using Mars V4.5 Simulator.

The program that uses exception handling was designed using the MMIO(Memory Mapped Input/Output) feature inside of Mars. The other project does polling.

About

A program that polls/interrupt handles buffers for inputs from an external device and prints the value of the buffer handler to the screen.


Languages

Language:Assembly 100.0%