View Single Post
Old May 13th, 2006, 9:33 AM   #12
Wilheimer
Newbie
 
Join Date: Apr 2006
Posts: 13
Rep Power: 0 Wilheimer is on a distinguished road
I started by learning qbasic, which as DaWei states, is not a very effective tool. It did however, teach me some of the general concepts behind programming. Assembly requires knowledge of these concepts along with knowing the architecture of the target processor you are programming for. Another aspect of assembly is that the programmer must be familiar with different number systems (binary, hex).
Wilheimer is offline   Reply With Quote