Search found 13 matches

by Mr_Plant
Sun Aug 09, 2020 9:32 am
Forum: DM1x/DM1xL
Topic: [DM16] 8 bit reversal? Easiest way?
Replies: 10
Views: 8275

Re: [DM16] 8 bit reversal? Easiest way?

Brilliant!
by Mr_Plant
Fri Aug 07, 2020 10:42 pm
Forum: DM1x/DM1xL
Topic: [DM16] 8 bit reversal? Easiest way?
Replies: 10
Views: 8275

Re: 8 bit reversal? Easiest way?

Same here can’t work it out but it’s very clever !
by Mr_Plant
Fri Aug 07, 2020 2:46 pm
Forum: DM1x/DM1xL
Topic: [DM16] 8 bit reversal? Easiest way?
Replies: 10
Views: 8275

Re: 8 bit reversal? Easiest way?

X<>Y above - do you mean key program code 43.00 or 34 ?
Tried code but it just ran endlessly .. doing something wrong here I think..
by Mr_Plant
Thu Aug 06, 2020 7:21 pm
Forum: DM1x/DM1xL
Topic: [DM16] 8 bit reversal? Easiest way?
Replies: 10
Views: 8275

Re: 8 bit reversal? Easiest way?

Fantastic ! Thanks it was the technique I was after- I’ll adapt that to exactly what I want . I actually wrote code for The Arduino project I’m writing to do it today but I really want the calculator to do it for the next batch of data I have and to have it as a stored program will be a brilliant he...
by Mr_Plant
Thu Aug 06, 2020 1:16 pm
Forum: DM1x/DM1xL
Topic: [DM16] 8 bit reversal? Easiest way?
Replies: 10
Views: 8275

[DM16] 8 bit reversal? Easiest way?

I have a lot of 8 bit binary bytes to reverse like so
10110111 would become 11101101
Been trying to think of the best way to do this on the dm16
My Programming Skills are lacking in it but it’s still on my
Mind. Just wondered if anyone had seen such a routine as a quick search came up blank..
by Mr_Plant
Tue Jul 28, 2020 1:34 pm
Forum: Firmware updates
Topic: Do not use Firmware V30 for DM1x/41
Replies: 16
Views: 14920

Re: Do not use Firmware V30 for DM1x/41

Noticed the point about the clock setting too - initially confused me!!

Yeap I get the beta code comes first and is high priority - as v29 is totally ok there is no rush..

All good here!
by Mr_Plant
Fri Jul 17, 2020 11:52 pm
Forum: DM1x/DM1xL
Topic: [DM16] bit field manipulation
Replies: 1
Views: 7682

Re: [DM16] bit field manipulation

Very interesting .love the implementation.
by Mr_Plant
Fri Jul 17, 2020 9:45 pm
Forum: Firmware updates
Topic: Do not use Firmware V30 for DM1x/41
Replies: 16
Views: 14920

Re: Do not use Firmware V30 for DM1x/41

Hahah my DM16 has been in hibernation through furlough.. a bit like myself.. only had it since about jan/feb time So was a bit unimpressed when I dusted it off and powered it up today to find the battery totally flat after it being switched off for 4 months or so... Anyway was glad to read that this...
by Mr_Plant
Mon Mar 16, 2020 12:27 am
Forum: Discuss!
Topic: My Custom DM16 Setup
Replies: 2
Views: 3527

My Custom DM16 Setup

Ok. So having had the DM16 for a week, I have settled on the following programs setup on Keys A-F Very simple but things I do often - may be of use to someone. One of them (Factorial) taken from Wikipedia article on HP 16-S, so credit there. Anyway, use what you want, if anything... I have uploaded ...
by Mr_Plant
Mon Mar 09, 2020 10:00 am
Forum: Discuss!
Topic: Calculating Pi on DM16
Replies: 2
Views: 4215

Re: Calculating Pi on DM16

Thanks I was mainly after algorithms for calculating digits of pi but having looked into it the best and most efficient thing to do I’ve decided is just to store the constant - it’s accurate enough.

However having said that.. that page is very interesting!! Thanks!