Skip to content

Algorithmic calendar assemble in Assembly Language 8086,

Notifications You must be signed in to change notification settings

Armando024/Assembly_Language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

An algorithmic calender in assembly language.

Why constructed?

It's very important and useful to understand what happens at the low level of programming. This become important when dealing with optimization problems. Such as problems that required the manipulation of big data.

How it was constructed?

First: was figuring out how to write a single digit to a space.

Second: Afterwards was to create a loop that increase the number and coordinate. looping: increase date number increase coordinate print to that coordinate repeat looping

Third: The rest was dealing with dates and leap years which just became more of a flow control.

How to run?

You can run it using it emu8086. 
  http://www.emu8086.com/
You can also used TASM which can be found in the internet.

Example gif

About

Algorithmic calendar assemble in Assembly Language 8086,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published