Advertisement
PT_

Untitled

PT_
Jun 2nd, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. 1 00:0000 - - - - #include "ti84pce.inc"
  2. Listing for file "C:\programming\Assembly\ti84pce.inc"
  3. 1 00:0000 - - - - ;Various Parts Contributed by
  4. 2 00:0000 - - - - ;- BrandonW
  5. 3 00:0000 - - - - ;- calc84
  6. 4 00:0000 - - - - ;- MateoConLechuga
  7. 5 00:0000 - - - - ;- Runer112
  8. 6 00:0000 - - - - ;- tr1p1ea
  9. 7 00:0000 - - - - ;- Kerm Martian
  10. 8 00:0000 - - - - ;- Texas Instruments (ti83plus.inc)
  11. Listing for file "temp.asm"
  12. 2 00:0000 EF 7B - - .db tExtTok, tAsm84CECmp
  13. 3 00:0002 - - - - .org UserMem
  14. 4 D1:A881 - - - -
  15. 5 D1:A881 - - - - start:
  16. 6 D1:A881 21 03 00 00 ld hl, 3
  17. 7 D1:A885 - - - - test1:
  18. 8 D1:A885 11 02 00 00 ld de, 2
  19. 9 D1:A889 - - - - clr()
  20. 10 D1:A889 - - - - test2:
  21. 11 D1:A889 19 - - - add hl, de
  22. 12 D1:A88A 21 04 00 00 ld hl, test2 - test1
  23. 13 D1:A88E C9 - - - ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement