View Single Post
  #24 (permalink)  
Old 11-29-2007, 07:26 AM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 7,348
Rep Power: 66
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default

Quote:
Originally Posted by v0id View Post
Assembly is a great language and really interesting, you shall really look forward to it, TheComputerMaster. Do you already know which assemblers you're going to use? I'm just curious...
I have no idea. Do you think that makes a difference?


Quote:
Originally Posted by G_Morgan View Post
The most important thing with assembly is establish some conventions with how you use the various pieces of the architecture. Where are your returns going to be stored, what are you going to use different registers for, etc.

It's really not that difficult. Really it's like C with more book keeping involved (like the need to manually assign registers to variables or assign space on the stack if you have too many variables). I'd just write out your algorithms in pseudocode and then think about where everything goes.
I don't know any C or C++ or C# :s
Reply With Quote