Fibonacci counter

2008-07-30
assembly math
.asm

Program is counting Fibonacci numbers.
Fibonacci numbers are : 1,1,2,3,5,8,13,21,34 ..
In EDX register is the number of repeating or number of Fibonacci numbers that this program will count to.

Comments are now translated to E...

1 comment
rating : not rated

C program for calculating circumference

2008-02-17
cpp math
.cpp

As it is written in the title this very simple C program is calculating circumference of circle by given radius of the circle.
Interface is in serbian so I will translate it:
first program will ask you to enter circle radius (Unesite pol...

no comments
rating : not rated

C program as simple calculator

2008-02-17
cpp math
.cpp

This C program is simple calculator with basic operations : adding (+), subtracting (-), multiplying (*) and dividing (/). You first need to enter two numbers and then choose operation and then you will get result. Choosing operation is done by pres...

no comments
rating : not rated

Octal number adder

2008-02-17
assembly math
.asm

Program is adding two octal numbers represented as ASCII. Program is written using AT&T syntax and originally was assembled with GCC (GNU Compiler Collection). It is very simple program that uses stack to pass variables as arguments to sub routin...

no comments
rating : not rated


copyright ©2006-2008 Milko Leporis

blog powered by LM Blog version 2.0