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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/04/03 21:46
Read: times


 
#42910 - RE: Magic start address
Responding to: ???'s previous message
your program works by sheer look... another message could crash your program...
The registers and memory positions problably are initialezed and/or not used in your code.

look how you BUF message is interpreted:

BUF :ADD A,R0 ; 0>28
XRL 29h,#20 ; 1>632920
ORL 6Fh,#70 ; 4>436F70
MOV R1,#72h ; 7>7972
XRL A,R1 ; 9>69
XRL A,@R1 ; A>67
XRL A,R0 ; B>68
MOV A,#2Ch ; C>742C
JB 31h, 004Ah ; E>203139
ADDC A,R0 ; 11>38
ADDC A,#02h ; 12>3402
NOP ; 14>00
DEC @R0 ; 15>16
START :NOP ; 16>00
NOP ; 17>00
NOP ; 18>00


List of 7 messages in thread
TopicAuthorDate
Magic start address            01/01/70 00:00      
   RE: Magic start address            01/01/70 00:00      
   RE: Magic start address            01/01/70 00:00      
   RE: Magic start address            01/01/70 00:00      
   just goes to show...            01/01/70 00:00      
      RE: just goes to show...            01/01/70 00:00      
      RE: just goes to show..., Andy            01/01/70 00:00      

Back to Subject List