Post Reply 
(42S) Hill's Encryption System
07-11-2022, 03:22 PM
Post: #3
RE: (42S) Hill's Encryption System
When I took a closer look at the "MMOD" program I wondered why you wouldn't just use the MOD operation.
But it gives an Invalid Type error message.

However division and integer part work on matrices.
So you could use the following instead:
Code:
00 { 16-Byte Prgm }
01▸LBL "MMOD"
02 STO ST Z
03 RCL÷ ST Y
04 IP
05 ×
06 -
07 END

Not sure though if it is useful here since the Z register is overwritten.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(42S) Hill's Encryption System - Gerald H - 11-24-2014, 07:39 PM
RE: (42S) Hill's Encryption System - Thomas Klemm - 07-11-2022 03:22 PM



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