hey guys, im new to programming and i wanna learn assembly, can anyone give me some good tips or tricks? I already know html pretty well so im already really good with computers
Nope. Read the book I recommended. The instruction set is hardware dependent, assembly programming is operating system dependent (e.g., making kernel calls).
Name:
Anonymous2011-12-08 12:19
>>8
I think what >>5 was trying to say is that he doesn't like interrupts, or "int 80h".
The WORST thing you could possibly do is read Intel's documentation. It does NOT teach you how to write assembly programs, it just documents the instruction set. The instruction set details are the last thing you need, you can always look those up, the most important is to understand stuff like the memory model and computer architecture.
Name:
Anonymous2011-12-08 17:09
>>17
no you sir are wrong
the most important thing is not to understand.