home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / HARL_KEY.LZH / HARL_KEY.TXT < prev   
Text File  |  1994-02-10  |  903b  |  40 lines

  1. If someone wants to know how the coding
  2. principe   of   serial  number  of  the
  3. Harlekin 3.1, here it is:
  4.  
  5. first  U enter 8 digits (ASCII) and put
  6. them on some memory location and set A0
  7. register  to  point at that, then enter
  8. following prog  to calculate the rest 4
  9. digits:
  10.  
  11.    move.l   #$1021,d1   ;main EOR value
  12. l3 move.b   (a0)+,d2
  13.    move.b   #8,d2
  14.    eor.w d2,d1
  15.    moveq    #7,d2
  16. l2 tst.w    d1
  17.    bmi.s    l1
  18.    add.w    d1,d1
  19.    dbf      d2,l2
  20.    cmp.l    a0,a1
  21.    bhi.s    l3
  22.    move.w   d1,d0
  23.    rts
  24. l1 add.w    d1,d1
  25.    eor.w    d0,d1
  26.    dbf      d2,l2
  27.    cmp.l    a0,a1
  28.    bhi      l3
  29.    move.w   d1,d0
  30.    rts
  31.  
  32. And you'll get HEX value of the rest 4
  33. digits.
  34.  
  35. One  of  possible  serial  number   for
  36. Harlekin 3.1 is 12345678-9015.
  37.  
  38. This  was cracked by Dusan Dimitrijevic
  39. from The Twilight Production! (TTP!) on
  40. 10th Februar 1994. Crackin' time 30 min