Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Assembly (http://www.programmingforums.org/forum20.html)
-   -   how can I call the first... (http://www.programmingforums.org/showthread.php?t=10727)

Edgar Jul 14th, 2006 8:03 PM

how can I call the first...
 
sentence db 'Gypsy music'

Hi how can I call the first character of ?sentence(G)?

findvowel proc
???????????

ret

findvowel EDNP

Thanks guys for your help.

DaWei Jul 14th, 2006 8:19 PM

You mean fetch, not call? It's at address "sentence".

Edgar Jul 17th, 2006 12:28 PM

Yes I'm sorry, fetch the first character. And yes it's at address sentence but I want to fetch just the first character(Will be G)

DaWei Jul 17th, 2006 12:57 PM

Fetch one character (presumably, byte?) from address 'sentence'. It's actually more work to do otherwise. Hit your books, Edgar ;) .

lostcauz Jul 17th, 2006 1:27 PM

You might try the handy search feature of this forum as well. If you use the right keyword it could be quite useful.


All times are GMT -5. The time now is 12:45 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC