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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/20/06 22:27
Read: times


 
#126845 - my own 8051 compiler...
I want to make myself a compiler in QBasic.

BUT before I do that, I want to know where I can download the 8051 instruction set, in a tree view.

For example:

mov
direct
direct
data
register
data
ljmp
addr16

Why this view? because I want to make my own 8051 compiler with Qbasic easily.

In the view above, the items not indented are the commands, the items indented one space are the first parameters allowed for the instruction, the items indented two spaces is the second parameter allowed if the parameter indented one space before it is the first one.
etc, etc.

thanks

List of 24 messages in thread
TopicAuthorDate
my own 8051 compiler...            01/01/70 00:00      
   Take it from here            01/01/70 00:00      
   Compiler, or Assembler?            01/01/70 00:00      
   How does it help?            01/01/70 00:00      
   opcodes            01/01/70 00:00      
   Language translators            01/01/70 00:00      
   well its always good to be ambitious            01/01/70 00:00      
      do it yourself compiler            01/01/70 00:00      
   SDCC            01/01/70 00:00      
      A simple alternative            01/01/70 00:00      
         There's a small-c compiler, too            01/01/70 00:00      
         update            01/01/70 00:00      
            why \'small\' when \'full\' is available for free            01/01/70 00:00      
               Mike, what are you doing?            01/01/70 00:00      
               Benefits            01/01/70 00:00      
                  Jez, please READ the context            01/01/70 00:00      
                     Point taken            01/01/70 00:00      
                        That inspired me, I am starting a thread in the ch            01/01/70 00:00      
   Maybe this will help???            01/01/70 00:00      
   he's gone            01/01/70 00:00      
      He probably figured out how much work it was            01/01/70 00:00      
         done!            01/01/70 00:00      
            So ... which language does it compile?            01/01/70 00:00      
            Sure            01/01/70 00:00      

Back to Subject List