Some
common DOS functions & interrupts used in 8086
INT 21H
Functions (Content of AH)
Description
00
Terminate the program, we can also use
function 4CH instead
8086 solutions
count and display the words
move a line of text
multiplication table of five numbers stored in memory
read, separate the words and display at center with attributes.
Program to get a string input, count no of vowels and
Write an assembly language program for 8086 to
read a string, count the number of lowercase characters, uppercase
characters, digits and other characters present in the string and
display in the following format in a clear screen-
Entered String- We
The daddies of alt rock/indie? They were truly great in their IRS days, had some stunning stadium pleasers on subsequent albums and were never afraid to try a new approach.I'm so glad they're back to pre-major label form with 'Accelerate'.
[Mod edit: Image resized for long post]
Lock N Load Events presents
GET LOADED IN THE PARK
SUNDAY 12TH JUNE 2011
CLAPHAM COMMON, LONDON
www.getloadedinthepark.com
★ LIMITED EARLY BIRD TICKETS SELLING
Creating a website design is not a simple process. You have to know many details related to web designing to give your websites the most perfect look. Web design layouts vary with respect to the requirements and preferences.
Here are a few common
i need the help of everybody,send me it to my email raivirevandjijoyce@yahoo.fr
TITLE VOWEL COUNT
.MODEL SMALL
.STACK 64H
.DATA
MAXCHAR DB 20H
ACTCHAR DB ?
CHARS DB 20H DUP (?)
ARRAY DB "AEIOUaeiou"
TEMP DB 03H
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
LEA DX,MAXCHAR
MOV
hi,
my javascript function call which is defined in browser is not working with geteval so i am using runScript, I am able to get the values in alert but don't how to read these values?
selenium.runScript("alert(getBoundaries());");
PLeas
Hi,
Using NDK to Call C code from Android Apps
While Android SDK is great for application development, every once in a while you may need access to native code. This code is usually done in C. While you were able to access native code via Java Nativ
Binary systems work in what we represent as 0's and 1's. In probability, the chance of an action occurring adds up to one. What if we designed a probabilistic binary computing system that always adds up to one on the entire circuit? What if we made more
[Mod edit: Image resized for long post]
Lock N Load Events presents
GET LOADED IN THE PARK
SUNDAY 12TH JUNE 2011
CLAPHAM COMMON, LONDON
www.getloadedinthepark.com
★ LIMITED EARLY BIRD TICKETS SELLING
I did a quick search of the forums and did not see this, but it seems a rather common scenario so I apologize if I am being redundant.
I have a primary sales fact table that lists sales as line items from an order, pretty common arrangement. There are