Hey all,

I'd like to know how to retrieve the calc's ID. I wanna use it to make password protected programs, that are, almost, uncrackable. Since I do not have a clue about the place it's stored at, I'd appreciate if anyone could help me with it.

Greetings, Arriopolis.
You can look up the calculator id by [2nd][mem][1], I don't know how you would do that in a program without using libraries.
You can access the certificate from asm. Here is a page about the cert.: http://wikiti.brandonw.net/index.php?title=83Plus:OS:Certificate
This code loads 5 bytes (10 digits) of the ID into Op4:


Code:
_GetSerial                   .equ   $807E      bcall(_ZeroOp1)
      bcall(_Op1ToOp4)
      bcall(_GetSerial)
      ld hl,Op4
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement