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

Is there any web resource to learn machine level language?

2007-04-01 05:28:50 · 3 answers · asked by Kalyan 2 in Computers & Internet Programming & Design

3 answers

Sure. For which machine?

Do you want to program at that level or is there some other purpose?

IBM originally wrote their operating systems in BAL, but later changed to PLS-III which is more block-structured.
If you learn C or C++, you will be programming near the machine opcode level.

2007-04-01 06:57:24 · answer #1 · answered by Thomas K 6 · 0 0

Hi. There are three or more ways to code in assembly. One uses mnemonics, another uses hex code (harder to read) and one use binary (much harder still!). I think you want assembly language. This will get you started http://www.osdata.com/topic/language/asm/asmintro.htm

2007-04-01 12:33:16 · answer #2 · answered by Cirric 7 · 0 0

This is serious ubergeek territory you are entering! Try here
http://www.atariarchives.org/mlb/
and here
http://www.atariarchives.org/2bml/


good luck...

2007-04-01 12:35:02 · answer #3 · answered by zoomjet 7 · 0 0

fedest.com, questions and answers