Advertisement
Guest User

Untitled

a guest
May 25th, 2014
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. 02000578 E3A01301 mov r1,4000000h / ;6 704
  2. 0200057C E2811006 add r1,r1,6h ;/ VCOUNT ;6 710
  3. 02000580 E3A03030 mov r3,30h ; r3= 30h ;6 716
  4. 02000584 E1D140B0 ldrh r4,[r1] ; load VCOUNT in r4 ;8 724
  5. 02000588 E1540003 cmp r4,r3 ; waiting r3,r4 will be equal ;6 730
  6. 0200058C 1AFFFFFC bne 2000584h ;18 748
  7. 02000590 E2833001 add r3,r3,1h ;6 754
  8. 02000594 E3530081 cmp r3,81h ;6 760
  9. 02000598 01A0F005 moveq r15,r5 ; when r3 will be equal to 81h then jump to r5 address ;18 778
  10. 0200059C E1C100BE strh r0,[r1,0Eh] ; apply ;7 785
  11. 020005A0 E1C101B4 strh r0,[r1,14h] ; sin on blue bar ;7 792
  12. 020005A4 E4D20001 ldrb r0,[r2],1h ; ;10 802
  13. 020005A8 EAFFFFF5 b 2000584h ; loop to adress ;18 820
  14. 020005AC E281100E add r1,r1,0Eh ;6 826
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement