Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-17-2006, 01:15 PM   #1 (permalink)
 
Super Techie

Join Date: Jul 2006

Posts: 486

ZeroShade is on a distinguished road

Default Machine Language

Does anybody know a tutorial on programming machine langauge? I search it on google but just find old things for the com. 64 and older computers. I need one thats more up-to-date. Does anybody know? (Or if anybody knows of a book, could u let me know?)
__________________
Live And Let Learn.
ZeroShade is offline  
Old 07-17-2006, 03:42 PM   #2 (permalink)
 
True Techie

Join Date: May 2006

Posts: 101

jonmon6691

Default

What did you search, if you searched "programming language" im sure you came up with results like that, you need to know what language you want to use, for example: C/C++, PEARL, JAVA, C#, PYTHON, ETC...
if you google thoose with tutorial after it of learn before them (c++ tutorial or learn c++) then you will show some more meaningful results.
__________________
<small>
.:HP Pavillion dv6000:.
1.8 ghtz Intel Core 2 Duo
2GB RAM
120 GB HDD
nVidia Go graphics
Apache 2.2 (looking for a domain name)
</small>
jonmon6691 is offline  
Old 07-17-2006, 03:47 PM   #3 (permalink)
 
Super Techie

Join Date: Jul 2006

Posts: 486

ZeroShade is on a distinguished road

Default

I searched programming machine language... I know that if i searched "programming language" I would get those languages.... I'm not concerned about those though, I have books on them.
__________________
Live And Let Learn.
ZeroShade is offline  
Old 07-17-2006, 04:40 PM   #4 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

You don't want to learn machine language because it's all binary numbers (000011010100110101...). These are the instructions the processor understands. They're not meant to be read by humans. What you mean is assembly. Assembly language is specific to a processor. For instance, the assembly language used to program a motorola 68HC11 is different from the assembly that an intel pentium understands. Search the web for info on assembly language and computer architecture.
jaeusm is offline  
Old 07-17-2006, 04:57 PM   #5 (permalink)
 
Super Techie

Join Date: Jul 2006

Posts: 486

ZeroShade is on a distinguished road

Default

k.... thanks!!
__________________
Live And Let Learn.
ZeroShade is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On