

      Register Zero-x:




                  Name: WhiteWolf

                Number: 12345678


You must start ZERO_XST.APP instead ZERO_XST.PRG

You must start ZERO_X.APP instead ZERO_X.PRG

     extras: Fixed bug: when load sample, compare file long to sample long
             (have not sense)

       cmp.l $AA8(a2),d4       * $AA8(a2) = sample long, d4 = file readed long
       bge.s ------------------
       move.l d4,$AA8(a2)     |
       continue...  <----------

