Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .nolist
  2. #include "ti83plus.inc"
  3. .list
  4. .org    userMem-2
  5. .db t2ByteTok,tAsmCmp
  6.  
  7.  
  8. Loop:                   ;$9D95
  9.     B_CALL(_getCSC)
  10.     cp  5
  11.     ret nc
  12.     ld  h,(CursorMoveLUT-1)>>8
  13.     nop             ;$9D9D
  14.     add a,(CursorMoveLUT-1)&$FF
  15.     ld  l,a
  16.     ld  a,(hl)
  17.     ld  l,h
  18.     ld  (hl),a
  19.     ld  a,e
  20.     and %00000111
  21.     ld  e,a
  22.     ld  a,d
  23.     and %00001111
  24.     ld  d,a
  25.     ld  (curRow),de
  26.     ld  a,'I'           ;'I' = ld c,c
  27. CursorMoveLUT:              ;$9DB2
  28.     inc e
  29.     dec d
  30.     inc d
  31.     dec e
  32.     B_CALL(_PutMap)
  33.     jr  Loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement