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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/14/05 19:34
Read: times


 
#99382 - Single-letter commands
Responding to: ???'s previous message
Peter Dannegger said:
please can you explain.

I see only single letters, but no string comparison.

SBCMON uses single-letter commands, thus performing character comparisons when scanning for commands to dispatch, so it makes sense that you would see single letters and not strings in the command dispatch table. Some commands take optional parameters that are processed as strings. For example, the 'X' (XRAM) command's address interpretation processes a string of HEX characters until it encounters a non-HEX character.

http://www.8052.com/sbc/sbcmon/manual.phtml

List of 16 messages in thread
TopicAuthorDate
command interpreter            01/01/70 00:00      
   What do you mean by 'command intepreter'            01/01/70 00:00      
      command interpreter            01/01/70 00:00      
         Nope            01/01/70 00:00      
   my command interpreter:            01/01/70 00:00      
      your command interpreter            01/01/70 00:00      
         Re: your command interpreter            01/01/70 00:00      
            command interpreter            01/01/70 00:00      
   SBCMON            01/01/70 00:00      
      Re: SBCMON            01/01/70 00:00      
         Single-letter commands            01/01/70 00:00      
   You Need a debugger            01/01/70 00:00      
   the ultimate learning tool is an ICE (eq            01/01/70 00:00      
   Yes, i done it            01/01/70 00:00      
      commands            01/01/70 00:00      
         How to get the parameters            01/01/70 00:00      

Back to Subject List