home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Title : Wimp Command Window
- ; System : Wimp Library
- ; Version : 1.01
- ; Copyright : (C) John Winters
- ; Date : 12th January, 1990
- ; Author : John H. Winters
- ;
- ; Function : Opens a command window.
- ;
- ;
- ; Modification history.
- ; Date : 03 Apr 1993
- ; Author : Shaun Blackmore
- ;
- ;
- ;============================================================================
- ;
- ; Include files.
- ;
- ;============================================================================
- ;
- GET ^.h.regdefs
- GET ^.h.swinos
- GET ^.h.macros
- ;
- ;============================================================================
- ;
- ; Code.
- ;
- ;============================================================================
- ;
- PREAMBLE
- STARTCODE Wimp_CommandWindow
- ;
- ; STMFD sp!, {lr}
- MOV ip, lr
-
- SWI SWI_Wimp_CommandWindow + XOS_Bit
- MOVVC a1, #0
-
- MOVS pc, ip
- ; LDMFD sp!, {pc}^
- ;
- END
-