Advertisement
Runer112

Untitled

Jul 25th, 2011
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ld de, $8949 ;$9D95
  2. ld hl, $A62E
  3. ld bc, $6105
  4.  
  5. out (c), b
  6. ld a, $7F
  7. out ($06), a
  8.  
  9. lddr
  10.  
  11. ld sp, $C2A9
  12.  
  13. inc a
  14. ld i, a
  15. jp (hl)
  16.  
  17. dec a ;$9DAD, needs to be moved to $80C8
  18. out ($21), a
  19. bcall(_eraseFlashPage)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement