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