home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / misc / tornado / t2demo011a1 / Features < prev    next >
Text File  |  1996-12-17  |  864b  |  16 lines

  1. Features of this version:
  2. -=-=-=-=-=-=-=-=-=-=-=-=-
  3.  * The support module uses dynamic areas when available (eg; through having a
  4. RiscPC or installing DummyDynamicAreas or whatever) but defaults to using RMA
  5. if these aren't available. Luckily most blocks are small so fragmentation
  6. shouldn't be too much of a problem.
  7.  * Works right back to RO2.
  8.  * Compatible with the Win32 thread handling API's through the provided C
  9. thunking layer (threads n/i as yet)
  10.  * Multiple clients not a problem.
  11.  * Works with Basic (any threads you create cannot be Basic code though).
  12.  * Written entirely in lovingly hand-crafted assembler.
  13.  * Correctly preempts tasks using floating-point registers and uses multiple
  14. FP stores and loads when available
  15.  * Saves and restores the current VDU redirection state
  16.  * Handles the "reply-before-next-Wimp_Poll" problem elegantly and flexibly