https://github.com/turitoyuenan/armlite-stopwatch
School Homework: Stopwatch Program running on ARMLite Simulator
https://github.com/turitoyuenan/armlite-stopwatch
arm arm-assembly arm-assembly-language armlite cos10004
Last synced: 4 months ago
JSON representation
School Homework: Stopwatch Program running on ARMLite Simulator
- Host: GitHub
- URL: https://github.com/turitoyuenan/armlite-stopwatch
- Owner: TuritoYuenan
- Created: 2023-11-26T12:26:31.000Z (over 1 year ago)
- Default Branch: init
- Last Pushed: 2024-08-09T07:26:12.000Z (10 months ago)
- Last Synced: 2025-01-12T18:51:25.032Z (5 months ago)
- Topics: arm, arm-assembly, arm-assembly-language, armlite, cos10004
- Language: Assembly
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# School Assignment: ARMLite Stopwatch Program
> - Assignment: Assignment 2 - ARM Assembly Programming
> - Unit: Computer Systems (COS10004)
> - Student: Nguyen Ta Minh Triet
> - Date: 13 November 2023 - 26 November 2023
> - School: Swinburne University of Technology (HCMC Campus, Vietnam)This is a Stopwatch program made with ARM Assembly and runs on the ARMLite simulator.
- Powered by Clock and Keyboard Interrupts
- Keyboard control using a keypress handler
- Split time (Multi-split unsupported)
- Stop and Resume, Reset, and Exit
- Features a Graphical User Interface## Usage
1. Load the program file (either console or display) into ARMLite Simulator
2. Press Run and it should start right away
3. Follow the written instructions to control the stopwatch