Post Reply 
(HP-65) bioritmisch programma
11-25-2018, 10:07 PM
Post: #9
RE: (HP-65) bioritmisch programma
(11-25-2018 08:21 PM)Dieter Wrote:  It's a bit cumbersome to use – looks like "mouse only" – but it seems to work.
You can paste a program if you press the display to get a menu of options.
But you have to use the correct key codes. The written commands are only comments.
So all I had to do was to rearrange your columns:
Code:
PROG
100
001: 23    : LBL
002: 11    : A
003: 14    : D
004: 33 01 : STO 1
005: 44    : CLx
006: 24    : RTN
007: 23    : LBL
008: 12    : B
009: 14    : D
010: 34 01 : RCL 1
011: 51    : -
012: 33 02 : STO 2
013: 24    : RTN
014: 23    : LBL
015: 13    : C
016: 21    : DSP
017: 83    : .
018: 02    : 2
019: 35    : g
020: 41    : DEG
021: 02    : 2
022: 03    : 3
023: 15    : E
024: 84    : R/S
025: 02    : 2
026: 08    : 8
027: 15    : E
028: 84    : R/S
029: 03    : 3
030: 03    : 3
031: 23    : LBL
032: 15    : E
033: 34 02 : RCL 2
034: 35 07 : g x<>y
035: 81    : /
036: 32    : f-1
037: 83    : INT
038: 03    : 3
039: 06    : 6
040: 00    : 0
041: 71    : x
042: 31    : f
043: 04    : SIN
044: 43    : EEX
045: 02    : 2
046: 71    : x
047: 24    : RTN
048: 00    : 0
049: 81    : /
050: 23    : LBL
051: 14    : D
052: 35 07 : g x<>y
053: 03    : 3
054: 35 22 : g x<=y
055: 22    : GTO
056: 01    : 1
057: 35 08 : g Rv
058: 01    : 1
059: 02    : 2
060: 61    : +
061: 35 07 : g x<>y
062: 01    : 1
063: 51    : -
064: 35 07 : g x<>y
065: 41    : ENTER
066: 23    : LBL
067: 01    : 1
068: 35 08 : g Rv
069: 01    : 1
070: 61    : +
071: 03    : 3
072: 00    : 0
073: 83    : .
074: 06    : 6
075: 71    : x
076: 31    : f
077: 83    : INT
078: 35 07 : g x<>y
079: 03    : 3
080: 06    : 6
081: 05    : 5
082: 83    : .
083: 02    : 2
084: 05    : 5
085: 71    : x
086: 31    : f
087: 83    : INT
088: 61    : +
089: 61    : +
090: 24    : RTN
091: 35 01 : g NOP
092: 35 01 : g NOP
093: 35 01 : g NOP
094: 35 01 : g NOP
095: 35 01 : g NOP
096: 35 01 : g NOP
097: 35 01 : g NOP
098: 35 01 : g NOP
099: 35 01 : g NOP
100: 35 01 : g NOP
CARD
6
Title: 
A: 
B: 
C: 
D: 
E: 
HELP
1

END

You should be able to run your program now.

Kind regards
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(HP-65) bioritmisch programma - SlideRule - 11-23-2018, 03:35 PM
RE: (HP-65) bioritmisch programma - Dieter - 11-25-2018, 04:42 PM
RE: (HP-65) bioritmisch programma - Dieter - 11-25-2018, 07:28 PM
RE: (HP-65) bioritmisch programma - Dieter - 11-25-2018, 08:21 PM
RE: (HP-65) bioritmisch programma - Thomas Klemm - 11-25-2018 10:07 PM
RE: (HP-65) bioritmisch programma - Dieter - 11-25-2018, 10:43 PM



User(s) browsing this thread: 1 Guest(s)