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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/25/05 10:32
Read: times


 
#93871 - code format
Responding to: ???'s previous message
Charles,
If you use the PRE and /PRE tags before and after your code, all your formatting is preserved.

EG

Prog_eep:
        mov dptr,#File_str ;Print "send file now" string
        lcall outstr ;

        ; get Chars, convert to hex, store in NVRam
        lcall load1
;so now all of the file that was read by the serial port    is in
;ram @ addr 4000h, very last address saved in
;filesizeH, FilesizeL

        mov dptr,#Prog_str
        lcall outstr ;print string "programming eeprom"

        mov dptr,#4000h
        mov addrhi,#0
        mov addrlo,#0

Prog_Loop: 



Steve

List of 9 messages in thread
TopicAuthorDate
movx a,@dptr!            01/01/70 00:00      
   I think your problem is...            01/01/70 00:00      
   No Michael            01/01/70 00:00      
   DYTA EQU 10H?            01/01/70 00:00      
   movx a,@dptr            01/01/70 00:00      
      code format            01/01/70 00:00      
      WHICH EEPROM            01/01/70 00:00      
      the error...            01/01/70 00:00      
         movx a,@dptr            01/01/70 00:00      

Back to Subject List