Coder Social home page Coder Social logo

digital-clock's Introduction

Digital-Clock

Digital Clock using assembly language in emu 8086

FEATURES:

  1. The clock shows the time of the computer system.
  2. It will show hours, minutes, and seconds.
  3. It will be using 24 hours format standard.
  4. It will be developed in the console of emu 8086 screen.
  5. It will be displayed using attractive, bold, and large fonts.
  6. The interface is simple with colored text on black background.

METHODOLOGY: The first part will include saving each digit in a variable in data part of code. By this I mean that the digits to be printed will be large so large digits will be created using multiple special characters. The time will be extracted from the system by using the interrupt of clock time. Each digit starting point will be pointed by a variable. Hours, minutes, and seconds will be extracted from the system time interrupt call. The time will be multidigit so each number will be splitted and divided to get the required value. As the time will change in every loop the the whole time prints in one iteration, the clock will need to clear whole screen and print the whole clock again. The loop will continue infinitely until escape button is pressed. The important aspect will be calculating the spacing and jumping to another line after each execution.

digital-clock's People

Contributors

talhazeb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.