English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-09-23 03:46:24 · 3 answers · asked by behindline 1 in Science & Mathematics Engineering

3 answers

This is roughly equivalent to asking "How do I talk to a human being?"

Just as there are different human languages, such as English, Spanish, French, Chinese, Japanese, etc, there are different assembly languages for different processor architectures, such as Intel x86, MIPS, PowerPC, ARM, etc.

Just as most human languages have many things in common, such as nouns, verbs, tense, conjugation, etc. there are many things which are common across most assembly languages. Most assembly languages have load and store instructions, instructions to add, subtract, do binary operations, call/return from functions, etc.

So there is no "universal" assembly language format. If you want a more specific answer, you need to ask a more specific question.

2007-09-23 08:44:25 · answer #1 · answered by tm314159 2 · 1 0

It's the lowest level of abstractionn for a computers instruction set. Each line of code corresponds to one machine instruction.

Doug

2007-09-23 04:32:51 · answer #2 · answered by doug_donaghue 7 · 2 0

You need to look it up for your particular chip.
In general it is composed of an instruction followed by a data component and an pointer component.

2007-09-23 05:37:32 · answer #3 · answered by goblin 4 · 1 0

fedest.com, questions and answers