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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/16/08 10:02
Read: times


 
#149530 - No memory type
Responding to: ???'s previous message
Dan Dubois said:
        .area CODE (ABS)
        .org    0x00
        mov 0x7f96,0xff

I want to caution you that naming the segment/area 'CODE' does not automatically put it in code memory. I advise to explicitly put it in code memory like this:
        .area CODE (ABS,CODE)
        .org    0x00
        mov 0x7f96,0xff
Maarten

List of 8 messages in thread
TopicAuthorDate
A simple EZUSB cypress AN2131SC example            01/01/70 00:00      
   fxload expects CR/LF            01/01/70 00:00      
   No memory type            01/01/70 00:00      
      MOV?            01/01/70 00:00      
         0x7F96 => 0x96            01/01/70 00:00      
            Not the required result, then?            01/01/70 00:00      
               Bible time            01/01/70 00:00      
                  Thank You            01/01/70 00:00      

Back to Subject List