Pārlūkot izejas kodu

Added examples directory.

Paul Onions 11 gadi atpakaļ
vecāks
revīzija
5a29f00668
1 mainītis faili ar 21 papildinājumiem un 0 dzēšanām
  1. 21 0
      examples/timedone.s

+ 21 - 0
examples/timedone.s

@@ -0,0 +1,21 @@
+* -*- mode:sysrpl -*-
+*
+* TIMEDONE example from page 41 of the book
+*
+*   An Introduction to HP48 System RPL and Assembly Language
+*   Programming by James Donnelly.
+*
+* TIMEDONE ( -> $ )
+*
+::
+  0LASTOWDOB!
+  CK0NOLASTWD
+  "Program complete"
+  FORTY SysITE
+    ::
+      " at "
+      TOD TOD>t$ &$
+    ;
+  "."
+  &$
+;