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

Back to Subject List

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


 
#162162 - help on DISASEMBLE code....
im using the d52, disassembler in here...
i have some few question...
after the long code, which it i think i got the flow..
i have this code:
org 91dh
;
setb p1.4
clr c
nop
jnb p1.6,X0925
setb c
X0925: rlc a
nop
clr p1.4
djnz rb1r6,X0919
ret
;
X092d: mov r7,#0
X092f: acall X0973
acall X0940
jb 22h.0,X0938
djnz r7,X092f
X0938: mov a,dph
acall X094b
mov a,dpl
ajmp X094b
;
X0940: mov a,#0aeh
X0942: setb p1.6
nop
;
org 946h
;
setb p1.4
nop
clr p1.6
X094b: mov rb1r6,#8
X094e: nop
clr p1.4
nop
clr p1.6
rlc a
jnc X095b
setb p1.6
nop
can you give me some idea how to decode it?
is it possible that it is a start of data file? i mean a mapping of code?
why does ORG 91dh appear? does it mean a thing?


thank you


List of 17 messages in thread
TopicAuthorDate
help on DISASEMBLE code....            01/01/70 00:00      
   Try posting formatted code            01/01/70 00:00      
      oh...sory            01/01/70 00:00      
   why and what are you disassembling            01/01/70 00:00      
      that is another problem            01/01/70 00:00      
   The scheme ?            01/01/70 00:00      
      im still trying to figure it out :D            01/01/70 00:00      
   try this            01/01/70 00:00      
      some disassemblers are better than some, but ...            01/01/70 00:00      
         maybe.....            01/01/70 00:00      
      thank you            01/01/70 00:00      
   the knack, and how to get it            01/01/70 00:00      
      The Knack            01/01/70 00:00      
      Pracise with your OWN code            01/01/70 00:00      
      wow...            01/01/70 00:00      
         oh, never mind youtube...            01/01/70 00:00      
            :D            01/01/70 00:00      

Back to Subject List