Post Reply 
How to time a DM42 program?
09-23-2024, 10:47 PM
Post: #5
RE: How to time a DM42 program?
This is what I use.
Name of routine in ALPHA, returns time in seconds.

Code:
00 { 37-Byte Prgm }
01▸LBL "TVAL"
02 LSTO "T0"
03 ASTO ST L
04 CLX
05 TIME
06 X<> "T0"
07 XEQ IND ST L
08 TIME
09 RCL "T0"
10 HMS-
11 →HR
12 3600
13 ×
14 END

Cheers, Werner

41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to time a DM42 program? - toml_12953 - 09-23-2024, 09:12 PM
RE: How to time a DM42 program? - Werner - 09-23-2024 10:47 PM



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