summaryrefslogtreecommitdiffstats
path: root/hp48g20230307/D.01/D.01/D.02/DES1
diff options
context:
space:
mode:
Diffstat (limited to 'hp48g20230307/D.01/D.01/D.02/DES1')
-rw-r--r--hp48g20230307/D.01/D.01/D.02/DES119
1 files changed, 19 insertions, 0 deletions
diff --git a/hp48g20230307/D.01/D.01/D.02/DES1 b/hp48g20230307/D.01/D.01/D.02/DES1
new file mode 100644
index 0000000..130e5fa
--- /dev/null
+++ b/hp48g20230307/D.01/D.01/D.02/DES1
@@ -0,0 +1,19 @@
+%%HP: T(1)A(D)F(,);
+ WHILE '1==1'
+ REPEAT
+"TERA T 10e12" 1
+DISP "GIGA G 10e9"
+2 DISP
+"MEGA M 10e6" 3
+DISP "KILO k 10e3"
+4 DISP
+"HEKTO h 10e2" 5
+DISP "DEKA da 10e1"
+6 DISP
+"DECI d 10e-1" 6
+DISP
+"CENTI c 10e-2" 7
+DISP
+ END