home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / armsi / !ArmSI / !Help < prev    next >
Text File  |  1993-09-10  |  13KB  |  287 lines

  1. | > !Help
  2. |
  3. | Title         ArmSI application - Speed Indexer for Acorn RISC machines
  4. | Authors       J.Abbott & Nick Smith
  5. | Version       3.46H (07-Sep-93)
  6. | Status        Public Domain, no distribution restrictions
  7.  
  8. Welcome to the all-new !ArmSI application - it was developed from !SI
  9. v3.12 (written by 'J.Abbott') by Nick Smith to give a range of
  10. interesting machine speed indexes for Acorn RISC machines.
  11.  
  12. Versions postfixed by H (for Hack 8-) are modified by Nick Smith because
  13. !SI 3.12 was pretty poorly written I felt, and needed some work done
  14. in a few places (user interface, RAM speed checks, etc) Once I started
  15. on fixing the bugs, I began to think of lots of things to add to the
  16. program ...
  17.  
  18. Thanks go to Owen Smith for ideas, some tech information & helping test
  19. out some of the stranger hardware configurations. Thanks also to some
  20. wonderful beta-testers; Paul Fidler & Holger Klingspohr.
  21.  
  22. I would be most interested in talking to Mr Abbott about !SI, but he
  23. didn't bother to put his address in the original documentation - so I
  24. have no way of getting in contact with him !
  25.  
  26. Note that to run the Dhrystones/Flops20 test you need ;
  27.   - Version of the SharedCLibrary v3.75 or greater
  28.   - The disc with !ArmSI in the drive (because it is a separate command)
  29.  
  30. Note that to run any FP computations you need ;
  31.   - Some version of the FPEmulator loaded
  32.  
  33. If you load some old SI file into !ArmSI, then many of the fields in
  34. the main window will not be available because that information wasn't
  35. saved by !SI. Also, if you load some SI/ArmSI file from another 
  36. machine, then remember to use 'Re-calculate' before playing around
  37. with any improvements. Versions later than 3.43 have an Acorn-allocated
  38. filetype of &3f2, and so to load old (&003) files, you have to drag
  39. the files to a loaded copy of !ArmSI.
  40.  
  41. Some example SI files are including for your interest - ranging from
  42. the lowest 1MB A310 (5900 Dhrystones) all the way up to my 'turbo'
  43. A5000 (over 25000 Dhrystones 8-) ... Note my A5000 can run at 16.6MHz
  44. RAM (*big* speed increase) by using a 4MB upgrade card of 60ns DRAM
  45. from SimTec electronics.
  46.  
  47. Users of old !SI may notice that the option to turn DRAM refresh on
  48. or off has gone. In fact turning off DRAM is extremely dangerous -
  49. and on some types of system/RAM chips can completely corrupt your
  50. memory. So I decided to take the safe path, and remove all the code
  51. which turns DRAM refresh on or off - keep it set to the RISC OS
  52. default - you know it makes sense !
  53.  
  54. *** Known bugs
  55.  
  56. If you can help me track these down (or even give me reproducable
  57. circumstances) then I would be most grateful.
  58.  
  59.   - Sometimes the FPEmulator doesn't like being RMFaster'd, although
  60.     I cannot duplicate the problem on my machine.
  61.   - Sometimes stupid FP results are given - again I can't reproduce
  62.     the problem ... So if you see an EXP of 0.72 and a SIN of 11.12
  63.     then it is probably messed up !
  64.  
  65. *** Contacts
  66.  
  67. Please send me any bugreports, comments, ideas for new features, etc.
  68. I can be contacted at the following address, at least until Jul '94 ;
  69.  
  70. Nick Smith
  71. Churchill College
  72. Cambridge
  73. CB3 0DS                 nas20@cus.cam.ac.uk (JANET/Internet email)
  74.  
  75. *** Distribution
  76.  
  77. This software is 'Public Domain'. You may copy and distribute it
  78. without restriction - include it on magazine discs, with commercial
  79. products (eg, ARM3/FPA upgrades), etc, etc. If you do include it with
  80. commercial hardware, I'd really like to know about it too.
  81.  
  82. *** Revision history
  83.  
  84. Modifications to v3.20H (05-Nov-92)
  85.   - Removed all line number references in BASIC code (first job in any
  86.     BASIC hack!)
  87.   - Made iconbar menu appear in correct place!
  88.   - Misc mods to templates
  89.   - Did new code to read RAM speed - old stuff was rubbish I think (at
  90.     least it never returned anything useful for >8MHz memory)
  91.   - Possibly removed RO2.xx compatibility - oh well 8-)
  92.   - Changed ROM speed reading code based on speed of memory speed (ie, 
  93.     memory system clock)
  94.  
  95. Modifications to v3.21H (07-Nov-92)
  96.   - Restructured application - moved Templates & Code to a 'Resources'
  97.     directory.
  98.   - Added 'Dhrystone' benchmark to application - uses standard Dhrystone
  99.     version 2.1 (May 25, 1988) with no optimisations
  100.     Full source is included, as is a Makefile for recompilation with
  101.     different settings
  102.   - Generally did lots of code tidying & documentation
  103.   - Re-did main 'System Information' window, renumbering icons as I went
  104.     to tidy up redraw (argh - icons should be numbered from 0 at top -> )
  105.   - Added 'Available ROM' (shows 5th column ROM info too)
  106.   - Added display of ROM speed (2,3,4 ticks, or Page mode access)
  107.   - Added 'IOEB chip set information'
  108.   - Added FPA coprocessor recognition
  109.   - Added 'Additional details:' section ;
  110.         RISC OS version
  111.         Video screen mode, resolution, colours & refresh rate
  112.         Unique machine ID reading
  113.         Floating point identification (Old FPE, New FPE, FPPC, FPA chip)
  114.         Dhrystone results (microseconds/loop, dhrystones/sec)
  115.   - Did all this silly documentation (!)
  116.   - Now wasn't all this more useful than going to a 'Use of the IBM 3084
  117.     mainframe' lecture ?? 8-)
  118.  
  119. Modifications to v3.22H (08-Nov-92)
  120.   - Generally wrote the support code for all the above features which
  121.     didn't get done yesterday ...
  122.   - Integrated the Dhrystone index into the application (or at least it
  123.     gets run by the main application)
  124.   - Added recognition of FPPC (Old Acorn FP card)
  125.   - Renumbered some more icons to fix icon delete/recreate problems
  126.   - Added snazzy 'machine identification' code which guesses your
  127.     machine type
  128.   - Recalibrated ARM instruction indexes based on 1.000 being an old
  129.     1MB A310 (MEMC1, 8MHz ARM2), rather than the previous 'perfect' ARM2
  130.     whatever that might have been !
  131.  
  132. Modifications to v3.23H (09-Nov-92)
  133.   - Fixed so that prompts for disc with Dhrystone command to be 
  134.     inserted (*before* video DMA turned off!)
  135.   - Reduced no. of Dhrystone loops so not so slow on ARM2
  136.   - Recalibrates old SI files when loaded so that 1.00 = 310, 8MHz ARM2
  137.   - Removed all the 'MOVNV R0,R0' instructions in app, now MOV R0, R0
  138.   - Added ARM250 processor recognition (for A3010/3020/4000/etc)
  139.   - Reads MEMC type from zero page in SVC mode (in case users/OS have
  140.     zero page protected)
  141.   - Open main window on a load operation of SI file
  142.   - Improved error messages & error handling (what sort of idiot defines
  143.     an error block of 64 bytes ?? sigh)
  144.   - Closes menu on saving via key press/mouse click
  145.   - Extended window widths to allow for the higher speeds that I am
  146.     getting ... Almost certainly not enough for the FPA when it arrives!
  147.  
  148. Modifications to v3.24H (10-Nov-92)
  149.   - Renamed to !ArmSI because I felt it was a more identifiable name,
  150.     and it also distinguishes the program from the original !SI app.
  151.   - Identifies ARM2as/ARM61 processors (cannot tell the difference)
  152.   - Identifies ARM600/610 or ARM600 processors
  153.   - Changed ROM speed terminology - should be 'n-cycles'
  154.   - Sent out to a few people for a little bit of testing ...
  155.   - New Sprites, and a !Sprites22 file.
  156.   - Now identifies A500 (A310 protoype), with a VIDC1 chip
  157.  
  158. Modifications to v3.25H (11-Nov-92)
  159.   - Improved !Sprites22, but they still aren't very good !
  160.   - Added some more improvements ;
  161.         *RMFaster BASIC on/off
  162.         *RMFaster FPEmulator on/off
  163.         ARM3 cache on/off
  164.     Yes - you can *RMFaster BASIC in the middle of a BASIC program
  165.     (well I was impressed!) Note that the FPEmulator can only be
  166.     RMFaster'd if you have it in ROM (RO3.xx owners)
  167.   - Made sure that all zero page reads are done from SVC mode
  168.   - Because of the new facilities, 3.25 cannot read the SI files
  169.     created with 3.20->3.24 (although it can read 1.xx, 2.xx and
  170.     pre 3.20), because it seemed too much effort - there hasn't
  171.     been a public release yet, and there is a new file format every
  172.     day !
  173.   - ADJUST-click on icon bar open FP info window
  174.  
  175. Modifications to v3.26H (13-Nov-92)
  176.   - Now shouldn't moan on startup if you have no FPEmulator module
  177.     present.
  178.   - Strange problem with DRAM refresh changing at random points -
  179.     think it fixed now. Probably due to Mr.Abbott's enthusiastic
  180.     use o