Gallery showing all the ASM (Assembly Language) programmes I have made, along with source code and compiled executable files.

Gallery

First pagePrevious pageNext pageLast page

Row Num Title Date Source code Download
1 Add 10
Basic programme that adds 10 to the entered number.
17/04/2006 add10.asm add10.exe
2 Fibonacci calculator
Allows the user to edit and display a custom fibonacci pattern
28/03/2006 fib4.asm fib4.exe
3 Convert case
Convert the entered string into upper or lower case
28/03/2006 conCase.asm conCase.exe
4 Volume calculator
Calculators the area of a 3D object
19/03/2006 cube.asm cube.exe
5 Area/Volume calculator
Choose either square or cube to calculate the area/volume of the object
19/03/2006 sqrCub.asm sqrCub.exe
6 Area calculator
Calculates the area of a rectange
17/03/2006 square.asm square.exe
7 Pascal triangle
Displays a pascal triangle neatly
09/03/2006 pascal.asm pascal.exe
8 Username and password check
Checks the username and password use the correct format. Was for a Uni assignment
09/03/2006 testAB5.asm testAB5.exe
9 Palin check
Tests if a word is the same forward and backwords, e.g. madam, abba
28/02/2006 palin.asm palin.exe
10 Word count
Counts how many words are in a sentence, ignoring double spaces
26/02/2006 wCount.asm wCount.exe
11 Advanced calculator
Extends the calculator with multiplication, division and support for minus numbers
25/02/2006 calc8.asm calc8.exe
12 Add subtract calculator
Basic calculator supporting addition and subtraction of two numbers
21/02/2006 calc4.asm calc4.exe
13 Third bit check
Tests if the 3rd bit in a byte is true or false
31/01/2006 testBit3.asm testBit3.exe
14 Hex Pair
Displays the entered character in its hex equivelent
22/01/2006 hexFun2.asm hexFun2.exe
15 Backwards
Displays the entered message back to front
14/01/2006 reverse2.asm reverse2.exe