;
;       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     Desk.sh.regdefs
        GET     h.swinos
        GET     Desk.sh.macros
;
;============================================================================
;
;  Code.
;
;============================================================================
;
        PREAMBLE
        STARTCODE Desk_Wimp_CommandWindow
;
;        STMFD   sp!, {lr}
        MOV     ip, lr

        SWI     Desk_SWI_Wimp_CommandWindow + Desk_XOS_Bit
	Desk_Error2_CheckV

        MOVS    pc, ip
;        LDMFD   sp!, {pc}^
;
        END
