; Copyright 1996 Acorn Computers Ltd
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
;     http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
;
; -*- Mode: Assembler -*-
; * Created 26-10-89 by IDJ
;
;
; Copyright (C) Acorn Computers Ltd., 1988.
;

        GBLL    Brazil_Compatible
        GBLS    Calling_Standard
        GBLL    ModeMayBeNonUser

Brazil_Compatible  SETL  {FALSE}
Calling_Standard   SETS  "APCS_U"
ModeMayBeNonUser   SETL  {TRUE}

        GET     s.h_regs
        GET     s.h_brazil
        GET     s.h_modmacro

        Module RLib

        AREA    |C$$data|

StaticData
dataStart
        GET     rlib.s.rl_data

        AREA    |Lib$$Init|, READONLY

        IMPORT  |RLib_data_end|
        &       3 :OR: library_segment_is_ROM_only
        &       entriesStart
        &       entriesEnd
        &       dataStart
        &       |RLib_data_end|


        AREA    |C$$code|, CODE, READONLY

entriesStart
        GET     rlib.s.rl_entries
entriesEnd

        END