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

2007-03-26 05:41:33 · 4 answers · asked by katkotat_baba_81 1 in Computers & Internet Hardware Desktops

4 answers

assembly language is the rawest form of computer language next to binary. It looks like this:

PUSH 0x48A7C
PUSH 0x7BC57
CALL 0x935C
ADD 0x8DACB

When you compile a computer program from say C or C++ it is compiled into assembly or machine language. You can view this assembly by getting a disassembler, or learning how to translate solid hex.

2007-03-26 05:48:02 · answer #1 · answered by Anonymous · 0 0

An assembly language is a low-level language used in the writing of computer programs.

2007-03-26 12:44:36 · answer #2 · answered by up.tobat 5 · 0 1

Do you mean Assembly Language?

2007-03-26 12:45:17 · answer #3 · answered by Jim Maryland 7 · 0 0

You mean ASSEMBLY...

It is a programming language

http://en.wikipedia.org/wiki/Assembly_language

2007-03-26 12:45:45 · answer #4 · answered by Duds331 5 · 0 0

fedest.com, questions and answers