diff options
author | alepori <alepori@thearcway.org> | 2017-08-23 16:20:29 +0200 |
---|---|---|
committer | alepori <alepori@thearcway.org> | 2017-08-23 16:20:29 +0200 |
commit | 75743511fe22e4a427f724d2f8cc0f4852b09187 (patch) | |
tree | ff3fb96fd70337784255fabb0551af17107e71b2 /S_save_stack | |
parent | first commit (diff) | |
download | hp35s-programs-75743511fe22e4a427f724d2f8cc0f4852b09187.tar.gz hp35s-programs-75743511fe22e4a427f724d2f8cc0f4852b09187.zip |
rename files and add license
Diffstat (limited to 'S_save_stack')
-rw-r--r-- | S_save_stack | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/S_save_stack b/S_save_stack new file mode 100644 index 0000000..f95e442 --- /dev/null +++ b/S_save_stack @@ -0,0 +1,19 @@ +LBL S +STO J +CLx +010.013 +x<> J +STO (J) +R⬇ +ISG J +GTO S006 +RTN +013.009 +STO J +RCL (J) +DSE J +GTO S013 +RTN + +LN=62 +CK=7B96 |