Saturday, 16 January 2016

Tuesday, 24 February 2015

Monday, 16 February 2015

Assembly Language Tips

0.   Circular Page Scrolling

1.   Print contents of 1st page to 7th page , 2nd page to 6th page and so on...
      Click Here

2.   Assembly Language code for printing a Message in middle row and it moves forward along the           screen CLICK HERE

3.   For Getting a number as input and Display a number less than 65536  Assembly

4.   Print a square  on the screen. SQUARE

5.   Binary Calculator

6.   Digital Clock

7.   Pop Up Menu 

Saturday, 7 February 2015

Java Projects

I did some simple Graphical user interface project in Netbeans Java.

  • Sudoku Solver which can solves any 9x9 Sudoku.
  • Puzzle game like arranging number in a particular format
  • Tic Tac Toe game ( Player vs. Player)
  • Simple Contact Database using  Microsoft SQL Server (Insert , Delete , Update and Search operations)
  • most popular Snake Game
  • Simple Calculator
Project SNAPSHOT

For source code of these projects
contact me..

Assembly Language Tips

Assembly code for Computing factorial and printing the Result