; 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 -*-
;* Shared C library for Arthur/Brazil: static data layout
;* Lastedit: 17 Mar 88 16:33:53 by Harry Meekings *
;
; Copyright (C) Acorn Computers Ltd., 1988.
; dummy byte added to solve padding problem: IDJ: 26-Apr-90

__errno         ExportedVariable
__iob           ExportedVariable 10*16
;__stdin         Alias __iob, 0
;__stdout        Alias __iob, 10
;__stderr        Alias __iob, 20
_interrupts_off ExportedVariable
_saved_interrupt Variable
ctype_eof       Variable
__ctype         ExportedVariable 64
__huge_val      ExportedWord &7FEFFFFF
                InitWord     &FFFFFFFF
app_space_end   Variable
stack_o_flag    VariableByte
inSignalHandler VariableByte
dummybyte       VariableByte
                InitByte 1  ; to force the module version of the data area
                            ; not to be zero-initialised, so it comes first
   END