nagydani/z80_crypto

Implementation for MS Basic & C for RC2014 - Question

Opened this issue · 0 comments

There are quite a few RC2014 and derivative machines around that support MS Basic and or CP/M (that can run MS Basic). Have you a view on how hard it would be to support this code with MS Basic?

I'd be keen to write an implementation in C (using z88dk) if possible, too. Do you have a C reference you could point me towards?

Also, I just built a 16_8x8 multiply hardware for the RC2014. At 51 cycles inline, It is about 2.5 times faster than the squared table method. So it should be an effective speed up for the overall multiplication process. I'd like to try how much difference it makes to the calculation. Hence the background to my questions.