An open API service indexing awesome lists of open source software.

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

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
```