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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/17/07 17:23
Read: times


 
#133177 - New options
Responding to: ???'s previous message
Frieder said:

Another request helping SDCC users to use d52:
I have not checked carefully but it would be really nice if you had an option to:

a) output hexadecimal numbers in C-style (#0xcd instead of #cdh),


Done. It will be the '-n' command line option. Not sure why you'd want this, but it was easy enough to add.


b) to use dotted options like ".db", ".dw", ".org" and ".end" (instead of "db", "dw", ..) and


Done. It will be the '-p' command line option, for pseudo-op, or 'period', if you prefer.


c) you would emit ".area D52HOME (CODE,ABS)" before the first ".org" directive and


You can do this now by adding a 'P' directive in the control file.


d) you would output "==" instead of equ


This one mystifies me. Why would you want it? Are there any assemblers that use "==" instead of "equ"?






List of 26 messages in thread
TopicAuthorDate
Disassembler feature poll            01/01/70 00:00      
   My two cents            01/01/70 00:00      
      My one cent            01/01/70 00:00      
         Code writer?            01/01/70 00:00      
   my opinion            01/01/70 00:00      
      An opposing opinion            01/01/70 00:00      
         "my customers' " and no source ????            01/01/70 00:00      
            C-Source            01/01/70 00:00      
      Two more cents            01/01/70 00:00      
         then, most likely you have stolen it            01/01/70 00:00      
            I strongly disagree            01/01/70 00:00      
            How about Windows, Erik?            01/01/70 00:00      
               waddayamean            01/01/70 00:00      
            see below ...            01/01/70 00:00      
            It can be useful            01/01/70 00:00      
   Purpose            01/01/70 00:00      
      I'd find that useful. It won't ever hurt.            01/01/70 00:00      
      no banning            01/01/70 00:00      
   go for it            01/01/70 00:00      
      Cool!            01/01/70 00:00      
         TU Clausthal Germany            01/01/70 00:00      
   this feature was independently requested here :)            01/01/70 00:00      
      I second that            01/01/70 00:00      
      New options            01/01/70 00:00      
         thanks for adding these options!) \"==\"            01/01/70 00:00      
   One purpose.            01/01/70 00:00      

Back to Subject List