tihor at 15h40
09
Mar
2009
vowel count
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 AH,0AH
INT 21H
MOV CH,00
MOV CL,ACTCHAR
MOV DL,00
LEA SI,CHARS
P
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 AH,0AH
INT 21H
MOV CH,00
MOV CL,ACTCHAR
MOV DL,00
LEA SI,CHARS
P
About
This topic belongs to the forum
The Forum indeed is the solution to your needs..
- Numbers of topics : 606
- Numbers of messages : 1518
- Numbers of users : 2259
- Numbers of points : 49
Similar topics
yesma k problem cha??
;title array
;dosseg
.model small
.stack 64h
.data
max db 20h
act db ?
str db 20h dup(?)
vow db 'a','e','i','o','u','A','E','I','O','U'
.code
main proc
mov ax, @DATA
mov ds, ax
lea dx, max
I've seen this feature on smf forums.
It should be able to be implemented on phpbb.
Dear DM Experts,
I am ponding this interesting scenario. What is the best way to resolve this requirement?
The simple is requirement is to track the patient re-admission rate in a hospital. For e.g., if patient A was admitted on 1st March 2009, 20th
Twitter Followers Widget
This is a cool little widget that you can use to count your twitter followers, just follow me and you can't go wrong
Lets get started with the PHP...
Code:<?php
$tw =
Hello,
How do I get the subdimension count?
I have a table
FactPolicyAggregate
DimAutoVehicles
DimAutoDrivers
AutoVehicles and AutoDrivers have effective and expiration dates.
How do I get the number of AutoVehicles and AutoDrivers, who
Forums from same category
The best place on the web to discuss and just generally gibber about all things Amiga & Commodore (and have a laugh at the same time)... :-)
1st International Nimbuzz Forum
under construction
Welcome To My Community ini Tempatnya berkumpul anak anak newbie
Nimbuzz PC Tools, Tips and Tricks, All about Nimbuzz. Fake and Simple Ids For Sale.
Rockz4m - The Leading Forum For Games, Softwares, Movies, Tips & Tricks, etc....
Search
Informations
0 Replies For the topic :
"vowel count"
This topic has been viewed 344 times.
Last message :
09/03/2009 at 15h40 by "tihor"






