finding the mode of 11 numbers

Discussion in 'Assembly Language Programming (ALP) Forum' started by motoash, Dec 9, 2007.

  1. motoash

    motoash New Member

    Joined:
    Dec 9, 2007
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    hi i need to find the mode of 11 numbers in Assembly language could someone help me with this i am a beginner and need help with this you could enter the code with the comments i just want to understand how you do the code thanks

    AREA ModeCode, CODE, READONLY ;to find the mode (most reoccuring number)
    ENTRY ;first instruction to call

    ; your code goes here

    AREA ModeData, DATA, READWRITE
    src
    DCD 45,-18,64,-23,-3,0,12,45,64,-3,64
    END
     

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