Advertisement
CVSoft

TI-82 New Include v1

Dec 12th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;; TI-82 ROM Calls, in TI-83 Format ;;
  3. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4.  
  5. ;addresses are for TI-82 ROM 16.0
  6. ;addresses are compatible with 15.0
  7.  
  8.  
  9. ;unidentified calls, from SNG 1.0
  10. NB_2_STRING  .equ $30f6
  11. DEL_TMP      .equ $3606
  12. TR_CHARPUT   .equ $3738
  13. D_LT_STR     .equ $373e
  14. LAST_LINE    .equ $3774
  15. NEXT_LINE    .equ $377a
  16. CLEARTEXT_W  .equ $37b0
  17. GET_T_CUR    .equ $37c8
  18. M_CHARPUT    .equ $37ce
  19. D_LM_STR     .equ $37da
  20. DISP_GRAPH   .equ $38ac
  21. CLEAR_DISP   .equ $38ca
  22. CREATE_TMP   .equ $38d0
  23. RESTOR_DISP  .equ $38dc
  24. KEY_HAND     .equ $3924
  25. BUSY_ON      .equ $3930
  26. BACKUP_DISP  .equ $39c6
  27.  
  28. ;found calls
  29. GOHOME       .equ $37f2 ;also $37f8 pls check
  30. PRINTHL      .equ $387c
  31. RINDOFF      .equ $3918
  32. _putps       .equ $373e ;also $30ae pls check
  33. _scrollUp    .equ $3786
  34. _clrScrnFull .equ $37a4
  35. _vputs       .equ $37d4
  36. _RSTRSHADOW  .equ $37f2 ;also $37f8 pls check
  37. _dispDone    .equ $386a
  38. _dispHL      .equ $387c
  39. _CLRLCDFULL  .equ $389a
  40. _puts        .equ $38fa
  41. _runIndicOff .equ $3918
  42. _putc        .equ $39d2
  43.  
  44. ;new calls
  45. READKEY      .equ $2f2e
  46. CLDTSHD      .equ $37aa ;low confidence
  47. HOMEUP       .equ $3900
  48. _GetK        .equ $2f2e
  49. _OP2SET60    .equ $2f4c
  50. _RCLSYSTOK   .equ $30f0
  51. _RANDOM      .equ $354c
  52. _storand     .equ $3552
  53. _SETXXXXOP2  .equ $359a ;low confidence
  54. _PUTTOMAT    .equ $35c4 ;low confidence
  55. _ADRMELE     .equ $35d0 ;low confidence
  56. _moveDown    .equ $3780 ;low confidence
  57. _moveUp      .equ $3798 ;low confidence
  58. _CLRTXTSHD   .equ $37aa
  59. _SAVESHADOW  .equ $37e6 ;also $37ec pls check
  60. _homeUp      .equ $3900
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement