Advertisement
Eeems

Untitled

Jul 8th, 2011
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     ; Initialize memory
  2.     ld a, 1    ; Set flash page 1 in bank 1.
  3.     out (6), a
  4.     ld a, 41h ; Set ram page 1 in bank 2.
  5. #ifndef TI83P
  6.     out (5),a
  7.     ld a,81h
  8.     out (7),a
  9. #else
  10.     out (6), a
  11.     out (7),a
  12. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement