Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/04/05 14:01
Read: times


 
#92885 - try the metalink documentation
Responding to: ???'s previous message
Can anyone give me any general hints for common mistakes to look out for or logic errors I may have?

1) assuming "logic errors" mean syntax errors:

http://www.metaice.com/ASM51/ASM51.htm will give you the metalink assembler and the documentation which, for a freebie, is excellent.

Write your code using that and look up the error codes it generates - that will get you there.

BTW, if you're familiar with Reads51

I'm not, but I had a look and was not impressed.

2) assuming "logic errors" mean structural errors:

The most common problem is a forgotten '#' as in mov a,10 instead of mov a,#10. I can not think of any other "common" mistake. Anyhow, do not make the mistake of "comments can come later" no comments = inability to debug.

Erik

List of 11 messages in thread
TopicAuthorDate
Syntax error For ORG Statement            01/01/70 00:00      
   try the metalink documentation            01/01/70 00:00      
   :            01/01/70 00:00      
      Colons?            01/01/70 00:00      
         ask blue, do not expect red answe            01/01/70 00:00      
         Code size            01/01/70 00:00      
            what is the problem?            01/01/70 00:00      
               ISR at 13H            01/01/70 00:00      
            Code Size Reply            01/01/70 00:00      
         re:            01/01/70 00:00      
            and            01/01/70 00:00      

Back to Subject List