Advertisement
beckadam

Asm_Stub.asm

Oct 24th, 2018
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. include 'include/ez80.inc'
  2. include 'include/ti84pceg.inc'
  3. include 'include/tiformat.inc'
  4.  
  5. di
  6.  
  7. ld hl,$D1A881 ; userMem
  8. ld de,$D1A881
  9. ld bc,($D0118C) ; prgm Size
  10. add hl,bc
  11. inc hl
  12. ex de,hl
  13. ldir
  14.  
  15. ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement