vowel count

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
About
This topic belongs to the forum
  • 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
See also
more_less
Informations

0 Replies For the topic :
"vowel count"

This topic has been viewed 344 times.

Last message :
09/03/2009 at 15h40 by "tihor"