https://github.com/sameetasadullah/get-current-time-in-assembly
Code written in Assembly Language to get Current Time of your System
https://github.com/sameetasadullah/get-current-time-in-assembly
8086 assembly-language bits current-time dosbox masm615
Last synced: 7 months ago
JSON representation
Code written in Assembly Language to get Current Time of your System
- Host: GitHub
- URL: https://github.com/sameetasadullah/get-current-time-in-assembly
- Owner: SameetAsadullah
- Created: 2022-07-22T21:33:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T21:39:14.000Z (about 3 years ago)
- Last Synced: 2025-01-21T17:51:07.507Z (9 months ago)
- Topics: 8086, assembly-language, bits, current-time, dosbox, masm615
- Language: Assembly
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Get Current Time in Assembly
### Description
It is a simple code written in `Assembly Language` to get `Current Time` of your System.### Manual
1) Use these command in dosbox to `Compile` and `Run` the code:
```
ml main.asm
```
```
main.exe
```
![]()