timedone.s 319 B

123456789101112131415161718192021
  1. * -*- mode: sysrpl -*-
  2. *
  3. * TIMEDONE example from page 41 of the book
  4. *
  5. * An Introduction to HP48 System RPL and Assembly Language
  6. * Programming by James Donnelly.
  7. *
  8. * TIMEDONE ( -> $ )
  9. *
  10. ::
  11. 0LASTOWDOB!
  12. CK0NOLASTWD
  13. "Program complete"
  14. FORTY SysITE
  15. ::
  16. " at "
  17. TOD TOD>t$ &$
  18. ;
  19. "."
  20. &$
  21. ;