home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / s / uidread / Disclaimer < prev    next >
Encoding:
Text File  |  1993-11-24  |  1.8 KB  |  48 lines

  1. Disclaimer (for MINPS)
  2. ~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. I, Jason Tribbeck, am not committed to supporting this code in any way, even
  5. if there are bugs in it. This is the first and only release version, and
  6. will not be updated by myself. I am also not warranted for any errors that
  7. occur in this code, or its misuse. This source code is PD, and can be given
  8. freely, as long as the two following rules are applied :
  9.  
  10. 1) If you do use this code, then you MUST put my name somewhere visible in
  11.    the application (info/manual/whatever).
  12.  
  13. 2) The four files (a, MINPS, MINReader, Disclaimer) must be included,
  14.    especially this text file (Disclaimer)
  15.  
  16.  
  17. If you do not follow these two simple rules, then you do not have permission
  18. to use, or have this source
  19.  
  20. Where the code/instructions read MIN, this stands for "Machine
  21. Identification Number". "UID" can also be used, which stands for "Unique
  22. ID". These two are fully interchangeable in this context.
  23.  
  24. There are a couple of known bugs/omissions, and they are :
  25.  
  26. 1) On A540/R260, if the MIN chip is not present, then the keyboard reset may
  27.    be locked out (ie. you can't press reset).
  28.  
  29. 2) The CRC checking for the MIN has not been implemented. This is because
  30.    the code was written for a microcontroller I have no experience with, and
  31.    a couple of the instructions looked odd.
  32.  
  33. There are two versions, and one object file (Utility) :
  34.  
  35. a         - ObjASM format for the assembler (converted from BASIC)
  36.             Easily convertible to AASM. It doesn't EXPORT min, but returns it
  37.             as a variable.
  38.  
  39. MINReader - BASIC program, displays the MIN number
  40.  
  41. MINPS     - Utility displays MIN number. Unfortunately, I don't have the source
  42.             to this, but it should be simple to reconstruct.
  43.  
  44. MINPS is © ARM Designs / Jason Tribbeck 1991/1992
  45.  
  46. Jason Tribbeck,
  47. 24 Nov 1993.
  48.