Count numbers in words.

Posted by bachchan on Stack Overflow See other posts from Stack Overflow or by bachchan
Published on 2010-05-06T09:04:45Z Indexed on 2010/05/06 9:08 UTC
Read the original article Hit count: 174

Filed under:

I need an assembler 8080 software which counts words (delimited by space) which have more than two number in it.

Example : this sh0uld b3 l1ke th1s would print : 0 words

but Example : this sh0uld b3 l1k3 th1s f000k would print : 2 words <- word l1k3 contain number 1,3 and f000k number 0,0,0

the output should be displayer in hexadecimal format (optional)

© Stack Overflow or respective owner

Related posts about assembly