Any processor will have a native assembly language. What compilers do is take a higher level language like C and convert it into the op codes for the target processor.
Since most PCs are X86 based, pick up a book on X86 assembly language and learn about the internal architecture of the X86 processor.
If you are interested in moving into the embedded world where being able to program in hand optimized assembly is helpful you might want to check out some books on the internals of the more popular embedded processors, powerpc, for example.
2007-05-21 09:03:03
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
Punch Cards you would probably have to go to an antique museum, but for something that is probably a little easier and a little more fun, would be programming web pages. It allows you to be creative and you can eventually make money with it. It has a simple structure like HTML which is the basic language. You can then work your way up to stuff that is more difficult if you want to move to PHP, Perl, and JavaScript.
2007-05-21 16:02:39
·
answer #2
·
answered by Anonymous
·
0⤊
2⤋
I have a bunch of 5081s you may use (of course, use columns 1-8 for instruction labels, reserve columns 73-80 for sequence numbers, generally instructions are first nonblank string, followed by operands, followed by comments (if any) up to sequence number columns. Then run through assembler. See IBM Principles of Operation. (commonly called PoOP)
2007-05-21 17:02:19
·
answer #3
·
answered by fjpoblam 7
·
0⤊
0⤋
Take a Google on machine code: http://en.wikipedia.org/wiki/Machine_code. That's a bunch of hard core binary action and you shouldn't need any punch card readers and such. Besides I don't think punch cards were always using machine code.
-Vainentree
2007-05-21 16:00:10
·
answer #4
·
answered by vainentree 2
·
0⤊
0⤋
Want a challenge? Then learn this language.
2007-05-21 16:07:42
·
answer #5
·
answered by AnalProgrammer 7
·
0⤊
0⤋
Get some processor and learn assembly for it. I suggest something with no pipe-lining, like the propeller processor.
http://www.parallax.com/propeller/index.asp
2007-05-21 16:01:10
·
answer #6
·
answered by paperclip000 1
·
0⤊
0⤋
assembly language
http://en.wikipedia.org/wiki/Low-level_programming_language
for entertainment here is a virtual punchcard simulator:
http://www.facade.com/legacy/punchcard/
put this code in:
FORMAT(13H HELLO, WORLD)
for kicks.
2007-05-21 15:59:10
·
answer #7
·
answered by No Name 4
·
0⤊
0⤋