Guest User

Untitled

a guest
May 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ASND_Init();
  2. ASND_End();
  3.  
  4. for(n=0;n<0x1000;n++)
  5. {
  6. DSP_SendMailTo(((n)<<16)+0x777);
  7. while(DSP_CheckMailTo());
  8. while(!DSP_CheckMailFrom());
  9. data = DSP_ReadMailFrom();
  10. data &=65535, // word from the irom area
  11.  
  12. .... save the code?
  13. }
Add Comment
Please, Sign In to add comment