Geekboy

Untitled

Jun 14th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Master Field
  2.     .db 80h, 0Fh, 0, 0, 0, 0
  3.     ; Signing Key ID
  4.    
  5.     ; Name
  6.     .db 80h, 48h, "DoorsCS7"
  7.     ; Disable TI splash screen.
  8.     .db 80h, 90h
  9.     ; Pages.db  80h, 12h, 1, 4 ; or 15 for the TI-84+CSE
  10.     ;revision
  11.     .db 80h,21h,7   ; 7
  12.     .db 80h,31h,35  ;   3 b 3
  13.     .db 80h, 81h, 3
  14.     ; Date stamp.  Apparently, the calculator doesn't mind if you put
  15.     ; nothing in this.
  16.     .db 03h, 22h, 09h, 00h
  17.     ; Date stamp signature.  Since nothing ever checks this, there's no
  18.     ; reason ever to update it.  Or even have data in it.
  19.     .db 02h, 00
  20.     ; Final field
  21.     .db 80h, 70h
Advertisement
Add Comment
Please, Sign In to add comment