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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/31/09 20:10
Read: times


 
#172082 - Assembler.
Responding to: ???'s previous message

Kirsten,
We don't dole out working solutions to problems, but we are always very keen to help you get there.

Here's a first clue.

Assembler knows nothing except to execute instructions one after another, unless something says jump
somewhere else.

First step:
Isolate the start, initialisation and subroutines in your code. Put comments in.
Write, at the beginning of your subroutines the ARGUMENTS that your subs take, so you can CALL them later.

List of 8 messages in thread
TopicAuthorDate
keypad and lcd with 8952            01/01/70 00:00      
   One thing at a time            01/01/70 00:00      
   Err            01/01/70 00:00      
   eh            01/01/70 00:00      
      most of us do            01/01/70 00:00      
      Assembler.            01/01/70 00:00      
   Literature            01/01/70 00:00      
      only if you understand what you are doing            01/01/70 00:00      

Back to Subject List