what is Assembly languages...

Discussion in 'Programming' started by bulochc83, Jul 14, 2010.

  1. #1
    suggest me...
     
    bulochc83, Jul 14, 2010 IP
  2. Rainulf

    Rainulf Active Member

    Messages:
    373
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
  3. NedBool

    NedBool Guest

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    There is no such a thing as Assembly languages - are you looking for an assembler ?
     
    NedBool, Jul 14, 2010 IP
  4. Deacalion

    Deacalion Peon

    Messages:
    438
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Since you have 'asp.net' in your signature I'm guessing you mean CIL (Common Intermediate Language)? or x86 Assembly?
     
    Deacalion, Jul 14, 2010 IP
  5. Harris21

    Harris21 Peon

    Messages:
    28
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Assembly languages are a type of low-level languages for programming computers. They implement a symbolic representation of the numeric machine codes and other constants needed to program a particular CPU architecture. This representation is usually defined by the hardware manufacturer, and is based on abbreviations called mnemonics that help the programmer remember individual instructions, registers, etc.

    A utility program called an assembler is used to translate assembly language statements into the target computer's machine code. The assembler performs a more or less isomorphic translation (a one-to-one mapping) from mnemonic statements into machine instructions and data. This is in contrast with high-level languages, in which a single statement generally results in many machine instructions.
     
    Harris21, Aug 2, 2010 IP
    symx likes this.
  6. sql

    sql Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
  7. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #7
    If you want to learn about assembly code, start with the Motorola 68000 cpu. You will need a simulator.
     
    Kaizoku, Aug 6, 2010 IP