need asm code. help me

Discussion in 'Assembly Language Programming (ALP) Forum' started by mr1528, Jul 16, 2006.

Thread Status:
Not open for further replies.
  1. mr1528

    mr1528 New Member

    Joined:
    Jul 16, 2006
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    i need asm code 4 :

    1. product table number

    output :

    - 10 11 12 ... 20
    10 100 110 120 ..
    11 110 ....
    12 .
    13 .
    .
    .
    .
    20
    -----------------------------------------
    2. give number with max 20 digit and print sum of digit

    example : 345345345
    output :
    sum is : 36
    ------------------------------------------
    3. give a string with length=80
    delete 20 char from first
    delete 20 char from last
    and change remind char to uppercase and print it

    example
    rejhtejkrthekrjtherkjtherkjthrkejt...

    output :
    JTHER....
    --------------------------------------------
    4. give this data and calculate tax

    paid hour tax
    -----------|------|-------
    100-150 | 0 | 10%
    150-180 | 20 | 11%
    180-200 | 50 | 12%
    200-250 | 80 | 13%
    --------------------------------------

    thx from all.
    excuse me 4 bad english ;)
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    You cannot ask for such a help like I need ... Please read [thread=168]Before you make a query[/thread] Thread closed.
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice