/Get-Current-Time-in-Assembly

Code written in Assembly Language to get Current Time of your System

Primary LanguageAssembly

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