Re: A86: Re: Learn ASM? Check these out!


[Prev][Next][Index][Thread]

Re: A86: Re: Learn ASM? Check these out!




>>Another:  while writting, comment every line in your source.  It forces you
>>to think about what you are doing, and makes it much easier to debug.  It's
>>hard to figure out what those 50 lines did when you haven't seen it in 2
>>weeks.  Plus, you can figure out if the instruction is actually doing what
>>you want it to do.
>
>
>Tell that to Matthew Shepcar (author of Rascall, Raptor, etc).. I remember
>his only
>comment was like a smiley face or something.. Heheh

Well, if that works for him.  I find asm to be so cryptic it needs
comments.  But in other languages like C/C++ well written code kind of
documents itself.  None of those one letter variable names!


// David Phillips
// mailto:electrum@tfs.net
// AIM: electrum32


References: