![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
hi: for(;;) goto hi;
|
Is Assembly a programming language?
I figured I'd register here and ask some seemingly knowledgeable people. My friend insists it isn't, but by the definition of "programming language" (and common sense) I think it definitely is.
|
|
|
|
|
#2 |
|
Professional Programmer
|
Its the language in which the programmer communicates with the processor.
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
assembly is a low level "language", C++ and those like it are high level languages.
http://www.google.com/search?hl=en&h...ition&ct=title low level language is: A machine language or an assembly language. Low-level languages are closer to the hardware than are high-level programming languages, which are closer to human languages. often for these low level langauges, some instructions can be converted 1 to 1 over to machine language from assembly, this is not always true but in a lot of cases. whereas in a high level language one statement can translate into pages and pages of machine language. http://en.wikipedia.org/wiki/Assembly_language in any case, its still a language, still and abstraction that expresses some meaning.
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt Last edited by melbolt; Jun 21st, 2006 at 12:30 AM. |
|
|
|
|
#4 |
|
hi: for(;;) goto hi;
|
Thanks, guys.
|
|
|
|
|
#5 |
|
Professional Programmer
![]() Join Date: Sep 2005
Posts: 419
Rep Power: 3
![]() |
>My friend insists it isn't
I'd like to see what your friend's arguments are to justify that opinion.
__________________
Even if the voices aren't real, they have some pretty good ideas. |
|
|
|
|
#6 |
|
Hobbyist Programmer
Join Date: Oct 2005
Location: Melbourne, Australia
Posts: 126
Rep Power: 3
![]() |
>I'd like to see what your friend's arguments are to justify that opinion.
They probably looked up jmp and esi in every dictionary they could find, but came up with nothing. ![]()
__________________
it's ironic considerate rarity patron of love higher knowledge engulfs me... |
|
|
|
|
#7 |
|
Hobbyist Programmer
Join Date: Oct 2005
Location: Ohio
Posts: 177
Rep Power: 0
![]() |
Assembly is a nice language to program in. Too bad there are no libraries for it.
|
|
|
|
|
#8 |
|
Professional Programmer
|
I believe there are libraries for it.
|
|
|
|
|
#9 | |
|
Hobbyist Programmer
|
Quote:
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt |
|
|
|
|
|
#10 | |
|
Hobbyist Programmer
Join Date: Oct 2005
Location: Ohio
Posts: 177
Rep Power: 0
![]() |
Quote:
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|