;
;   ####	     #	  #	# #
;   #	#	     #	  #	  #	     The FreeWare C library for
;   #	#  ##	###  #  # #	# ###		  RISC OS machines
;   #	# #  # #     # #  #	# #  #	 ___________________________________
;   #	# ####  ###  ##	  #	# #  #
;   #	# #	   # # #  #	# #  #	  Please refer to the accompanying
;   ####   ### ####  #  # ##### # ###	 documentation for conditions of use
;   ________________________________________________________________________
;
;   File:    DeskLib:sh.Macros
;   Author:  Probably Jason Williams
;   Version: 1.00 (01 Nov 1995)
;   Purpose: Standard macros for assembler code



;============================================================================
;
;  Macros
;
;============================================================================

	MACRO
	PREAMBLE
	AREA |D$$code|, CODE, READONLY
	MEND

	MACRO
	STARTCODE $name
	EXPORT $name
$name
	MEND

	MACRO
	Desk_Error2_CheckV
	IMPORT	Desk_Error2_CheckOS
	BLVS	Desk_Error2_CheckOS
	MEND

	END
