Learn how to Make Money Online | Free Tech Magazines
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Articles / Source Code > Programming

Post New Thread  Submit New Article Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 
Tutorials and Source Code in : Assembly language programming ( ALP ) Bookmarks Forum Tools Search this Forum
Announcement
Views: 11,615 View Announcement Announcement: Rules for Duplicate Article Submission
10-08-2008 shabbir (Go4Expert Founder)
  Rating Article / Author Last Post Reverse Sort Order Replies Views
 
Thread Rating: 2 votes, 5.00 average. shabbir
Addition of two 8 bit numbers. MVI B, 06 //Load Register B with the Hex value 06 MOV A, B //Move the value in B to the Accumulator or register A MVI C, 07 //Load the Register C with the second number 07 ADD C //Add the content of the Accumulator to the Register C
Yesterday 07:36 PM
by sheryl Go to last post
41 59,453
Talking
shabbir
Introduction More ALP program time and this time its Addition of 10 numbers stored in memory at consecutive locations Code with all lines explained The subroutine we will use is as follows. This will behave as a delay for our counter LDA XXXX // Some memory location say 8500 //...
08-25-2008 01:20 PM
by login33 Go to last post
2 4,574
 
Thread Rating: 1 votes, 5.00 average. shabbir
Introduction I get lots of emails and PM to write some more Assembly language programs and as I have some time I thought of writing some more. Its called Counters using the delay routine. Subroutine The subroutine we will use is as follows. This will behave as a delay for our counter
02-27-2008 05:04 AM
by sangelion Go to last post
8 5,543
 
jwshepherd
This is actually posted on Microsoft's website to remove Non-Dos partitions, but it will remove all partition tables. I have used it for years to damaged hard drives where the MBR is damaged and cannot be removed to be re-formated any other way. Table 1: Debug Script to Erase Hard-Disk Partition...
12-10-2007 02:50 PM
by sreeja Go to last post
3 5,900
 
jwshepherd
Looking through some archives of mine, I found some old BW (Biological Warfare) documents virus kits, and source codes. So here is an old virus from 1994 written in assembly language, if you do manage to compile it it basically sends a green arrow across the screen. But I am sure (ha ha ) that all...
08-14-2007 02:21 PM
by jwshepherd Go to last post
0 7,843
Post New Thread  Submit New Article Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 

Display Options Currently Active Users
Showing articles 1 to 5 of 5 1 (0 members & 1 guests)
 
Forum Tools Search this Forum
Search this Forum :

Advanced Search
Bookmarks

New comments New comments More than 15 replies or 150 views Hot articles with new comments
No new comments No new comments More than 15 replies or 150 views Hot article with no new comments
Closed Thread Article is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 

All times are GMT +5.5. The time now is 06:15 AM.