Geekboy

Untitled

Jun 14th, 2013
107
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
  10.     .db 80h, 12h, 1, 4 ; or 15 for the TI-84+CSE
  11.     ;revision
  12.     .db 80h,21h,7   ; 7
  13.     .db 80h,31h,35  ;   3 b 3
  14.     .db 80h, 81h, 3
  15.     ; Date stamp.  Apparently, the calculator doesn't mind if you put
  16.     ; nothing in this.
  17.     .db 03h, 22h, 09h, 00h
  18.     ; Date stamp signature.  Since nothing ever checks this, there's no
  19.     ; reason ever to update it.  Or even have data in it.
  20.     .db 02h, 00
  21.     ; Final field
  22.     .db 80h, 70h
Advertisement
Add Comment
Please, Sign In to add comment