home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / desklib / Libraries / WimpSWIs / s / Wimp50 < prev   
Encoding:
Text File  |  1993-04-03  |  1.1 KB  |  42 lines

  1. ;
  2. ;       Title                  : Wimp Command Window
  3. ;       System                 : Wimp Library
  4. ;       Version                : 1.01
  5. ;       Copyright              : (C) John Winters
  6. ;       Date                   : 12th January, 1990
  7. ;       Author                 : John H. Winters
  8. ;
  9. ;       Function               : Opens a command window.
  10. ;
  11. ;
  12. ;       Modification history.
  13. ;       Date                   :  03 Apr 1993
  14. ;       Author                 :  Shaun Blackmore
  15. ;
  16. ;
  17. ;============================================================================
  18. ;
  19. ;  Include files.
  20. ;
  21. ;============================================================================
  22. ;
  23.         GET     h.regdefs
  24.         GET     h.swinos
  25.         GET     h.macros
  26. ;
  27. ;============================================================================
  28. ;
  29. ;  Code.
  30. ;
  31. ;============================================================================
  32. ;
  33.         PREAMBLE
  34.         STARTCODE Wimp_CommandWindow
  35. ;
  36.         STMFD   sp!, {lr}
  37.         SWI     SWI_Wimp_CommandWindow + XOS_Bit
  38.         MOVVC   a1, #0
  39.         LDMFD   sp!, {pc}^
  40. ;
  41.         END
  42.